UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

13 lines (12 loc) 279 B
async function getServerIslands(manifest) { if (manifest.serverIslandMappings) { return manifest.serverIslandMappings(); } return { serverIslandMap: /* @__PURE__ */ new Map(), serverIslandNameMap: /* @__PURE__ */ new Map() }; } export { getServerIslands };