build: add packageManager field to package.json
[poolifier.git] / examples / typescript / http-server-pool / fastify-cluster / package.json
index 9abc1a623b73c4bb07ec211eb58a3c609f7b9d2d..83df3bab6502cbb186fd6f03396a3d23e69ac0ee 100644 (file)
@@ -9,6 +9,7 @@
     "node": "20.12.0",
     "pnpm": "8.15.6"
   },
+  "packageManager": "pnpm@8.15.6",
   "scripts": {
     "build": "rollup --config --configPlugin typescript",
     "start": "node --enable-source-maps dist/main.cjs",