Compare commits
No commits in common. "34e4eea1625297cf9db4df20ce7522de77292267" and "dbd513f7b40ab22b5781c970a28242d3e7dd6f9c" have entirely different histories.
34e4eea162
...
dbd513f7b4
@ -12,7 +12,7 @@
|
||||
"remoteUser": "vscode",
|
||||
|
||||
// Run once after the container is created.
|
||||
"postCreateCommand": "make init && make tools",
|
||||
"postCreateCommand": "make init",
|
||||
|
||||
// Fix ownership of the mounted ~/.claude so the vscode user can read host auth.
|
||||
"postStartCommand": "sudo chown -R vscode:vscode /home/vscode/.claude 2>/dev/null || true",
|
||||
@ -59,7 +59,6 @@
|
||||
"forwardPorts": [8080],
|
||||
|
||||
"remoteEnv": {
|
||||
"CONFIG_PATH": "${containerWorkspaceFolder}/config/dev.yaml",
|
||||
"GOPRIVATE": "gitea.djmil.dev"
|
||||
"CONFIG_PATH": "${containerWorkspaceFolder}/config/dev.yaml"
|
||||
}
|
||||
}
|
||||
|
||||
1
Makefile
1
Makefile
@ -14,7 +14,6 @@ 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."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user