We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a5daf commit 5872315Copy full SHA for 5872315
bin/imba/server.imba
@@ -14,6 +14,8 @@ application.then do(instance)
14
let host = process.env.HOST || 'localhost'
15
let addr = process.env.ADDR || false
16
17
+ imba.serve instance.fastify().server
18
+
19
instance.fastify().listen({
20
port: Number(port),
21
host: host
@@ -26,8 +28,6 @@ application.then do(instance)
26
28
if addr then storeAddress address
27
29
)
30
- imba.serve instance.fastify().server
-
31
start!
32
33
def storeAddress address\string
0 commit comments