Vite plugin that provides Node proxies to local workerd bindings to context.cloudflare in your server loaders and server actions during development.

  • Type Parameters

    • Env
    • Cf extends CfProperties

    Parameters

    • options: {
          getLoadContext?: GetLoadContext<Env, Cf>;
      } & GetPlatformProxyOptions = {}

    Returns Plugin<any>