Files
starter-site-chirho/wrangler.toml
LoveJesus 984895d7f2
Some checks failed
Deploy Site / deploy-chirho (push) Failing after 11s
Use [assets] instead of [site] for Workers for Platforms
2026-01-13 01:01:42 +00:00

36 lines
947 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 = "2024-12-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