aboutsummaryrefslogtreecommitdiff
path: root/server/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'server/frontend/package.json')
-rw-r--r--server/frontend/package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/server/frontend/package.json b/server/frontend/package.json
index 83dfff6..f8a89f1 100644
--- a/server/frontend/package.json
+++ b/server/frontend/package.json
@@ -22,5 +22,13 @@
"@solidjs/router": "^0.15.3",
"openapi-fetch": "^0.13.4",
"solid-js": "^1.9.3"
- }
+ },
+
+"devEngines": {
+ "packageManager": {
+ "name": "pnpm",
+ "onFail": "error"
+ }
+ },
+ "packageManager": "pnpm@^9.3.0"
}