From ae69348f523d5dedb7689bcd3e2d58895188a115 Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Tue, 11 Mar 2025 17:10:28 -0700 Subject: [PATCH] added dev:docs --- docs/fern/docs/pages-template/others/self-host.mdx | 2 +- package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/fern/docs/pages-template/others/self-host.mdx b/docs/fern/docs/pages-template/others/self-host.mdx index d4273e75f..fc1215569 100644 --- a/docs/fern/docs/pages-template/others/self-host.mdx +++ b/docs/fern/docs/pages-template/others/self-host.mdx @@ -43,7 +43,7 @@ Stack Auth provides a [pre-configured Docker](https://hub.docker.com/r/stackauth ``` - 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. 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. diff --git a/package.json b/package.json index eeb0d169d..08d110700 100644 --- a/package.json +++ b/package.json @@ -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",