mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-05 03:54:09 +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()],
|
|
})
|