first commit

This commit is contained in:
Leandro Afonso
2025-10-19 20:47:58 +01:00
commit 63f850d705
80 changed files with 8358 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "Bun + Go Development",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "lts"
}
},
"postCreateCommand": "curl -fsSL https://bun.sh/install | bash && go install github.com/air-verse/air@latest",
"customizations": {
"vscode": {
"extensions": [
"golang.go",
"oven.bun-vscode"
]
}
},
"remoteUser": "root"
}