Skip to content

Commit 31ea269

Browse files
committed
fix: set application.isReady when server is ready
1 parent 9e5e1df commit 31ea269

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Ignitor/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ export class Ignitor {
289289
._executeReadyHooks()
290290
.then(() => {
291291
Server.instance!.listen(port, host, () => {
292+
this.application.isReady = true
292293
Logger.info('started server on %s:%s', host, port)
293294
resolve()
294295
})

0 commit comments

Comments
 (0)