From 12099d7fa19fb12080fa4ab33d32c936cd5678cf Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Mon, 10 Jun 2024 15:59:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddc517c68..ea629ca60 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ pnpm run prisma:server migrate reset pnpm run dev ``` -You can now open the dashboard at [http://localhost:8101](http://localhost:8101), demo on port 8103, and docs on port 8104. Note for any project that you want connecting to the local server (like demo), you need to set `NEXT_PUBLIC_STACK_URL=http://localhost:8101` in the environment variables. +You can now open the dashboard at [http://localhost:8101](http://localhost:8101), demo on port 8103, and docs on port 8104. Note for any project connecting to the local server (like the demo), you need to set `NEXT_PUBLIC_STACK_URL=http://localhost:8101` in the environment variables. 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`.