36 lines
947 B
TOML
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
|