UNPKG

@redwoodjs/sdk

Version:

Build fast, server-driven webapps on Cloudflare with SSR, RSC, and realtime

8 lines (7 loc) 170 B
export const createClientManifest = () => { return new Proxy({}, { get(_, key) { return { id: key, name: key, chunks: [] }; }, }); };