feat(test): split env config — .env (prod) vs .env.sandbox (sandbox) #17
Reference in New Issue
Block a user
Delete Branch "claude/test-env-sandbox-split"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
provisionSandbox.tsnow loads its own.env.sandbox(via@std/dotenvloadSync) instead of the shared.env, so the prod target (main.ts→.env) and the sandbox target (provisionSandbox.ts→.env.sandbox) no longer collide..gitignorewidened to.env*(with!.env.exampleso the template stays tracked)..env.examplerewritten to document the two-file convention + per-envkubectlsecret sources, including the caveat that a prod-seeded sandbox uses prod's admin password (the seed clones it).deno check provisionSandbox.tspasses.🤖 Generated with Claude Code