mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
added dev:docs
This commit is contained in:
parent
cec3c78999
commit
ae69348f52
@ -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.
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user