(no commit message provided)

This commit is contained in:
Prad Nukala
2024-08-10 17:01:14 -04:00
committed by Prad Nukala (aider)
parent 24db9de0ad
commit 2923b8866b
23 changed files with 9499 additions and 1677 deletions
+1 -8
View File
@@ -1,12 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.5/.schema/devbox.schema.json",
"packages": [
"ipfs@latest",
"golangci-lint@latest",
"go@1.21",
"templ@latest",
"air@latest"
],
"packages": ["golangci-lint@latest", "go@1.21", "templ@latest", "air@latest"],
"env": {
"GOPATH": "$HOME/go",
"PATH": "$HOME/go/bin:$PATH"
@@ -14,7 +8,6 @@
"shell": {
"scripts": {
"proto": ["make proto-gen"],
"templ": ["templ generate"],
"ps": ["devbox services ls"]
}
}