From ea0cc34ba8285e863b67c96c764bd658aaa8020b Mon Sep 17 00:00:00 2001 From: Zakarya Date: Wed, 11 Jun 2025 21:18:37 -0700 Subject: [PATCH] Require use of Svelte Runes --- svelte.config.js | 3 +++ 1 file changed, 3 insertions(+) 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;