diff --git a/devbox.json b/devbox.json index 089f4f5..d82658c 100644 --- a/devbox.json +++ b/devbox.json @@ -1,20 +1,19 @@ { - "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json", - "packages": [ - "go@1.25.5", - "templ@0.3.960", - "go-task@3.45.5", - "tailwindcss_4@latest", - "nodejs@latest" - ], - "shell": { - "init_hook": [ - "echo 'Welcome to devbox!' > /dev/null" - ], - "scripts": { - "test": [ - "echo \"Error: no test specified\" && exit 1" - ] - } - } + "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json", + "packages": [ + "go@1.25.5", + "templ@0.3.960", + "go-task@3.45.5", + "tailwindcss_4@latest", + "nodejs@latest" + ], + "shell": { + "init_hook": [ + "echo 'Welcome to devbox!' > /dev/null", + "unset DEVELOPER_DIR" + ], + "scripts": { + "test": ["echo \"Error: no test specified\" && exit 1"] + } + } }