mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-12 02:25:48 -05:00
Don't discard the output directory when building
This commit is contained in:
@@ -13,6 +13,7 @@ export default defineConfig({
|
||||
}
|
||||
},
|
||||
build: {
|
||||
emptyOutDir: false,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
main: resolve(__dirname, 'index.html'),
|
||||
|
||||
Reference in New Issue
Block a user