Skip to content

Commit

Permalink
Change default port that we launch on to 24318 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettimus authored Feb 26, 2025
1 parent bcba6eb commit 1edd44c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions otel-worker/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name = "otel-worker"
main = "build/worker/shim.mjs"
compatibility_date = "2024-07-30"

[dev]
port = 24318

[[durable_objects.bindings]]
name = "WEBSOCKET_HIBERNATION_SERVER"
class_name = "WebSocketHibernationServer"
Expand Down

0 comments on commit 1edd44c

Please sign in to comment.