- #823 (patch) - Fix varlock env initialization when using the Astro Cloudflare adapter (@astrojs/cloudflare), including Astro v7. The Astro integration now injects varlock init into the Cloudflare worker entry so ENV works in astro dev and production Workers deployments. Requires
@varlock/cloudflare-integrationwhen using@astrojs/cloudflare(optional peer). varlock now also disables wrangler's redundant.envauto-loading (which printed "Using secrets defined in .env" and could shadow varlock's values), since varlock is the source of env for the worker. - (minor) Version bump from
@varlock/vite-integrationv1.2.0
Published to
- ✅ npm