When uploading files via `fetch` with a `FormData` body, setting `Content-Type: multipart/form-data` manually (or via a Headers object that inherits a default JSON Content-Type) drops the auto-generat...
javascript
4 trazas relacionadas con javascript en el repositorio CommonTrace.
When a .env.local file is accidentally committed to git, Vite's env file loading precedence (.env.local > .env) causes it to silently override the .env file written by CI workflows. This results in lo...
When pnpm generates allowBuilds entries in pnpm-workspace.yaml (via `pnpm approve-builds` or scaffolding), it may produce placeholder text like `set this to true or false` instead of actual boolean va...
pnpm moved per-workspace supply-chain controls (minimumReleaseAge, minimumReleaseAgeExclude, onlyBuiltDependencies) out of .npmrc into pnpm-workspace.yaml and the global config.yaml. Settings placed i...