mirror of
https://github.com/harivansh-afk/system-design.git
synced 2026-04-15 06:04:44 +00:00
6 lines
145 B
TypeScript
6 lines
145 B
TypeScript
import { sveltekit } from '@sveltejs/kit/vite';
|
|
import { defineConfig } from 'vite';
|
|
|
|
export default defineConfig({
|
|
plugins: [sveltekit()]
|
|
});
|