Move to pnpm to fix builds

This commit is contained in:
DecDuck
2025-11-19 22:55:50 +11:00
parent 7dbc483712
commit 60748903e6
16 changed files with 13867 additions and 13546 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
"version": "0.3.4",
"identifier": "dev.drop.client",
"build": {
"beforeDevCommand": "yarn --cwd main dev --port 1432",
"beforeDevCommand": "pnpm run -C main dev --port 1432",
"devUrl": "http://localhost:1432/",
"beforeBuildCommand": "yarn build",
"beforeBuildCommand": "pnpm build",
"frontendDist": "../.output"
},
"app": {