mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
28 lines
503 B
JSON
28 lines
503 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
|
|
"packages": [
|
|
"ipfs@latest",
|
|
"golangci-lint@latest",
|
|
"go_1_21@latest",
|
|
"templ@latest",
|
|
"air@latest"
|
|
],
|
|
"env": {
|
|
"GOPATH": "$HOME/go",
|
|
"PATH": "$HOME/go/bin:$PATH"
|
|
},
|
|
"shell": {
|
|
"scripts": {
|
|
"proto": [
|
|
"make proto-gen"
|
|
],
|
|
"templ": [
|
|
"templ generate"
|
|
],
|
|
"ps": [
|
|
"devbox services ls"
|
|
]
|
|
}
|
|
}
|
|
}
|