kotx / render

Cloudflare Worker to proxy and cache requests to R2
MIT License
384 stars 85 forks source link

Export env, upgrade actions #32

Closed Erisa closed 1 year ago

Erisa commented 1 year ago

Exporting env lets me do funny things like

import { Env as RenderEnv }  from "render2";

Upgrading Actions removes the scary deprecation warnings on Action runs.

kotx commented 1 year ago

<3