pnpm as Node.js package manager in Functions #8763
-
Hello 👋 Thanks Appwrite team, it looks amazing! I'm considering using Appwrite in my next project. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you can put: npx pnpm install && npx pnpm build in build settings - commands of node runtime |
Beta Was this translation helpful? Give feedback.
-
I'll share this with the team, and see what we can do. |
Beta Was this translation helpful? Give feedback.
you can put:
npx pnpm install && npx pnpm build
in build settings - commands of node runtime