mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
chore: support yarn berry
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1,6 +1,15 @@
|
|||||||
node_modules/
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
|
||||||
package-lock.json
|
package-lock.json
|
||||||
dist/
|
yarn.lock
|
||||||
out/
|
node_modules
|
||||||
|
dist
|
||||||
|
out
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
1
.yarnrc.yml
Normal file
1
.yarnrc.yml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nodeLinker: node-modules
|
@@ -39,8 +39,9 @@
|
|||||||
"eslint-plugin-n": "^15.0.0 || ^16.0.0",
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0",
|
||||||
"eslint-plugin-promise": "^6.0.0",
|
"eslint-plugin-promise": "^6.0.0",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "*",
|
"typescript": "^5.5.4",
|
||||||
"vite": "^5.1.4",
|
"vite": "^5.1.4",
|
||||||
"vite-plugin-cp": "^4.0.8"
|
"vite-plugin-cp": "^4.0.8"
|
||||||
}
|
},
|
||||||
|
"packageManager": "yarn@4.4.0"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user