fix config lint error
This commit is contained in:
parent
5c5181c33e
commit
4a4a51d424
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue