Skip to content

Commit

Permalink
Publish prod worker to workers.dev too.
Browse files Browse the repository at this point in the history
  • Loading branch information
awaitlink committed Apr 4, 2024
1 parent c2ac109 commit fe49aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrangler.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ command = "cargo install worker-build && worker-build --release"
[env.production]
name = "signalupdates-bot"
kv_namespaces = [{ binding = "STATE", id = "..." }]
workers_dev = false
workers_dev = true
triggers = { crons = ["*/10 * * * *"] }

[env.production.vars]
Expand Down

0 comments on commit fe49aee

Please sign in to comment.