nit: remove comment on deprecated Vite feature
This commit is contained in:
parent
22ddb74df4
commit
3364daf9c6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export async function collectPagesData(
|
|||
'build',
|
||||
`${colors.bold(
|
||||
route.component
|
||||
)} is taking a bit longer to import. This is common for larger "Astro.glob(...)" or "import.meta.globEager(...)" calls, for instance. Hang tight!`
|
||||
)} is taking a bit longer to import. This is common for larger "Astro.glob(...)" or "import.meta.glob(...)" calls, for instance. Hang tight!`
|
||||
);
|
||||
clearInterval(routeCollectionLogTimeout);
|
||||
}, 10000);
|
||||
|
|
Loading…
Reference in a new issue