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",
"build": {
"beforeBuildCommand": "npm run build",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "bun run build",
"beforeDevCommand": "bun run dev",
"devPath": "http://localhost:3000",
"distDir": "../out"
},