Update packages and add docs for API deployment (#4279)

* safely update packages

* update selfhosting.md with API hosting documentation
This commit is contained in:
Pas 2025-11-08 18:58:43 -07:00 committed by GitHub
parent 365dbd6f4c
commit 805a15d257
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4195 additions and 3320 deletions

View file

@ -10,9 +10,9 @@
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.8.19",
"typescript": "^5.5.2",
"@cloudflare/vitest-pool-workers": "^0.10.5",
"typescript": "^5.9.3",
"vitest": "~3.2.0",
"wrangler": "^4.20.5"
"wrangler": "^4.46.0"
}
}