ZeroOne English articles, page 2

wrangler deploy “Missing entry-point”: Deploy a Static dist Directory
2026-08-19
DevOps
Fix Wrangler’s “Missing entry-point” error by declaring a Worker entry, passing a static assets directory, or moving the output path into wrangler.jsonc.
786 words
|
4 minutes
Cover Image of the Post
Vite “Failed to Resolve Import” Alias: Align tsconfig, Vite, and Vitest
2026-08-19
Frontend
Fix Vite’s “Failed to resolve import” alias errors by aligning tsconfig paths with Vite or Vitest, using absolute paths, and checking the real project root.
886 words
|
4 minutes
Cover Image of the Post
Cloudflare Workers Error 1102: Find CPU or Memory Limit First
2026-08-18
DevOps
Troubleshoot Cloudflare Workers error 1102 by separating CPU time from 128 MB memory, reading invocation logs, profiling locally, and choosing a safe fix.
986 words
|
5 minutes
Cover Image of the Post
Codex Reset Date Keeps Moving: Separate Automatic, Banked, and Paid Resets
2026-08-18
AI
Understand why the Codex reset date moves, how automatic, banked, and paid resets differ, and what to capture when /status still shows remaining usage.
1339 words
|
7 minutes
Cover Image of the Post
Docker Compose KeyError: ContainerConfig: Migrate from docker-compose v1
2026-08-18
DevOps
Fix Docker Compose KeyError: ContainerConfig by moving from legacy Python docker-compose v1 to docker compose v2 and recreating stale containers safely.
878 words
|
4 minutes
Cover Image of the Post
GitHub Actions Self-Hosted Runner Minimum Version: Check 2.329.0
2026-08-18
DevOps
Prepare self-hosted GitHub Actions runners for version enforcement: check 2.329.0 registration, 30-day updates, product dates, and safe rollout steps.
997 words
|
5 minutes
Cover Image of the Post
Vite “Error While Updating Dependencies”: Rebuild the Cache Safely
2026-08-18
Frontend
Fix Vite’s "error while updating dependencies" by checking the real failure, forcing optimized-dependency rebuilds, and avoiding unsafe cache deletion.
962 words
|
5 minutes
Cover Image of the Post
Cloudflare Pages File Limit for Astro: Pages vs Workers
2026-08-17
DevOps
Check an Astro build against Cloudflare Pages file limits, then choose paid Pages or Workers Static Assets without confusing static output with SSR.
854 words
|
4 minutes
Cover Image of the Post