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 0cc0a65 commit 88125edCopy full SHA for 88125ed
package.json
@@ -4,7 +4,7 @@
4
"description": "Ready-to-go Preact starter project powered by webpack.",
5
"scripts": {
6
"dev": "NODE_ENV=development webpack-dev-server --inline --progress",
7
- "start": "superstatic build -p ${PORT:-8080} --gzip -c '{\"routes\":{\"**\":\"index.html\"},\"cache_control\":{\"**\":86400}}'",
+ "start": "superstatic build -p ${PORT:-8080} --host 0.0.0.0 --gzip -c '{\"routes\":{\"**\":\"index.html\"},\"cache_control\":{\"**\":86400}}'",
8
"prestart": "npm run build",
9
"build": "NODE_ENV=production webpack -p --progress",
10
"prebuild": "mkdir -p build && ncp src/assets build/assets",
0 commit comments