diff --git a/svelte.config.js b/svelte.config.js index 3a9eb91..f84d5ac 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,6 +7,9 @@ const config = { kit: { adapter: adapter(), }, + compilerOptions: { + runes: true, + }, }; export default config;