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 361714b commit 311142fCopy full SHA for 311142f
package.json
@@ -11,7 +11,8 @@
11
"docs:dev": "vitepress dev docs",
12
"docs:build": "vitepress build docs",
13
"docs:preview": "vitepress preview docs",
14
- "dev-ge": "vite --config ./geojson-editor/vite.config.ts"
+ "dev-ge": "vite --config ./geojson-editor/vite.config.ts",
15
+ "build-ge":"vite build --config ./geojson-editor/vite.config.ts"
16
},
17
"keywords": [],
18
"author": "",
0 commit comments