We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb1227a commit 4e1624dCopy full SHA for 4e1624d
2 files changed
website/package.json
@@ -24,5 +24,6 @@
24
"@types/react": "latest",
25
"@types/react-dom": "latest",
26
"typescript": "latest"
27
- }
+ },
28
+ "packageManager": "pnpm@11.2.2+sha512.36e6621fad506178936455e70247b8808ef4ec25797a9f437a93281a020484e2607f6a469a22e982987c3dbb8866e3071514ab10a4a1749e06edcd1ec118436f"
29
}
website/vercel.json
@@ -1,6 +1,5 @@
1
{
2
"$schema": "https://openapi.vercel.sh/vercel.json",
3
- "installCommand": "pnpm install --frozen-lockfile",
4
"buildCommand": "next build",
5
"outputDirectory": ".next"
6
0 commit comments