blob: 16950342c1a41f60729f1abfcbbf67676c08e1bb [file] [log] [blame]
import { sveltekit } from '@sveltejs/kit/vite';
import type { UserConfig } from 'vite';
const config: UserConfig = {
plugins: [sveltekit()]
};
export default config;