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

@ -36,7 +36,7 @@ jobs:
- name: Apply fixes
run: |
bunx eslint src/ --fix
bunx eslint . --fix
bunx prettier --write .
bunx markdownlint "**/*.md" --ignore node_modules --ignore dist --fix