Skip to content

Fix issues arising from extension programming guide#37

Open
gandie wants to merge 1 commit intomasterfrom
fix/fixes-from-guide
Open

Fix issues arising from extension programming guide#37
gandie wants to merge 1 commit intomasterfrom
fix/fixes-from-guide

Conversation

@gandie
Copy link

@gandie gandie commented Feb 3, 2026

Hopefully just minor stuff, like port mapping. Goal is to adjust this closely to the guide, reference extension should "just work"

@changeset-bot
Copy link

changeset-bot bot commented Feb 3, 2026

⚠️ No Changeset found

Latest commit: 0dab141

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

- .env
ports:
- "5433:5432"
- "5432:5432"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you change these ports, you also have to change ports in the .env.example (and if executed locally before, also in .env), to ensure, the drizzle scripts continue to work. They could be executed manually through package scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants