Openstatus www.openstatus.dev

chore: clean up corepack usage in Devbox (#1175)

authored by

Mike and committed by
GitHub
48596871 32379531

+2 -4
+2 -4
devbox.json
··· 2 2 "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.6/.schema/devbox.schema.json", 3 3 "packages": ["turso-cli@latest", "nodejs@20", "bun@latest", "sqld@latest"], 4 4 "env": { 5 - "DEVBOX_COREPACK_ENABLED": "true" 6 - }, 7 - "shell": { 8 - "init_hook": ["yes | pnpm -v &> /dev/null"] 5 + "DEVBOX_COREPACK_ENABLED": "true", 6 + "COREPACK_ENABLE_DOWNLOAD_PROMPT": "0" 9 7 } 10 8 }