diff --git a/vite.config.ts b/vite.config.ts index ae3b569f..a5ed51c5 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -1,6 +1,6 @@ import { defineConfig } from "vite"; import { svelte } from "@sveltejs/vite-plugin-svelte"; -import sveltePreprocess from "svelte-preprocess"; +import {sveltePreprocess} from "svelte-preprocess"; import wasm from "vite-plugin-wasm"; import { internalIpV4 } from 'internal-ip' import topLevelAwait from "vite-plugin-top-level-await";