mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-23 04:48:00 +00:00
8 lines
157 B
JavaScript
8 lines
157 B
JavaScript
|
import { defineConfig } from 'vite'
|
||
|
import vue from '@vitejs/plugin-vue'
|
||
|
|
||
|
// https://vitejs.dev/config/
|
||
|
export default defineConfig({
|
||
|
plugins: [vue()],
|
||
|
})
|