Franz3
Franz3
Explore posts from servers
CDCloudflare Developers
Created by Franz3 on 4/21/2024 in #workers-help
Serve atom feed with cloudflare error (Faild to build)
Whats the problem with this thread? What am I doing wrong that no one is trying to help me?
3 replies
CDCloudflare Developers
Created by Franz3 on 4/21/2024 in #workers-help
Serve atom feed with cloudflare error (Faild to build)
my wrangler.toml file (adding node_compat = true didnt seem to help):
name = "qmj-atom-feed"
main = "src/index.ts"
compatibility_date = "2024-04-19"
compatibility_flags = ["nodejs_compat"]
name = "qmj-atom-feed"
main = "src/index.ts"
compatibility_date = "2024-04-19"
compatibility_flags = ["nodejs_compat"]
Resource I used to get started with cloudflare: https://youtu.be/H7Qe96fqg1M I also didnt understand yet, what the Env interface in worker-configuration.d.ts is needed/ used for
3 replies