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 d3ea22d commit ada5f0aCopy full SHA for ada5f0a
package.json
@@ -3,7 +3,7 @@
3
"version": "1.0.0",
4
"description": "OpenStreetMap 3D renderer",
5
"scripts": {
6
- "start": "http-server ./build -p 8080",
+ "start": "http-server ./build -p 8080 -c86400",
7
"build": "webpack --config ./webpack.config.js --mode=production",
8
"dev": "webpack serve --config ./webpack.config.js --mode=development",
9
"lint": "npx eslint src --no-fix --max-warnings 0",
0 commit comments