Skip to content

Commit

Permalink
chore(worker): Fix EE port
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 31, 2024
1 parent c6e6d58 commit 1c78e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "pnpm start:dev",
"start:dev": "cross-env TZ=UTC nest start --watch",
"start:test": "cross-env NODE_ENV=test PORT=1342 TZ=UTC nest start --watch",
"start:test-ee": "cross-env NODE_ENV=test NOVU_ENTERPRISE=true PORT=1336 TZ=UTC nest start --watch",
"start:test-ee": "cross-env NODE_ENV=test NOVU_ENTERPRISE=true PORT=1342 TZ=UTC nest start --watch",
"start:debug": "TZ=UTC nodemon --config nodemon-debug.json --debug",
"start:prod": "TZ=UTC node dist/main.js",
"lint": "eslint src",
Expand Down

0 comments on commit 1c78e2a

Please sign in to comment.