mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-01 12:14:32 +01:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { sveltekit } from '@sveltejs/kit/vite';
|
|
import { defineConfig } from 'vite';
|
|
|
|
export default defineConfig({
|
|
plugins: [sveltekit()]
|
|
});
|