[ci] format
This commit is contained in:
parent
4ca60e9344
commit
03b2ef4b67
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ export async function staticBuild(opts: StaticBuildOptions) {
|
||||||
const pages = internals.hoistedScriptIdToPagesMap.get(moduleId);
|
const pages = internals.hoistedScriptIdToPagesMap.get(moduleId);
|
||||||
pages!.add(astroModuleId);
|
pages!.add(astroModuleId);
|
||||||
} else {
|
} else {
|
||||||
internals.hoistedScriptIdToPagesMap.set(moduleId, new Set([astroModuleId]))
|
internals.hoistedScriptIdToPagesMap.set(moduleId, new Set([astroModuleId]));
|
||||||
internals.hoistedScriptIdToHoistedMap.set(moduleId, hoistedScripts);
|
internals.hoistedScriptIdToHoistedMap.set(moduleId, hoistedScripts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue