feat: 添加 .gitignore 文件,忽略 node_modules 目录;更新 package.json 以添加 bun 依赖

This commit is contained in:
严浩
2024-10-12 18:39:42 +08:00
parent c7fa63d9b5
commit 52dbb4ce12
3 changed files with 95 additions and 2 deletions

View File

@ -1,3 +1,6 @@
{
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.11.0",
"dependencies": {
"bun": "^1.1.30"
}
}