mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: node 16
This commit is contained in:
@@ -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/'",
|
||||
|
||||
Reference in New Issue
Block a user