Skip to content

Commit

Permalink
improve logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty-key committed Sep 14, 2024
1 parent 0a8b5ea commit 13dd9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/reshowcase
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ if (isBuild) {
return console.error(`[reshowcase] ${error}`)
} else {
console.timeEnd(durationLabel);
console.log(`[reshowcase] http://localhost:${port}`)
console.log(`[reshowcase] Server started at: http://localhost:${port}`)
}
});

Expand Down

0 comments on commit 13dd9da

Please sign in to comment.