mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-29 18:28:09 +08:00
506f1605ad
* init * fix: load extension error * for build * for build * new version for build * add loading control in all button * fix: update projectID not correct * fix: update projectID exec order issue * fix: show settings when not set remote host * chore: add tsconfig exclude files * fix: show WS tag in test history * pref: monaco editor code tips * perf: expand parent group when add subgroup success * for debug * delete useless code * for build * fix: translate problem¬ required field not generate to the test raw body * chore: action cancel build every time * move ecode.config.js * fix: delete group should delete apiData * fix: https://github.com/eolinker/eoapi/pull/161#issuecomment-1281747815 * delete console * translate * feat: localworkspace show tip to switch cloud * fix: mock match rule * perf: hidde save btn when mock is system * pref: import api btn loading * feat: form footer * update UI * translate * fix: switch to new space after create a space * update UI * update UI * update UI * update UI * fix: initial data unsave status in tab after saved * translate * fix: image preview error Co-authored-by: 夜鹰 <17kungfuboy@gmail.com> Co-authored-by: buqiyuan <1743369777@qq.com>
5 lines
115 B
JavaScript
5 lines
115 B
JavaScript
module.exports = {
|
|
entry: './src/workbench/browser/views',
|
|
output: './src/workbench/browser/src/app/pages',
|
|
};
|