2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-14 07:44:43 -04:00
2024-04-14 21:52:11 +10:00

7 lines
144 B
TypeScript

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