将缺失的文件补上

This commit is contained in:
chuzhongzai
2024-11-23 14:08:06 +08:00
parent b87703ec00
commit 6874ba442c
5 changed files with 1482 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
server:{
host: '0.0.0.0'
}
})