mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 16:59:42 +00:00
7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
|
import { sveltekit } from '@sveltejs/kit/vite';
|
||
|
import { defineConfig } from 'vite';
|
||
|
|
||
|
export default defineConfig({
|
||
|
plugins: [sveltekit()]
|
||
|
});
|