chore: migrate from pnpm to bun for dependency management in workflows and update README instructions

This commit is contained in:
PandaDEV 2025-01-01 16:17:13 +10:00
parent 0a08ce95d2
commit 0f29e0af07
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
4 changed files with 40 additions and 42 deletions

View file

@ -5,8 +5,8 @@
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:3000",
"beforeDevCommand": "pnpm nuxt dev",
"beforeBuildCommand": "pnpm nuxt generate"
"beforeDevCommand": "bun nuxt dev",
"beforeBuildCommand": "bun nuxt generate"
},
"app": {
"windows": [
@ -51,9 +51,7 @@
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDExNDIzNjA1QjE0NjU1OTkKUldTWlZVYXhCVFpDRWNvNmt0UE5lQmZkblEyZGZiZ2tHelJvT2YvNVpLU1RIM1RKZFQrb2tzWWwK",
"endpoints": [
"https://qopy.pandadev.net/"
]
"endpoints": ["https://qopy.pandadev.net/"]
}
},
"$schema": "../node_modules/@tauri-apps/cli/schema.json"