feat(settings): add background selector

This commit is contained in:
sethburkart123
2024-09-08 19:33:47 +10:00
parent f0bdbbb14f
commit c3cb2937c9
16 changed files with 420 additions and 165 deletions
+1 -2
View File
@@ -58,8 +58,7 @@ export default defineConfig({
minify: false,
rollupOptions: {
input: {
settings: join(__dirname, 'src', 'svelte-interface', 'index.html'),
backgrounds: join(__dirname, 'src', 'seqta', 'ui', 'background', 'background.html')
settings: join(__dirname, 'src', 'svelte-interface', 'index.html')
}
}
}