GOPRIVATE=gitea.djmil.dev

This commit is contained in:
djmil 2026-04-08 21:02:51 +00:00
parent dbd513f7b4
commit b46a998aac
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,7 @@
"forwardPorts": [8080],
"remoteEnv": {
"CONFIG_PATH": "${containerWorkspaceFolder}/config/dev.yaml"
"CONFIG_PATH": "${containerWorkspaceFolder}/config/dev.yaml",
"GOPRIVATE": "gitea.djmil.dev"
}
}

View File

@ -14,6 +14,7 @@ help: ## Show this help message
# ── First-time setup ───────────────────────────────────────────────────────────
init: ## First-time project init: fetch deps, configure git hooks
go env -w GOPRIVATE=gitea.djmil.dev
go mod tidy
$(MAKE) setup
@echo "Done! Run 'make build' to verify."