We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5459954 commit 3144dc3Copy full SHA for 3144dc3
packages/server/Procfile
@@ -1,3 +1,3 @@
1
# https://github.com/heroku/heroku-buildpack-multi-procfile
2
-web: yarn server start:server
3
-worker: yarn server start:worker
+web: yarn workspace @upswyng/server start:server
+worker: yarn workspace @upswyng/server start:worker
0 commit comments