added dev:docs

This commit is contained in:
Zai Shi 2025-03-11 17:10:28 -07:00
parent cec3c78999
commit ae69348f52
2 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Stack Auth provides a [pre-configured Docker](https://hub.docker.com/r/stackauth
```
<Info>
For M1 Mac users, you might need to add `--platform linux/x86_64` to the `docker run` command.
For M-series Mac users, you might need to add `--platform linux/x86_64` to the `docker run` command.
</Info>
<Info>
For Linux users, you might need to add `--add-host=host.docker.internal:host-gateway` to the `docker run` command in order to connect to the local Postgres database.

View File

@ -36,6 +36,7 @@
"fern": "pnpm pre && pnpm run --filter=@stackframe/docs fern",
"dev": "pnpm pre && concurrently -k \"pnpm run generate-sdks:watch\" \"pnpm run generate-docs:watch\" \"turbo run dev --concurrency 99999\"",
"dev:basic": "pnpm pre && concurrently -k \"pnpm run generate-sdks:watch\" \"pnpm run generate-docs:watch\" \"turbo run dev --concurrency 99999 --filter=@stackframe/stack-backend --filter=@stackframe/stack-dashboard --filter=@stackframe/mock-oauth-server\"",
"dev:docs": "pnpm pre && concurrently -k \"pnpm run generate-docs:watch\" \"turbo run dev --concurrency 99999 --filter=@stackframe/docs\"",
"dev:named": "pnpm pre && concurrently -k \"pnpm run dev\" \"node -e \\\"process.title='node (stack-named-dev-server)'; process.stdin.resume();\\\"\"",
"kill-dev:named": "(pgrep -f 'stack-named-dev-server' | xargs -r -n1 pkill -P); echo 'Killed named dev server (if found). Sleeping to give some time for it to shut down...' && sleep 10",
"start": "pnpm pre && turbo run start --concurrency 99999",