Vite 插件,在开发期间,为你的服务器加载器和服务器 actions 中的 context.cloudflare 提供 Node 代理到本地 workerd bindings

  • 类型参数

    • Env
    • Cf extends CfProperties

    参数

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

    返回 Plugin<any>