chore: node 16

This commit is contained in:
xiaojunnuo
2023-05-26 14:08:37 +08:00
parent ddf98ff593
commit 71a289b009
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "fast-server base midway",
"private": true,
"scripts": {
"start": "cross-env NODE_ENV=production node ./bootstrap.js",
"start": "node ./bootstrap.js",
"online": "cross-env NODE_ENV=production node ./bootstrap.js",
"online:preview": "NODE_ENV=preview node ./bootstrap.js",
"dev": "cross-env NODE_ENV=local midway-bin dev --ts --watchFile='../../core/pipeline/src,../../plugins/'",