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,
|
context: options.context,
|
||||||
});
|
});
|
||||||
|
|
||||||
const startPromise = subApp.runCommand('start', '--quickstart');
|
await subApp.runCommand('start', '--quickstart');
|
||||||
|
};
|
||||||
|
|
||||||
|
const startPromise = quickstart();
|
||||||
|
|
||||||
if (options?.context?.waitSubAppInstall) {
|
if (options?.context?.waitSubAppInstall) {
|
||||||
await startPromise;
|
await startPromise;
|
||||||
}
|
}
|
||||||
};
|
|
||||||
|
|
||||||
quickstart();
|
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user