Migrated components to Svelte 5 runes and fixed tooltip
This commit is contained in:
@@ -2,6 +2,9 @@ import adapter from '@sveltejs/adapter-auto';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = {
|
||||
compilerOptions: {
|
||||
runes: true,
|
||||
},
|
||||
kit: {
|
||||
adapter: adapter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user