Api + frontend

This commit is contained in:
2026-03-25 20:55:58 +01:00
parent 7e88e91077
commit dde5b572fb
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import { svelte } from '@sveltejs/vite-plugin-svelte'
import tailwindcss from '@tailwindcss/vite'
export default defineConfig({
plugins: [tailwindcss(), svelte()],
})