Skip to content

Commit 05d3583

Browse files
waydelyleAkryum
authored andcommitted
fix: Return app from ssr serve command. (#143)
1 parent df54a25 commit 05d3583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = (api, options) => {
8888
config.port = port
8989
config.host = host
9090

91-
await createServer({
91+
return await createServer({
9292
port,
9393
host,
9494
})

0 commit comments

Comments
 (0)