1
0
mirror of synced 2026-05-20 17:28:31 +08:00

chore: update edgeone.json

This commit is contained in:
YunYouJun
2026-03-25 02:47:58 +08:00
parent 3c8b8fa96d
commit 309a374a7e
2 changed files with 1 additions and 3 deletions

View File

@@ -85,5 +85,4 @@ See `.env.example`:
## Node/Package Manager
- Node: v22.20.0 (see `.nvmrc`)
- pnpm: 10.32.1 (enforced via `packageManager` field)

View File

@@ -1,6 +1,5 @@
{
"installCommand": "corepack enable && pnpm install",
"buildCommand": "pnpm build",
"outputDirectory": "dist",
"nodeVersion": "22.20.0"
"outputDirectory": "dist"
}