Skip to content

Commit b342d4d

Browse files
committed
Change v:serve to match the new vagrant setup
1 parent 603b8a3 commit b342d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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://192.168.50.2:8080 NODE_ENV=development webpack-serve --hot --config ./webpack.config.js --host 192.168.50.2 --no-clipboard",
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",
6363
"compile:assets": "php artisan vue-i18n:generate & php artisan ziggy:generate resources/assets/scripts/helpers/ziggy.js"
6464
}
6565
}

0 commit comments

Comments
 (0)