mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Fix typo
This commit is contained in:
parent
e4b05e9aec
commit
efecf53869
@ -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}}`
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user