From 4a4a51d424dcfe85143bacb608fb8c22a592f882 Mon Sep 17 00:00:00 2001 From: b1ek Date: Sat, 26 Aug 2023 19:47:11 +1000 Subject: [PATCH] fix config lint error --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 00e3d9e..c8a60cd 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -3,7 +3,7 @@ import { svelte } from "@sveltejs/vite-plugin-svelte"; import sveltePreprocess from "svelte-preprocess"; // https://vitejs.dev/config/ -export default defineConfig(async () => ({ +export default defineConfig(() => ({ plugins: [ svelte({ preprocess: [