enabling runes mode

This commit is contained in:
2025-10-04 17:38:11 +00:00
parent bfa646e9f9
commit e7199a8f97

View File

@@ -11,7 +11,10 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter. // If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters. // See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter() adapter: adapter()
} },
compilerOptions: {
runes: true
},
}; };
export default config; export default config;