4 Star 42 Fork 13

阿逼/pdf-signature

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vite.config.ts 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
阿逼 提交于 2024-06-14 15:27 . chore:setup project
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
port: 3000,
open: true,
proxy: {
'/api': {
target: 'http://localhost:3001/api',
changeOrigin: true,
rewrite: path => path.replace(/^\/api/, '')
}
}
}
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bibinocode/pdf-signature.git
git@gitee.com:bibinocode/pdf-signature.git
bibinocode
pdf-signature
pdf-signature
main

搜索帮助