restore package.json packageManager setting

what breaks dev on NixOs is that pnpm adds `node_modules/.bin` to the
$PATH.

`rm -rf node_modules/.bin` works as a workaround
This commit is contained in:
Thibault Duplessis
2026-03-11 12:56:02 +01:00
parent c0b02b2166
commit 3c701a5e4d
+1
View File
@@ -1,6 +1,7 @@
{
"name": "lila",
"private": true,
"packageManager": "pnpm@10.28.0",
"engines": {
"node": ">=24",
"pnpm": "10"