Files
data-entry-app/frontend/vite.config.ts
T
2026-04-25 20:43:37 +12:00

8 lines
146 B
TypeScript

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});