🔱: [client] sync upgrade with 6 commits [trident-sync]

refactor: sync gitee
refactor: sync gitee
refactor: sync gitee
refactor: 1.9.0
refactor: 准备发布
This commit is contained in:
GitHub Actions Bot
2023-02-09 19:24:00 +00:00
parent f686fb0d95
commit 2c10cedb34
6 changed files with 88 additions and 9 deletions
+1 -2
View File
@@ -28,9 +28,8 @@ export default ({ command, mode }) => {
{ find: /@fast-crud\/ui-antdv$/, replacement: path.resolve("../../ui/ui-antdv/src/") }
];
devServerFs = {
// 如果是你自己的项目,这项可以删掉
// 这里配置dev启动时读取的项目根目录
allow: ["../../"]
allow: ["../../../"]
};
console.log("devAlias", devAlias);
}