bergere-enchantee / vite.config.ts
coyotte508's picture
coyotte508 HF staff
πŸŽ‰ Sveltekit skeleton app
320c9b0
raw history blame
No virus
169 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import type { UserConfig } from 'vite';
const config: UserConfig = {
plugins: [sveltekit()]
};
export default config;