mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 04:21:11 +08:00
chore: change how the package is built
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
"scripts": {
|
||||
"build": "nest build",
|
||||
"dev": "pnpm run start:dev",
|
||||
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
|
||||
"start": "cross-env NODE_ENV=development node dist/main",
|
||||
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
|
||||
"start:prod": "nest build && cross-env NODE_ENV=production node dist/main"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Reference in New Issue
Block a user