mirror of
https://github.com/KevinMidboe/patlite-tower-lights-controller.git
synced 2025-12-08 20:38:55 +00:00
init commit
This commit is contained in:
15
frontend/svelte.config.js
Normal file
15
frontend/svelte.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import preprocess from "svelte-preprocess";
|
||||
|
||||
export default {
|
||||
preprocess: preprocess({
|
||||
scss: {
|
||||
// Optional: includePaths: ['src/styles']
|
||||
},
|
||||
}),
|
||||
compilerOptions: {
|
||||
dev: true,
|
||||
compatibility: {
|
||||
componentApi: 4, // 👈 This enables `new App()` to work
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user