nocobase/packages/plugins/multi-app-manager
icezohu bc00bd161a
fix(multip-app-manager): init multiple Application instances while starting up a sub app (#1986)
* fix: init multiple Application instances while
starting up sub app

by Jacob

* fix: import error

by Jacob

* feat: use async-mutex for locking process

by Jacob

* revert: unused update

by Jacob

* test: should get same obj ref
when asynchronously access with same sub app name

by Jacob

* feat: add async-mutex dependency
to multi-app-manager package.json

by Jacob
2023-06-06 10:47:50 +08:00
..
src fix(multip-app-manager): init multiple Application instances while starting up a sub app (#1986) 2023-06-06 10:47:50 +08:00
.npmignore Fix multiple apps (#316) 2022-04-24 20:22:50 +08:00
client.d.ts feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
client.js feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
LICENSE feat: change license (#1350) 2023-01-11 11:58:47 +08:00
package.json fix(multip-app-manager): init multiple Application instances while starting up a sub app (#1986) 2023-06-06 10:47:50 +08:00
README.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
README.zh-CN.md docs: add plug-in documentation 2023-02-11 00:09:39 +08:00
server.d.ts feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00
server.js feat: multiple apps (#1540) 2023-03-10 19:16:00 +08:00

multi-app-manager

English | 中文

多应用管理插件。

安装激活

yarn pm enable multi-app-manager

使用方法