fix: build failed due to vite unexpected output dir config. (#2981)

This commit is contained in:
Christine. 2025-03-14 00:57:17 +08:00 committed by GitHub
parent e74fd068d5
commit 07441ba95e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ export default defineConfig({
}), }),
], ],
build: { build: {
outDir: "dist", outDir: "../dist",
emptyOutDir: true, emptyOutDir: true,
}, },
resolve: { resolve: {