Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to pnpm #1457

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Migrate to pnpm #1457

wants to merge 1 commit into from

Conversation

acyment
Copy link

@acyment acyment commented Jan 10, 2025

I simply migrated from npm to pnpm to benefit from increased performance. I had to add zod to package.json because of the way npm and pnpm deal with dependencies. It also made sense to add it as an explicit dependency, as it is being imported in two files in the frontend/src/routes/_layout folder (admin.tsx & items.tsx).

Cheers!

Copy link
Contributor

@wesenbergg wesenbergg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you are missing pnpm-lock.yaml file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants