Fix cloud environment URL pattern #2
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Fix the generated cloud environment URLs from the Encore client to ensure the environment name appears as a suffix rather than a prefix.
Changes
Environment(name: string)infrontend/client.tsto returnhttps://steering-wheel-documentation-65b2-${name}.encr.appTesting
Note
Fixes cloud URL construction in the TS client, adds a CI pipeline, and introduces AI rules/docs with minor doc and tooling updates.
frontend/client.tsEnvironment(name)to usehttps://steering-wheel-documentation-65b2-${name}.encr.app; adjust generated headers/labels..github/workflows/ci.ymlto set up Postgres, install Bun and Encore CLI, run backend/frontend tests, and build both apps..cursor/rules/*.mdc, indexclaude.md, andinstructions_archived.txt..cursor/rules/dedupe_rules.jsto trim duplicate XML blocks.DEVELOPMENT.mdlinks; addbackend/.gitignore; reviseseed.mdcontent/title.Written by Cursor Bugbot for commit 5ae17f7. This will update automatically on new commits. Configure here.