File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 "config" : {
9191 "preferred-install" : " dist" ,
9292 "sort-packages" : true ,
93- "optimize-autoloader" : true
93+ "optimize-autoloader" : false
9494 }
9595}
Original file line number Diff line number Diff line change 5959 "build" : " NODE_ENV=development ./node_modules/.bin/webpack --progress" ,
6060 "build:production" : " NODE_ENV=production ./node_modules/.bin/webpack" ,
6161 "serve" : " NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --no-clipboard --progress" ,
62- "v:serve" : " PUBLIC_PATH=http://pterodactyl.local:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 192.168.10.10 --no-clipboard" ,
62+ "v:serve" : " PUBLIC_PATH=http://pterodactyl.local:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 0.0.0.0 --no-clipboard" ,
6363 "compile:assets" : " php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js"
6464 }
6565}
You can’t perform that action at this time.
0 commit comments