feat(battle-sim): add battle simulation scripts and refactor schemas
This commit is contained in:
@@ -101,6 +101,7 @@ export const createGameApiServer = async () => {
|
||||
profile: config.profileName,
|
||||
}));
|
||||
|
||||
|
||||
app.addHook('onClose', async () => {
|
||||
await flushSubscriber.stop();
|
||||
await flushSubscriberClient.quit();
|
||||
|
||||
Reference in New Issue
Block a user