feat: 前端完整源码纳入 Go 仓库(web/,标题已改为 系统调优 1.0)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import vue from '@vitejs/plugin-vue'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [vue()],
|
||||
base: './',
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
allowedHosts: true,
|
||||
},
|
||||
build: {
|
||||
outDir: 'www'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user