aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/svelte.config.js')
-rw-r--r--ui/svelte.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/svelte.config.js b/ui/svelte.config.js
index 96b3455..a710f1b 100644
--- a/ui/svelte.config.js
+++ b/ui/svelte.config.js
@@ -1,8 +1,8 @@
-import { vitePreprocess } from '@sveltejs/vite-plugin-svelte'
+import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
/** @type {import("@sveltejs/vite-plugin-svelte").SvelteConfig} */
export default {
// Consult https://svelte.dev/docs#compile-time-svelte-preprocess
// for more information about preprocessors
preprocess: vitePreprocess(),
-}
+};