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 Jan 25, 2024
1 parent 4d696cc commit 5d7e74e
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 @@ -42,7 +42,7 @@ const filesConfig : esbuild.BuildOptions = {
],
}

const timestampNow = Date.now()
const timestampNow = Date.now();

if (args.watch) {
esbuild.context(copyConfig).then((context) => context.watch());
Expand Down

0 comments on commit 5d7e74e

Please sign in to comment.