chore: support local GeoServer development

This commit is contained in:
2026-07-20 00:26:24 +01:00
parent c0686d0c5a
commit 440ee6cc9a
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js"
"start": "node --env-file-if-exists=.env server.js"
},
"dependencies": {
"ol": "10.6.1"