Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit 229d4e8

Browse files
committed
fix: point to correct path in prod and don't build common folder
1 parent cc11abc commit 229d4e8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "nest start",
1313
"start:dev": "nest start --watch",
1414
"start:debug": "nest start --debug --watch",
15-
"start:prod": "node dist/main",
15+
"start:prod": "node dist/src/main",
1616
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
1717
"test": "jest",
1818
"test:watch": "jest --watch",

server/tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
"outDir": "./dist",
1212
"baseUrl": "./",
1313
"incremental": true,
14-
"paths": {
15-
"common": ["../common/src"]
16-
}
1714
}
1815
}

0 commit comments

Comments
 (0)