|
|
@@ -1,8 +1,8 @@
|
|
|
import adapter from '@sveltejs/adapter-auto';
|
|
|
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';
|
|
|
-import { Config } from '@sveltejs/kit';
|
|
|
|
|
|
-const config: Config = {
|
|
|
+/** @type {import('@sveltejs/kit').Config} */
|
|
|
+const config = {
|
|
|
// Consult https://svelte.dev/docs/kit/integrations
|
|
|
// for more information about preprocessors
|
|
|
preprocess: vitePreprocess(),
|