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 bd16984 commit 8bc5359Copy full SHA for 8bc5359
package.json
@@ -28,8 +28,8 @@
28
"typescript": "^5.5.4"
29
},
30
"scripts": {
31
- "dev": "tsc && cross-env NODE_ENV=development node dist/main.js",
32
- "start": "cross-env NODE_ENV=production node dist/main.js",
+ "dev": "tsc && NODE_ENV=development node dist/main.js",
+ "start": "NODE_ENV=production node dist/main.js",
33
"build": "tsc",
34
"lint": "eslint . --ext .js,.ts",
35
"test": "jest"
0 commit comments