ZeroOne English articles, page 8

Astro preview --background: Run a Built Site Without Holding the Terminal
2026-08-08
Frontend
Use Astro 7.2.0 preview --background to start a built site, inspect status and logs, stop it cleanly, or disable background mode in automation.
637 words
|
3 minutes
Cover Image of the Post
Cloudflare Workers createTestHarness(): Test Built Worker Routes with Vitest
2026-08-08
DevOps
Use Cloudflare Workers’ createTestHarness() with Vitest to test a Wrangler-built Worker, reset state between cases, and close the server cleanly.
744 words
|
4 minutes
Cover Image of the Post
Codex --approve-for-me: Keep Auto Review Inside a Workspace-Write Sandbox
2026-08-08
AI
Understand Codex’s --approve-for-me flag: route eligible approvals to automatic review while keeping the workspace-write sandbox boundary explicit.
624 words
|
3 minutes
Cover Image of the Post
pnpm Git Dependencies on CI: Stop SSH URLs from Breaking Installs
2026-08-08
DevOps
Keep pnpm Git dependencies reproducible on CI: understand the pnpm 12 canonical HTTPS change, SSH rewrites for private repos, and frozen lockfiles.
750 words
|
4 minutes
Cover Image of the Post
Vite 8 manualChunks: Migrate Rollup Splits to Rolldown codeSplitting
2026-08-08
Frontend
Migrate Vite 8 manualChunks settings to Rolldown codeSplitting: replace object rules, use output groups, and test runtime order before shipping.
563 words
|
3 minutes
Cover Image of the Post
Astro Remote Image Is Not Allowed: Fix domains and remotePatterns
2026-08-07
Frontend
Fix Astro’s “Remote image is not allowed” error by matching protocol, hostname, port, and pathname with a narrow image.remotePatterns rule.
758 words
|
4 minutes
Cover Image of the Post
CSS interpolate-size: Animate height: auto with a Fallback
2026-08-07
Frontend
Animate from a fixed height to CSS height: auto with interpolate-size, keep a no-animation fallback, and know when calc-size or JavaScript is still needed.
740 words
|
4 minutes
Cover Image of the Post
Docker Compose Watch: When to Use sync, rebuild, and sync+restart
2026-08-07
DevOps
Use Docker Compose Watch to sync source files, rebuild dependency changes, and restart config safely with path, ignore, permissions, and verification checks.
860 words
|
4 minutes
Cover Image of the Post