1 Star 0 Fork 0

MuCloud / EOW

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.js 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
MuCloud 提交于 2024-03-12 15:31 . 优化代码,修正@路径出错的问题
import {defineConfig} from 'vite'
import vue from '@vitejs/plugin-vue'
import path from "path";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0'
},
resolve: {
alias: {
'@': path.resolve(__dirname, 'src')
}
}
})
1
https://gitee.com/Yun-Main/eow.git
git@gitee.com:Yun-Main/eow.git
Yun-Main
eow
EOW
master

搜索帮助