zinzu
zinzu
CDCloudflare Developers
Created by zinzu on 9/26/2023 in #workers-help
Guidance/ reference for building my cloudflare worker.
Hi all, this is my first time building a cloud flare worker. I am trying to build a middleware API on Cloudflare for an stock market API. I want to implement caching and cron job in this. I also want to use KV store. Can someone share code examples for something that has similar use cases? I view the structure and the architecture. Thank you for all the help!
2 replies
CDCloudflare Developers
Created by zinzu on 3/14/2023 in #workers-help
How to exactly use "wrangler publish" because the tutorial seems outdated
https://egghead.io/lessons/cloudflare-set-up-a-new-cloudflare-workers-project-with-wrangler Hi there so I was following this tutorial and in this they use the command wrangler publish but when I do so on my terminal I get the error
Missing entry-point: The entry-point should be specified via the command line (e.g. `wrangler publish path/to/script`) or the `main` config field.
Missing entry-point: The entry-point should be specified via the command line (e.g. `wrangler publish path/to/script`) or the `main` config field.
Do I just need to do something like wrangler publish index.js ?
11 replies