Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Jun 22, 2022
1 parent 2952638 commit 378f9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/build/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { bundle, okMark, failMark } from './bundle'

export async function build(
root: string,
buildOptions: BuildOptions & { base?:string; mpa?: string } = {}
buildOptions: BuildOptions & { base?: string; mpa?: string } = {}
) {
const start = Date.now()

Expand Down

0 comments on commit 378f9b4

Please sign in to comment.