svelte 5 migration

This commit is contained in:
2024-10-16 12:36:50 -05:00
parent b66eb042ce
commit 178bb31ec1
14 changed files with 244 additions and 148 deletions

View File

@@ -18,6 +18,10 @@ const config = {
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
},
compilerOptions: {
runes: true,
},
};
export default config;