ci(devcontainer): add post create script

This commit is contained in:
Denis Gukov 2024-10-11 13:07:16 +00:00
parent 2ae9119862
commit 07ec238eee
3 changed files with 37883 additions and 35606 deletions

View File

@ -4,5 +4,5 @@
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/devcontainers/features/node:1": {}
},
"postCreateCommand": "go install github.com/go-task/task/v3/cmd/task@latest"
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}

View File

@ -0,0 +1,2 @@
go install github.com/go-task/task/v3/cmd/task@latest
(cd web && npm install)

73485
web/package-lock.json generated

File diff suppressed because it is too large Load Diff