60 Star 692 Fork 177

GVPEolink / Postcat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
donkey.config.js 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
Scarqin 提交于 2023-04-03 19:34 . Feat/v0.5.0 - API Case (#279)
const baseUrl = './src/browser/src/app/services/storage/';
module.exports = {
entry: {
// target: ["./test/apiData.ts", "./test/env.ts"]
target: [baseUrl + 'api.ts']
},
output: [
{
mode: 'angular',
name: 'remote.service',
path: baseUrl
},
{
mode: 'dexie',
name: 'local.service',
path: baseUrl
},
{
mode: 'glue',
name: 'api.service',
path: baseUrl
}
// schema: "./output/entities"
// typeorm: "./output/typeorm"
],
remoteBase: '',
paramsFill: {
projectUuid: 'this.store.getCurrentProjectID',
workSpaceUuid: 'this.store.getCurrentWorkspaceUuid',
withItem: true
}
};
JavaScript
1
https://gitee.com/eolink_admin/postcat.git
git@gitee.com:eolink_admin/postcat.git
eolink_admin
postcat
Postcat
main

搜索帮助