chore(tooling): migrate 5chan to Yarn 4

This commit is contained in:
Tommaso Casaburi
2026-03-19 13:41:03 +08:00
parent e0fa1ca83f
commit f342179f1a
19 changed files with 20707 additions and 15307 deletions
+2 -2
View File
@@ -78,12 +78,12 @@ These are condensed from `AGENTS.md`. If you are contributing code, follow the r
Prerequisites:
- Node.js 22
- Yarn
- Corepack enabled for Yarn 4 (`corepack enable`)
Common setup:
```bash
yarn install --frozen-lockfile
corepack yarn install
yarn start
```