[ci] format
This commit is contained in:
parent
8476f2a293
commit
c220f53b21
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ export function* getPageDatasByClientOnlyID(
|
||||||
// We should probably get rid of all `@fs` usage and always fully resolve via Vite,
|
// We should probably get rid of all `@fs` usage and always fully resolve via Vite,
|
||||||
// but this would be a bigger change.
|
// but this would be a bigger change.
|
||||||
if (!pageBuildDatas) {
|
if (!pageBuildDatas) {
|
||||||
pathname = `/@fs${prependForwardSlash(removeFileExtension(viteid))}`
|
pathname = `/@fs${prependForwardSlash(removeFileExtension(viteid))}`;
|
||||||
pageBuildDatas = pagesByClientOnly.get(pathname);
|
pageBuildDatas = pagesByClientOnly.get(pathname);
|
||||||
}
|
}
|
||||||
if (pageBuildDatas) {
|
if (pageBuildDatas) {
|
||||||
|
|
Loading…
Reference in a new issue