next
next copied to clipboard
Switch apps/playground-app to Use npm Instead of pnpm
Problem
The apps/playground-app is currently configured to use pnpm, which is not commonly installed on all developers' machines. It would be better to use npm, as it is a standard package manager that is typically installed by default.
Proposed Solution
Switch from pnpm to npm for managing packages and running scripts in apps/playground-app.