changed backend package manager to bun

This commit is contained in:
Vomitblood 2024-08-10 04:33:54 +08:00
parent 2e261a8f10
commit 79f7cbc759

View file

@ -1,8 +1,8 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": { "build": {
"beforeBuildCommand": "npm run build", "beforeBuildCommand": "bun run build",
"beforeDevCommand": "npm run dev", "beforeDevCommand": "bun run dev",
"devPath": "http://localhost:3000", "devPath": "http://localhost:3000",
"distDir": "../out" "distDir": "../out"
}, },