Customers using pnpm can now deploy their projects to Tilda. We hope that this will make it easier for developers to try out Tilda with their existing projects.
There's not special configuration required for pnpm projects. With Next.js Commerce for example, your can deploy your Next.js Commerce pnpm
project to Tilda with the following commands:
Commands
Bash
tilda build nextjs
tilda deploy --project my-project --site my-site
pnpm support is available in Tilda CLI versions 0.31.0 and greater. To check your Tilda CLI version, run tilda
command in your terminal.
You can upgrade your Tilda CLI by running npm install -g @tildacloud/cli@latest