radames's picture
Duplicate from radames/sveltekit-tailwindcss-docker
5bb150a
raw
history blame contribute delete
169 Bytes
import { sveltekit } from '@sveltejs/kit/vite';
import type { UserConfig } from 'vite';
const config: UserConfig = {
plugins: [sveltekit()]
};
export default config;