-
Notifications
You must be signed in to change notification settings - Fork 0
fix: Update dependencies for security and clarify gateway binary documentation #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,44 +1,44 @@ | ||||||||||||||
|
|
||||||||||||||
|
||||||||||||||
| // NOTE: This file is generated by Astro's content collections build step. | |
| // It is intentionally committed so that docs build output is available even | |
| // in environments where running the Astro build is not possible. | |
| // Do NOT edit this file by hand. To update it, run the docs build (for example: | |
| // `npm run docs:build`) and commit the regenerated output. |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| node_modules | ||
| dist |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -36,8 +36,7 @@ WORKDIR /app | |
|
|
||
| # Copy package files and install dependencies from npm registry. | ||
| COPY package.json ./ | ||
| # install on main deps only, | ||
| RUN npm install --omit=dev | ||
| RUN npm install | ||
|
||
|
|
||
| # Copy source and build. | ||
| COPY . . | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The gateway size is updated to “~6MB” in multiple other docs in this PR, but
CLAUDE.mdsays “~7MB”. This inconsistency can confuse readers; align all references to a single value, or use a small range (e.g., “~6–7MB depending on platform/build flags”) if the size varies by target/arch.