mirror of
https://github.com/open-webui/desktop.git
synced 2026-07-19 22:53:37 -04:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
import { defineConfig } from 'vite';
|
|
|
|
// https://vitejs.dev/config
|
|
export default defineConfig({});
|