chore: migrate package manager from npm to bun

This commit is contained in:
RhenCloud 2026-08-13 20:34:52 +08:00
parent cf65111e4e
commit 41ad1a036b
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
14 changed files with 1903 additions and 16113 deletions

View file

@ -4,7 +4,7 @@
"compatibility_date": "2025-01-01",
"compatibility_flags": ["nodejs_compat"],
"build": {
"command": "npm run build"
"command": "bun run build"
},
"assets": {
"directory": "./.output/public",