Merged in feature/devbox (pull request #11)
Add Devbox * adddevbox * cleanupdockerfile * testscripts
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"golangci-lint@1.62.2",
|
||||
"protolint@0.50.5",
|
||||
"yamllint@1.35.1",
|
||||
"sqlc@1.27.0",
|
||||
"direnv@2.35.0",
|
||||
"go-mockery@2.46.3",
|
||||
"protoc-gen-go@1.35.1",
|
||||
"protoc-gen-go-grpc@1.3.0",
|
||||
"go-migrate@4.18.1",
|
||||
"go@1.23.3",
|
||||
"protobuf@28.3",
|
||||
"go-task@3.39.2",
|
||||
"hadolint@2.12.0",
|
||||
"gotools@0.25.0",
|
||||
"nodePackages.jsonlint@1.6.3"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Welcome to the DoczyAI devbox!'"
|
||||
],
|
||||
"scripts": {
|
||||
"deps:download": [
|
||||
"task deps:download"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user