Require use of Svelte Runes

This commit is contained in:
2025-06-11 21:18:37 -07:00
parent 7fe92c971b
commit ea0cc34ba8

View File

@ -7,6 +7,9 @@ const config = {
kit: {
adapter: adapter(),
},
compilerOptions: {
runes: true,
},
};
export default config;