Merge pull request #11 from certd/client_sync

[client] sync upgrade [trident-sync]
This commit is contained in:
Greper
2023-02-10 03:24:09 +08:00
committed by GitHub
6 changed files with 88 additions and 9 deletions

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);
}