fp/devbox.json

31 lines
702 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",
2024-07-28 00:42:09 +00:00
"cmctl@latest",
"kubernetes-helm@latest",
"k9s@latest",
"ffmpeg@latest",
"yt-dlp@latest"
2024-07-25 13:53:52 +00:00
],
"env": {
"DEVBOX_COREPACK_ENABLED": "true",
2024-07-28 00:42:09 +00:00
"ENV": "development",
2024-07-30 20:34:25 +00:00
"KUBECONFIG": "$HOME/.kube/futureporn.yaml"
2024-07-25 13:53:52 +00:00
},
"shell": {
"init_hook": [
2024-07-28 00:42:09 +00:00
"echo Welcome to Futureporn devbox"
2024-07-25 13:53:52 +00:00
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
2024-07-30 20:34:25 +00:00
],
"tilt": "tilt up -f ./Tiltfile"
2024-07-25 13:53:52 +00:00
}
}
}