This repository has been archived on 2024-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
helseveileder/frontend/vite.config.ts
Sindre Kjelsrud 68e2f95223 🎉 begin frontend with Svelte
Co-authored-by: haraldnilsen <harald_998@hotmail.com>
2023-12-10 14:48:52 +01:00

6 lines
144 B
TypeScript

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