Prmbr/wrangler.toml
2025-08-02 23:27:28 +08:00

23 lines
461 B
TOML

name = "prmbr"
main = "_worker.js"
compatibility_date = "2024-12-01"
compatibility_flags = ["nodejs_compat"]
[build]
command = "npm run build"
[site]
bucket = "./out"
[vars]
NODE_ENV = "production"
# Environment variables (set these in Cloudflare Dashboard)
# NEXT_PUBLIC_SUPABASE_URL = ""
# NEXT_PUBLIC_SUPABASE_ANON_KEY = ""
# DATABASE_URL = ""
[[r2_buckets]]
binding = "BUCKET"
bucket_name = "prmbr-storage"
preview_bucket_name = "prmbr-storage-preview"