Skip to content

Commit

Permalink
Fix Wrangler Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
no1mann committed Oct 1, 2024
1 parent a07a5d2 commit 3a30922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ kv_namespaces = [



[env.development]
[env.preview]
kv_namespaces = [
{ binding = "JINGLE_JAM_DATA", id = "c9634f49deeb4618b3c3f1980f777f7a", preview_id = "6a08d74af525475baefa19a93f0ba136" }
]

[env.development.durable_objects]
[env.preview.durable_objects]
bindings = [
{ name = "TILTIFY_DATA", class_name = "TiltifyData", script_name = "tiltify-cache-development" },
{ name = "GRAPH_DATA", class_name = "GraphData", script_name = "tiltify-cache-development" }
Expand Down

0 comments on commit 3a30922

Please sign in to comment.