fix 本地运行端口占用问题
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"cov": "nyc mocha",
|
||||
"ci": "yarn run test",
|
||||
"gen-api-ref": "node ../../../node_modules/typedoc/bin/typedoc --mode file --hideGenerator --excludeExternals --ignoreCompilerErrors --out ../../../run/site/public/api-reference/pinus-loader lib/",
|
||||
"local": "npm run build && cd dist && NODE_ENV=local pinus start -e local"
|
||||
"local": "npm run build && cd dist && NODE_ENV=local pinus start"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typegoose/typegoose": "^7.3.5",
|
||||
|
||||
Reference in New Issue
Block a user