Skip to content

Commit

Permalink
revert unwanted merge formattings
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jul 9, 2024
1 parent bdeb85b commit da145e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/core/src/core-server/utils/server-statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function useStatics(router: Router, options: Options) {
// Don't log for the internal static dir
if (!targetEndpoint.startsWith('/sb-')) {
logger.info(
`=> Serving static files from ${chalk.cyan(staticDir)} at ${chalk.cyan(targetEndpoint)}`
`=> Serving static files from ${chalk.cyan(staticDir)} at ${chalk.cyan(targetEndpoint)}`
);
}

Expand Down

0 comments on commit da145e2

Please sign in to comment.