set up base layout

This commit is contained in:
Malte Teichert
2024-05-19 17:20:22 +02:00
parent 98969c8173
commit f2467815a1
9 changed files with 130 additions and 82 deletions

View File

@@ -7,9 +7,9 @@ const config = {
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
// for more information about preprocessors
preprocess: [vitePreprocess()],
vitePlugin: {
inspector: true,
inspector: true
},
kit: {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
@@ -18,4 +18,4 @@ const config = {
adapter: adapter()
}
};
export default config;
export default config;