1 Star 0 Fork 152

毛幻帅/liteflow-editor-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.dumirc.ts 441 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangshijiang 提交于 2024-11-30 15:44 +08:00 . docs: 添加服务器连接状态指示
import { defineConfig } from 'dumi';
export default defineConfig({
favicons: [
'https://liteflow.cc/img/logo.png',
],
outputPath: 'docs-dist',
themeConfig: {
name: 'liteflow',
logo: 'https://liteflow.cc/img/logo.png',
footer: `Open-source MIT Licensed | Copyright © 2024-present
<br />
Powered by self`,
},
proxy: {
'/api': {
target: 'http://127.0.0.1:10005/',
changeOrigin: true,
}
}
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mauyice/liteflow-editor-client.git
git@gitee.com:mauyice/liteflow-editor-client.git
mauyice
liteflow-editor-client
liteflow-editor-client
master

搜索帮助