Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
22
devbox.json
Normal file
22
devbox.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/main/.schema/devbox.schema.json",
|
||||
"packages": [
|
||||
"go@1.24",
|
||||
"gopls@latest",
|
||||
"golangci-lint@latest",
|
||||
"kubectl@latest",
|
||||
"kustomize@latest",
|
||||
"k9s@latest"
|
||||
],
|
||||
"shell": {
|
||||
"init_hook": [
|
||||
"echo 'Cloud Services dev environment ready'",
|
||||
"export GOWORK=off"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "go test ./...",
|
||||
"lint": "golangci-lint run ./...",
|
||||
"build": "go build ./..."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user