mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
chore: migrate from bun to pnpm for dependency management in workflows
This commit is contained in:
parent
3552a3779b
commit
9db390c1c2
3 changed files with 35 additions and 59 deletions
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue