Frontend/vite.config.js
2025-09-25 01:54:30 +04:00

6 lines
144 B
JavaScript

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