chore: migrate from bun to pnpm for dependency management in workflows

This commit is contained in:
PandaDEV 2025-01-01 20:41:29 +10:00
parent 3552a3779b
commit 9db390c1c2
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
3 changed files with 35 additions and 59 deletions

View file

@ -5,8 +5,8 @@
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "bun nuxt dev",
"beforeBuildCommand": "bun nuxt generate"
"beforeDevCommand": "pnpm nuxt dev",
"beforeBuildCommand": "pnpm nuxt generate"
},
"app": {
"windows": [