mirror of
https://github.com/ente-io/ente.git
synced 2025-04-30 03:25:52 +00:00
Workers
This commit is contained in:
parent
6f891a45de
commit
a2decb5030
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
"@cloudflare/workers-types": "^4.20240614.0",
|
||||
"typescript": "^5",
|
||||
"wrangler": "^3",
|
||||
"prettier": "^3"
|
||||
"prettier": "^3.3.4"
|
||||
},
|
||||
"workspaces": [
|
||||
"*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user