Skip to content

Commit c735597

Browse files
committed
Support running behind SSL
1 parent 46c338d commit c735597

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
@@ -78,6 +78,6 @@
7878
"build": "NODE_ENV=development ./node_modules/.bin/webpack --progress",
7979
"build:production": "NODE_ENV=production ./node_modules/.bin/webpack",
8080
"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"
81+
"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"
8282
}
8383
}

0 commit comments

Comments
 (0)