fp/devbox.json

25 lines
490 B
JSON
Raw Normal View History

2024-07-25 13:53:52 +00:00
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.12.0/.schema/devbox.schema.json",
"packages": [
"nodejs@20",
"tilt@latest",
"ctlptl@latest",
"kubectl@latest",
"cmctl@latest"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true",
"ENV": "development"
},
"shell": {
"init_hook": [
"pnpm install"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}