youtuber-blog-frontend/vite.config.js
2024-04-24 22:51:37 +02:00

7 lines
144 B
JavaScript

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