We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174a822 commit 65e7d11Copy full SHA for 65e7d11
server/package.json
@@ -5,7 +5,7 @@
5
"main": "build/index.js",
6
"scripts": {
7
"build": "tsc && tsc-alias",
8
- "start": "node --env-file=.env build/index.js",
+ "start": "node build/index.js",
9
"dev": "tsx --env-file=.env --watch src/index.ts",
10
"test": "jest",
11
"test:watch": "jest --watch",
0 commit comments