Commit eaa676f9 authored by 周健威's avatar 周健威

Update package.json

parent bd8bd18e
......@@ -12,7 +12,8 @@
"build:test": "cross-env MODE=test nuxt build",
"build:pro": "cross-env MODE=pro nuxt build",
"start": "cross-env MODE=dev nuxt start",
"start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000 --name 'xxcom-pc'",
"start:test": "cross-env NODE_ENV=production MODE=test pm2 start --hostname 10.5.52.3 --port 3000 --name 'xxcom-pc'",
// "start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000 --name 'xxcom-pc'",
"start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-pc'",
"generate": "cross-env MODE=dev nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment