File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ module.exports = {
4
4
srcDir : 'client/' ,
5
5
buildDir : 'dist/client/' ,
6
6
rootDir : './' ,
7
- dev : ( process . env . NODE_ENV !== 'production' ) ,
8
7
/*
9
8
** Router config
10
9
*/
Original file line number Diff line number Diff line change 17
17
"lint:fix" : " eslint --fix --ext .js,.vue --ignore-path .gitignore ." ,
18
18
"build" : " yarn build:client && yarn build:server" ,
19
19
"build:client" : " nuxt build" ,
20
- "build:server" : " rimraf dist/server && cpx ' {nuxt.config.js,server/**}' dist" ,
20
+ "build:server" : " rimraf dist/server && cpx \" {nuxt.config.js,server/**}\" dist" ,
21
21
"start" : " cross-env NODE_ENV=production node dist/server/app.js" ,
22
22
"start:pm2" : " pm2 start yarn --name=hare -- start" ,
23
23
"analyze" : " nuxt build --analyze" ,
You can’t perform that action at this time.
0 commit comments