You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ This repository is a pnpm monorepo managed with Turbo. It contains multiple apps
13
13
See `ai/references/repo.md` for a more complete explanation of the workspaces.
14
14
15
15
## Development setup
16
-
1. Install dependencies with `pnpm i` (pnpm `10.16.0` and Node.js `24.11.1` are required).
16
+
1. Install dependencies with `pnpm i` (pnpm `10.23.0` and Node.js `24.11.1` are required).
17
17
2. Copy `.env.example` to `.env` and generate a random 16 byte hex string for `ENCRYPTION_KEY` (`openssl rand -hex 16`). Update other secrets if needed.
0 commit comments