File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,10 @@ maven("https://en-mirror.ir/jitpack")
2828```
2929
3030### Worker Setup:
31- - <strong >Manual Setup</strong >:
32- - Login to cloudflare
33- - Click on workers & pages tab
34- - Create new worker with optional name and click on deploy
35- - In the new tab, click on edit code
36- - Copy & Paste worker.js codes into opened tab and click on deploy button
3731- <strong >CLI Setup</strong >:
3832 - Ensure you have Node.js installed on your system, then install the Wrangler CLI:
3933 - ` npm install -g wrangler `
4034 - Login to your cloudflare account using: ` wrangler login `
41- - Update configuration in wrangler.toml:
42- - Set ` compatibility_date ` field to current date
4335 - Deploy the worker using: ` wrangler deploy `
4436- <strong >Bash Setup</strong >:
4537 - Ensure you have Node.js installed on your system
You can’t perform that action at this time.
0 commit comments