使用 bun 替换 pnpm

This commit is contained in:
2025-11-17 18:39:38 +08:00
parent 297dd2c08d
commit 5b1dae6e6c
6 changed files with 1514 additions and 7523 deletions

10
.zed/settings.json Normal file
View File

@@ -0,0 +1,10 @@
// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"language_servers": ["...", "!biome"],
"formatter": {
"code_action": "source.fixAll.eslint"
}
}