From 57861411f37a07af3cd8fcf1520843e5a5e44bfc Mon Sep 17 00:00:00 2001 From: ivar Date: Wed, 10 Dec 2025 00:17:27 +0100 Subject: Initial commit --- app/vite.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app/vite.config.ts (limited to 'app/vite.config.ts') diff --git a/app/vite.config.ts b/app/vite.config.ts new file mode 100644 index 0000000..0089672 --- /dev/null +++ b/app/vite.config.ts @@ -0,0 +1,7 @@ +import { sveltekit } from '@sveltejs/kit/vite'; +import { defineConfig } from 'vite'; +import { sveltePhosphorOptimize } from "phosphor-svelte/vite"; + +export default defineConfig({ + plugins: [sveltekit(), sveltePhosphorOptimize()] +}); -- cgit v1.3