17 Star 251 Fork 76

大古 / light-chaser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vite.config.ts 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
import {defineConfig} from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
server: {
proxy: {
'^/(api|images|covers)/.*': {
target: 'http://127.0.0.1:8080',
changeOrigin: true,
}
}
}
})
TypeScript
1
https://gitee.com/xiaopujun/light-chaser.git
git@gitee.com:xiaopujun/light-chaser.git
xiaopujun
light-chaser
light-chaser
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891