We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16f076 commit 9a877faCopy full SHA for 9a877fa
docs-v2/vercel.json
@@ -1,5 +1,5 @@
1
{
2
- "installCommand": "pnpm install --prefix ..",
+ "installCommand": "pnpm install --frozen-lockfile=false",
3
"buildCommand": "pnpm run vercel-build",
4
"redirects": [
5
package.json
@@ -7,6 +7,11 @@
7
"integration",
8
"api"
9
],
10
+ "packageManager": "[email protected]",
11
+ "engines": {
12
+ "pnpm": "9.14.2",
13
+ "node": "20.9.0"
14
+ },
15
"homepage": "https://github.com/PipedreamHQ/pipedream#readme",
16
"bugs": {
17
"url": "https://github.com/PipedreamHQ/pipedream/issues"
0 commit comments