This commit is contained in:
TiclemFR
2024-01-25 09:18:02 +01:00
parent 24fb22ecfe
commit 737afd99d5
6 changed files with 207 additions and 722 deletions

View File

@@ -12,5 +12,11 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
},
build: {
rollupOptions: {
input: {
},
},
},
})