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 6071b01 commit 56fc788Copy full SHA for 56fc788
package.json
@@ -9,7 +9,7 @@
9
"build:ts": "vue-tsc && mv dist/main.d.ts vue-form-builder.d.ts",
10
"build:js": "vite build && mv vue-form-builder.d.ts dist/",
11
"build": "npm run build:ts && npm run build:js",
12
- "build:demo": "vite build --config vite.config.dev.ts",
+ "build:demo": "APP_BASE=/demo vite build --config vite.config.dev.ts",
13
"dev": "vite --config vite.config.dev.ts",
14
"test": "vitest run"
15
},
0 commit comments