node-py-test / vite.config.ts
pngwn
asd
d2aab3f
raw
history blame
No virus
144 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});