fix config lint error

This commit is contained in:
b1ek 2023-08-26 19:47:11 +10:00
parent 5c5181c33e
commit 4a4a51d424
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { svelte } from "@sveltejs/vite-plugin-svelte";
import sveltePreprocess from "svelte-preprocess"; import sveltePreprocess from "svelte-preprocess";
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig(async () => ({ export default defineConfig(() => ({
plugins: [ plugins: [
svelte({ svelte({
preprocess: [ preprocess: [