chore: fix name of backoff-retry, expose in devcontainer

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-18 17:51:13 +00:00
parent 1a9d8fb0cf
commit d6298adc6d
No known key found for this signature in database
3 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,9 @@
#!/usr/bin/env bash
pwd
npm ci &
go mod download &
go install ./utils/cmd/... &
wait