mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
fix: multi app test
This commit is contained in:
parent
30dc9faf24
commit
2bc571eb14
@ -200,14 +200,14 @@ export class PluginMultiAppManagerServer extends Plugin {
|
||||
context: options.context,
|
||||
});
|
||||
|
||||
const startPromise = subApp.runCommand('start', '--quickstart');
|
||||
|
||||
if (options?.context?.waitSubAppInstall) {
|
||||
await startPromise;
|
||||
}
|
||||
await subApp.runCommand('start', '--quickstart');
|
||||
};
|
||||
|
||||
quickstart();
|
||||
const startPromise = quickstart();
|
||||
|
||||
if (options?.context?.waitSubAppInstall) {
|
||||
await startPromise;
|
||||
}
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user