From bdba7f5c449c0ac77bbd2420c5bc086a7e369a91 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 24 Jun 2025 08:53:58 +0200 Subject: Initial commit of client Using svelte --- client/vite.config.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/vite.config.ts (limited to 'client/vite.config.ts') diff --git a/client/vite.config.ts b/client/vite.config.ts new file mode 100644 index 0000000..95eb0be --- /dev/null +++ b/client/vite.config.ts @@ -0,0 +1,7 @@ +import devtoolsJson from 'vite-plugin-devtools-json'; +import { sveltekit } from '@sveltejs/kit/vite'; +import { defineConfig } from 'vite'; + +export default defineConfig({ + plugins: [sveltekit(), devtoolsJson()] +}); -- cgit v1.2.3-70-g09d2