Files
starter-site-chirho/wrangler.toml
LoveJesus 9d13d74157
Some checks failed
Deploy Site / deploy-chirho (push) Failing after 11s
Update compatibility_date to 2025-01-01 for assets support
2026-01-13 04:38:02 +00:00

35 lines
946 B
TOML

# For God so loved the world — John 3:16
name = "{{SLUG_CHIRHO}}-site-fe-chirho"
main = ".svelte-kit/cloudflare/_worker.js"
compatibility_date = "2025-01-01"
compatibility_flags = ["nodejs_compat"]
# This worker will be deployed to the dispatch namespace
# via the perffection.com build system
[vars]
SITE_SLUG_CHIRHO = "{{SLUG_CHIRHO}}"
# Static assets configuration for SvelteKit
[assets]
directory = ".svelte-kit/cloudflare"
binding = "ASSETS"
# D1 Database binding - configured during deployment
# [[d1_databases]]
# binding = "DB_CHIRHO"
# database_name = "{{SLUG_CHIRHO}}-db-chirho"
# database_id = "{{D1_DATABASE_ID_CHIRHO}}"
# KV Namespace binding - configured during deployment
# [[kv_namespaces]]
# binding = "KV_CHIRHO"
# id = "{{KV_NAMESPACE_ID_CHIRHO}}"
# R2 Bucket binding - configured during deployment
# [[r2_buckets]]
# binding = "ASSETS_R2_CHIRHO"
# bucket_name = "{{SLUG_CHIRHO}}-assets-chirho"
# JESUS CHRIST IS LORD