tunnel: interface pour page admin sans backend + problème de gestion de la playlist (importé dans 2 script, l'un demande un focntion, l'autre une array et on est là hum...)

This commit is contained in:
2026-07-06 22:32:41 +02:00
parent eaba21e126
commit 874226a140
10 changed files with 1573 additions and 0 deletions
+8
View File
@@ -14,5 +14,13 @@ export default defineConfig({
alias: {
'@': path.resolve(__dirname, './src')
}
},
build: {
rollupOptions: {
input: {
main: path.resolve(import.meta.dirname, 'index.html'),
admin: path.resolve(import.meta.dirname, 'admin/index.html'),
},
},
}
})