File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,3 +33,4 @@ resources/lang/locales.js
3333resources /assets /pterodactyl /scripts /helpers /ziggy.js
3434resources /assets /scripts /helpers /ziggy.js
3535.phpunit.result.cache
36+ package.json
Original file line number Diff line number Diff line change 109109 "watch" : " cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress" ,
110110 "build" : " cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress" ,
111111 "build:production" : " yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production" ,
112- "serve" : " yarn run clean && cross-env PUBLIC_PATH=https://pterodactyl .test:8080 NODE_ENV=development TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling webpack-dev-server --host 0.0.0.0 --hot --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem "
112+ "serve" : " yarn run clean && cross-env PUBLIC_PATH=https://ptero .test:8080 NODE_ENV=development TSC_WATCHFILE=UseFsEventsWithFallbackDynamicPolling webpack-dev-server --host 0.0.0.0 --hot"
113113 },
114114 "browserslist" : [
115115 " > 0.5%" ,
You can’t perform that action at this time.
0 commit comments