mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
feat: 添加 .gitignore 文件,忽略 node_modules 目录;更新 package.json 以添加 bun 依赖
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
{
|
||||
"packageManager": "pnpm@9.11.0"
|
||||
"packageManager": "pnpm@9.11.0",
|
||||
"dependencies": {
|
||||
"bun": "^1.1.30"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user