fix: missing option required by turborepo
All checks were successful
Test / Test (push) Successful in 5m4s

This commit is contained in:
Kim, Jimin 2025-06-02 18:53:57 +09:00
parent 41f8011161
commit 06df4d18f3
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -13,5 +13,7 @@
"devDependencies": {
"@pompydev/eslint-config": "workspace:*",
"turbo": "2.4.4"
}
},
"//": "see devenv.nix, required for turborepo to work",
"packageManager": "pnpm@10.11.0"
}