We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
satisfies
T{}
1 parent 9472f49 commit f4ffc7dCopy full SHA for f4ffc7d
www/svelte.config.ts
@@ -2,7 +2,7 @@ import adapter from '@sveltejs/adapter-static';
2
import type { Config } from '@sveltejs/kit';
3
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
4
5
-export default <Config>{
+export default {
6
// Consult https://svelte.dev/docs/kit/integrations
7
// for more information about preprocessors
8
preprocess: vitePreprocess(),
@@ -13,7 +13,7 @@ export default <Config>{
13
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
14
adapter: adapter()
15
}
16
-};
+} satisfies Config;
17
18
/* Self-compilation setup: Do not edit! */
19
if (process.env.COMPILE_JS === 'true') {
0 commit comments