Skip to content

Commit ada5f0a

Browse files
committed
1 day cache
1 parent d3ea22d commit ada5f0a

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
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "OpenStreetMap 3D renderer",
55
"scripts": {
6-
"start": "http-server ./build -p 8080",
6+
"start": "http-server ./build -p 8080 -c86400",
77
"build": "webpack --config ./webpack.config.js --mode=production",
88
"dev": "webpack serve --config ./webpack.config.js --mode=development",
99
"lint": "npx eslint src --no-fix --max-warnings 0",

0 commit comments

Comments
 (0)