feat: move svelte interface to 'src/interface'

This commit is contained in:
sethburkart123
2024-11-01 17:37:20 +11:00
parent fe82365c24
commit 9de6e8feaf
57 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default defineConfig({
minify: false,
rollupOptions: {
input: {
settings: join(__dirname, 'src', 'svelte-interface', 'index.html')
settings: join(__dirname, 'src', 'interface', 'index.html')
}
}
}