mirror of
https://github.com/xyzeva/k-id-age-verifier.git
synced 2026-08-20 01:17:20 +02:00
6 lines
203 B
TypeScript
6 lines
203 B
TypeScript
import tailwindcss from '@tailwindcss/vite';
|
|
import { sveltekit } from '@sveltejs/kit/vite';
|
|
import { defineConfig } from 'vite';
|
|
|
|
export default defineConfig({ plugins: [tailwindcss(), sveltekit()] });
|