Skip to content

Commit 701aca8

Browse files
committed
Better message
1 parent a5d7492 commit 701aca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bundle/esbuild.static.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ async function buildNextConfig() {
190190
{
191191
name: 'watcher',
192192
setup(build) {
193-
build.onEnd(() => console.log(`/static is built`));
193+
build.onEnd(() => console.log(`/static has been built`));
194194
build.onStart(() => console.log('Building /static'));
195195
}
196196
}

0 commit comments

Comments
 (0)