Stuart Bourhill

Results 3 issues of Stuart Bourhill

# Fix: Add Explicit Dependencies for Admin Interface Packages ## Problem Our build process breaks because the admin interface imports packages that aren't explicitly declared in `apps/backend/package.json`. These dependencies were...

tl;dr: Database migrations should run at deployment time, not build time, to avoid race conditions and build failures. --- ## Remove database migration from Dockerfile build step ### Problem The...

## Summary This PR updates the default value for the `registration_url` in the seller invitation schema to use the `buildHostAddress` utility. Previously, the invitation link always pointed to localhost, regardless...