Skip to content

Commit 86bc5d2

Browse files
committed
fix: format
1 parent 73b8c48 commit 86bc5d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exporter/SynthesisFusionAddin/web/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default defineConfig(({ mode }) => {
66
const env = loadEnv(mode, process.cwd(), "")
77
return {
88
plugins: [react()],
9-
publicDir:false,
9+
publicDir: false,
1010
base: "./",
1111
build: {
1212
target: "esnext",

0 commit comments

Comments
 (0)