identity/identity-web/vite.config.ts

7 lines
144 B
TypeScript
Raw Permalink Normal View History

2024-06-13 20:00:45 +00:00
import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vite';
export default defineConfig({
plugins: [sveltekit()]
});