Don't discard the output directory when building

This commit is contained in:
Matt Isenhower
2022-09-10 15:47:20 -07:00
parent 7498f4599e
commit cc26e84ee8

View File

@@ -13,6 +13,7 @@ export default defineConfig({
}
},
build: {
emptyOutDir: false,
rollupOptions: {
input: {
main: resolve(__dirname, 'index.html'),