Skip to content

Commit

Permalink
fix: node support
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Sep 13, 2022
1 parent c44d562 commit 0b997f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/b-ber-tasks/src/serve/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const init = build =>

const serve = async ({ build: buildOption, external }) => {
const location = external ? 'external' : 'local'
const build = buildOption ?? 'reader'
const build = buildOption || 'reader'

await init(build)

Expand Down

0 comments on commit 0b997f8

Please sign in to comment.