mirror of
https://github.com/System-End/resolution.git
synced 2026-04-19 20:55:15 +00: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()]
|
|
});
|