mirror of
https://github.com/ischenliang/quickly-picture-bed.git
synced 2024-11-25 16:22:44 +08:00
build:修改启动命令
This commit is contained in:
parent
b4638852f8
commit
cbbcc378cd
@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production nest build && node dist/main",
|
||||
"build": "cross-env NODE_ENV=production nest build && node dist/src/main.js",
|
||||
"build-only": "cross-env NODE_ENV=production nest build",
|
||||
"dev": "cross-env NODE_ENV=development nest start --watch"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user