my-portfolio/vite.config.ts
hook-lord 7ae52c891a
Some checks failed
Vercel Production Deployment / Deploy-Production (push) Failing after 37s
more updates
2024-12-06 11:24:20 +01:00

7 lines
144 B
TypeScript

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