UserFrontend/vite.config.js
2024-12-06 15:04:05 +01:00

7 lines
144 B
JavaScript

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