Skip to content

Commit

Permalink
📦 chore: npm run start script 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
asn6878 committed Nov 14, 2024
1 parent 8022e67 commit bd3593b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "nest build",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "cross-env NODE_ENV=development node dist/main.js",
"start": "cross-env NODE_ENV=production node dist/src/main.js",
"start:dev": "cross-env NODE_ENV=development nest start --watch",
"start:debug": "cross-env NODE_ENV=development nest start --debug --watch",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
Expand Down

0 comments on commit bd3593b

Please sign in to comment.