UNPKG

@redwoodjs/sdk

Version:

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

7 lines (6 loc) 257 B
export declare const flattenId: (id: string) => string; export declare const invalidateViteDepsCacheEntry: ({ projectRootDir, environment, entry, }: { projectRootDir: string; environment: "client" | "worker"; entry: string; }) => Promise<void>;