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 73b8c48 commit 86bc5d2Copy full SHA for 86bc5d2
exporter/SynthesisFusionAddin/web/vite.config.ts
@@ -6,7 +6,7 @@ export default defineConfig(({ mode }) => {
6
const env = loadEnv(mode, process.cwd(), "")
7
return {
8
plugins: [react()],
9
- publicDir:false,
+ publicDir: false,
10
base: "./",
11
build: {
12
target: "esnext",
0 commit comments