31 lines
702 B
JSON
31 lines
702 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": "$HOME/.kube/futureporn.yaml"
|
|
},
|
|
"shell": {
|
|
"init_hook": [
|
|
"echo Welcome to Futureporn devbox"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
],
|
|
"tilt": "tilt up -f ./Tiltfile"
|
|
}
|
|
}
|
|
}
|