setup devbox
This commit is contained in:
parent
d3647b71d7
commit
65a1552e50
3 changed files with 69 additions and 0 deletions
11
devbox.json
Normal file
11
devbox.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue