2 Star 1 Fork 6

OS-HUBU/ziMu-chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vite.config.ts 634 Bytes
一键复制 编辑 原始数据 按行查看 历史
ziMu-66ccff 提交于 2023-12-06 20:09 . fix(custom): socket失效 fix
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import path from 'path';
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
resolve: {
alias: {
'@': path.resolve(__dirname, 'src'),
'~': path.resolve(__dirname, './'),
},
},
// server: {
// proxy: {
// '/api': {
// target: 'https://o6r6fe.laf.run', // 凡是遇到 /api 路径的请求,都映射到 target 属性
// changeOrigin: true,
// rewrite: (path) => path.replace(/^\/api/, ''), // 重写 api 为 空,就是去掉它
// },
// },
// },
});
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/os-hubu/ziMu-chat.git
git@gitee.com:os-hubu/ziMu-chat.git
os-hubu
ziMu-chat
ziMu-chat
main

搜索帮助