fp/devbox.json

30 lines
659 B
JSON

{
"$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",
"kubernetes-helm@latest",
"k9s@latest",
"ffmpeg@latest",
"yt-dlp@latest"
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true",
"ENV": "development",
"KUBECONFIG": "~/.kube/futureporn.yaml"
},
"shell": {
"init_hook": [
"echo Welcome to Futureporn devbox"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}