merge /moodbar API as a flask Blueprint to py/serve.py
[letz.git] / vite.config.ts
blob74070165f3a9718787dd9d7f73625cef1bfebd7a
1 import { sveltekit } from '@sveltejs/kit/vite';
2 import type { UserConfig } from 'vite';
3 import { stho_vite } from './src/lib/lang/stholite_for_svelte';
5 const config: UserConfig = {
6         plugins: [
7                 stho_vite(),
8                 sveltekit()
9         ],
12 export default config;