-
Notifications
You must be signed in to change notification settings - Fork 41
fix(dev): wire gastown wasteland services #3565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,9 @@ | |
| "compatibility_date": "2026-02-24", | ||
| "compatibility_flags": ["nodejs_compat"], | ||
| "placement": { "mode": "smart" }, | ||
| "dev": { | ||
| "port": 8796 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. WARNING: Port |
||
| }, | ||
| "observability": { | ||
| "enabled": true, | ||
| "head_sampling_rate": 1, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WARNING: Port mismatch —
NEXT_PUBLIC_GASTOWN_URLis set to8810here, butservices/gastown/wrangler.jsoncdeclaresdev.port: 8803. Port8810is already assigned tokiloclaw-inbound-email(services/kiloclaw-inbound-email/wrangler.jsonc), creating a collision.The
# @url cloudflare-gastownannotation causesenv-syncto auto-resolve this URL to the port read fromservices/gastown/wrangler.jsonc(i.e.8803), so the generated.env.development.localwill use8803— but the hardcoded example default is misleading and incorrect. This should be8803to match the actual wrangler config.