Added packageManager

This commit is contained in:
PxlLoewe
2025-05-27 17:47:40 -07:00
parent 571ddfba85
commit 2209372303
5 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"dev": "nodemon --signal SIGINT",
"start": "tsx index.ts --transpile-only"
},
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@repo/db": "*",
"@repo/typescript-config": "*",
@@ -29,6 +30,5 @@
"react": "^19.0.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.19.4"
},
"packageManager": "pnpm@10.11.0"
}
}