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 2, 2024
1 parent 4d3602a commit f58fb39
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 @@ -57,7 +57,7 @@ if (args.watch) {
esbuild.build(copyConfig),
esbuild.build(filesConfig),
]).then(() => {
console.log(green(`Build process finished in ${(Date.now() - timestampNow).toString()}ms.`));
esbuild.stop();
console.log(green(`Build process finished in ${(Date.now() - timestampNow).toString()}ms.`));
})
}

0 comments on commit f58fb39

Please sign in to comment.