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 fbcf8e7 commit 5022900Copy full SHA for 5022900
package.json
@@ -9,7 +9,7 @@
9
"scripts": {
10
"test": "NODE_ENV=test jest",
11
"test:unit": "NODE_ENV=test jest --watch",
12
- "start": "NODE_ENV=production node dist/src/apps/mooc/server",
+ "start": "NODE_ENV=production node dist/src/apps/mooc_backend/server",
13
"build": "npm run build:clean && npm run build:tsc && npm run build:di",
14
"build:tsc": "tsc -p tsconfig.prod.json",
15
"build:di": "copy 'src/**/*.yaml' dist/src",
0 commit comments