setup devbox

This commit is contained in:
juancwu 2026-01-17 04:47:20 +00:00
commit 65a1552e50
3 changed files with 69 additions and 0 deletions

11
devbox.json Normal file
View file

@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.16.0/.schema/devbox.schema.json",
"packages": ["go@1.25.1"],
"shell": {
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
"scripts": {
"test": ["echo \"Error: no test specified\" && exit 1"]
}
}
}