diff options
| author | Fuwn <[email protected]> | 2024-11-18 20:22:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-11-18 20:26:35 -0800 |
| commit | e384732c7b8066cd8b96b2c20c01c491890ce397 (patch) | |
| tree | 89d4c48b10f37663fd18041c0fb485b71fab5e5f /wrangler.toml | |
| parent | docs(readme): create readme (diff) | |
| download | anilist.me-main.tar.xz anilist.me-main.zip | |
Diffstat (limited to 'wrangler.toml')
| -rw-r--r-- | wrangler.toml | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/wrangler.toml b/wrangler.toml deleted file mode 100644 index 23d66a9..0000000 --- a/wrangler.toml +++ /dev/null @@ -1,43 +0,0 @@ -name = "intp-moe" -main = "src/worker.ts" -compatibility_date = "2023-06-09" - -[placement] -mode = "smart" - -# # KV Namespace binding - For more information: https://developers.cloudflare.com/workers/runtime-apis/kv -# [[kv_namespaces]] -# binding = "MY_KV_NAMESPACE" -# id = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" - -# # Durable Object binding - For more information: https://developers.cloudflare.com/workers/runtime-apis/durable-objects -# [[durable_objects]] -# binding = "MY_DURABLE_OBJECT" -# class_name = "MyDurableObject" - -# # Bucket binding - For more information: https://developers.cloudflare.com/workers/runtime-apis/kv#bucket -# [[buckets]] -# binding = "MY_BUCKET" -# name = "my-bucket" -# bucket_id = "yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy" - -# # Service binding - For more information: https://developers.cloudflare.com/workers/platform/services -# [[routes]] -# binding = "MY_SERVICE" -# pattern = "/api/*" -# script = "api.js" - -# # Queue binding - For more information: https://developers.cloudflare.com/workers/runtime-apis/queues -# [[queues]] -# binding = "MY_QUEUE" -# name = "my-queue" -# zone_id = "zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz" - -# [env.production] -# MY_VARIABLE = "production_value" - -# [env.staging] -# MY_VARIABLE = "staging_value" - -# [env.shared] -# SHARED_VARIABLE = "shared_value" |