Skip to content

Commit

Permalink
fix: Build script should build and write outputs now
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthb committed Jul 15, 2024
1 parent dac2d3a commit 9560bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ if (serve) {
const { host, port } = await ctx.serve({ host: 'localhost', servedir: 'static' })
console.log(`Serving at http://${host}:${port}`)
} else {
await ctx.rebuild()
await ctx.dispose()
}

0 comments on commit 9560bbb

Please sign in to comment.