bump deps

This commit is contained in:
d34dscene
2025-11-09 21:42:37 +01:00
parent 36d5fec41f
commit 6ec1905b0e
10 changed files with 2514 additions and 2153 deletions

View File

@@ -40,11 +40,18 @@ tasks:
silent: false
agent:
desc: Run Go agent
desc: Run agent
cmds:
- go run agent/cmd/main.go
silent: false
docs:
desc: Run docs
cmds:
- pnpm run start
dir: docs
silent: false
test:
desc: Run Go tests
cmds:
@@ -58,6 +65,7 @@ tasks:
cmds:
- go get -u ./...
- cd web && pnpm update --latest
- cd docs && pnpm update --latest
#  Generate code
gen: