Skip to content

Commit

Permalink
chore: wrangler.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Jan 24, 2025
1 parent c262342 commit f21ecd8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ compatibility_date = "2024-10-23"

pages_build_output_dir = "./static"

[env]
[env.dev]
[env.prod]
[[env.dev.kv_namespaces]]
binding = "kv"
id = "9cd5fdf01971402390dbe9e95cc078d3"

[vars]
YARN_VERSION = "1.22.22"
[env.production]
[[env.production.kv_namespaces]]
binding = "kv"
id = "TO_BE_DETERMINED"

# Enables Cloudflare Worker Logs
[observability]
enabled = true

# [vars]
# YARN_VERSION = "1.22.22"

0 comments on commit f21ecd8

Please sign in to comment.