mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update README.md
This commit is contained in:
parent
1b5428d5b3
commit
67aefdae98
@ -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.
|
||||
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.
|
||||
|
||||
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`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user