Apps
Studio
The apps/studio Prisma Studio instance for browsing the database
apps/studio runs Prisma Studio on port 3005 against the schema in
@repo/database. It is local only and is not deployed as a Worker.
bun dev --filter studioIt reads DATABASE_URL from packages/database/.env, so it connects to whichever database that
points at. Pointing it at production is possible and is a way to edit production rows by hand
without an audit trail. Point it at a development database.
The schema holds one stub model today. None of the domain tables exists, so there is very little here to browse yet.