11 lines
285 B
JSON
11 lines
285 B
JSON
{
|
|
"$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"]
|
|
}
|
|
}
|
|
}
|
|
|