pwf-website-new/wrangler.toml

20 lines
398 B
TOML

name = "pilates-with-fadia"
compatibility_date = "2024-01-15"
pages_build_output_dir = "client/dist"
[env.production]
name = "pilates-with-fadia"
[env.preview]
name = "pilates-with-fadia-preview"
# KV Namespaces for data storage
[[kv_namespaces]]
binding = "STORAGE"
id = "your-kv-namespace-id"
preview_id = "your-preview-kv-namespace-id"
# Environment variables
[vars]
NODE_ENV = "production"