We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c338d commit c735597Copy full SHA for c735597
package.json
@@ -78,6 +78,6 @@
78
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
79
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
80
"serve": "yarn run clean && NODE_ENV=development webpack-dev-server --host 0.0.0.0 --hot",
81
- "v:serve": "PUBLIC_PATH=http://pterodactyl.test:8080 yarn run serve"
+ "v:serve": "PUBLIC_PATH=https://pterodactyl.test:8080 yarn run serve --https --key /etc/ssl/private/pterodactyl.test-key.pem --cert /etc/ssl/private/pterodactyl.test.pem"
82
}
83
0 commit comments