Skip to content

Commit ec9fe4f

Browse files
author
Pooya Parsa
committed
fix: rebuild without blocking hapi start during dev
1 parent dd05aa0 commit ec9fe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const NuxtPlugin = {
5252
console.log('Building nuxt ...')
5353
const builder = new Builder(nuxt);
5454
server.expose('builder', builder);
55-
await builder.build()
55+
builder.build().catch(console.error)
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)