Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Mar 9, 2023
1 parent e4b05e9 commit efecf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-server/src/utils/server-statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export async function useStatics(router: any, options: Options) {
const { staticDir, staticPath, targetEndpoint } = await parseStaticDir(relativeDir);

// Don't log for the internal static dir
if (!targetEndpoint.startsWith('sb-')) {
if (!targetEndpoint.startsWith('/sb-')) {
logger.info(
chalk`=> Serving static files from {cyan ${staticDir}} at {cyan ${targetEndpoint}}`
);
Expand Down

0 comments on commit efecf53

Please sign in to comment.