From 49aac18cd7c6f1b09045eee8c0ad245e20be67b6 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Thu, 6 Nov 2025 16:02:22 -0800 Subject: [PATCH] Update README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 846fac4d1..af294cf74 100644 --- a/README.md +++ b/README.md @@ -154,12 +154,6 @@ You can now open the dev launchpad at [http://localhost:8100](http://localhost:8 Your IDE may show an error on all `@stackframe/XYZ` imports. To fix this, simply restart the TypeScript language server; for example, in VSCode you can open the command palette (Ctrl+Shift+P) and run `Developer: Reload Window` or `TypeScript: Restart TS server`. -You can also open Prisma Studio to see the database interface and edit data directly: - -```sh -pnpm run prisma studio -``` - ### Database migrations