Skip to content

Commit

Permalink
Update build.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Mqxx committed Feb 12, 2024
1 parent 024de47 commit 97afcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ if (args.watch) {
esbuild.build(filesConfig),
]).then(() => {
esbuild.stop();
console.log(green(`Build process finished in ${(Date.now() - timestampNow).toString()}ms.`));
console.log(green(`esbuild ${esbuild.version} finished build in ${(Date.now() - timestampNow).toString()}ms.`));
})
}

0 comments on commit 97afcd8

Please sign in to comment.