fix(docs): correct Debian 13 deployment steps
- Switch to Node.js 24 LTS via nvm - Install uv to /usr/local/bin via UV_INSTALL_DIR for system-wide access - Install pnpm as standalone binary from GitHub releases (not corepack shim which breaks when copied out of its nvm directory) - Add libpq5 to apt deps (psycopg3 requires libpq at runtime) - Add GEMINI_API_KEY and GEMINI_MODEL to backend .env template - Add ORIGIN to frontend .env.production (SvelteKit CSRF protection) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3c1dcbeb06
commit
d62812274b
3 changed files with 32 additions and 9 deletions
|
|
@ -33,7 +33,7 @@ API docs available at `http://localhost:8000/docs`.
|
|||
|
||||
## Frontend quick start
|
||||
|
||||
**Requirements:** Node.js 22+, [pnpm](https://pnpm.io/)
|
||||
**Requirements:** Node.js 24 LTS+, [pnpm](https://pnpm.io/)
|
||||
|
||||
```bash
|
||||
cd frontend
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue