This commit is contained in:
Manav Rathi 2024-12-30 14:42:51 +05:30
parent 6f891a45de
commit a2decb5030
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -15,10 +15,10 @@ Install dependencies with `yarn`.
Then, to deploy an individual worker
- Login into wrangler (if needed) using
`yarn workspace health-check wrangler login`
- Login into wrangler (if needed) using
`yarn workspace health-check wrangler login`
- Deploy! `yarn workspace health-check wrangler deploy`
- Deploy! `yarn workspace health-check wrangler deploy`
Wrangler is the CLI provided by Cloudflare to manage workers. Apart from
deploying, it also allows us to stream logs from running workers by using

View File

@ -5,7 +5,7 @@
"@cloudflare/workers-types": "^4.20240614.0",
"typescript": "^5",
"wrangler": "^3",
"prettier": "^3"
"prettier": "^3.3.4"
},
"workspaces": [
"*"