初始化

This commit is contained in:
2025-09-11 22:33:15 +08:00
parent ee95701e74
commit 7c7e4f18ea
12 changed files with 760 additions and 5 deletions

View File

@@ -1,9 +1,16 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { fileURLToPath, URL } from 'node:url'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
server: {
host: '0.0.0.0',
proxy: {