chore: update scripts

master
vince 2 years ago
parent f81ff8e3d4
commit 35ca56437c

@ -10,7 +10,7 @@
"dev": "pnpm run start:dev", "dev": "pnpm run start:dev",
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch", "start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
"start": "cross-env NODE_ENV=development node dist/main", "start": "cross-env NODE_ENV=development node dist/main",
"start:prod": "cross-env NODE_ENV=production node dist/main" "start:prod": "nest build && cross-env NODE_ENV=production node dist/main"
}, },
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.10", "@nestjs/common": "^10.3.10",

Loading…
Cancel
Save