feat: use pnpm
This commit is contained in:
parent
f85a08afb4
commit
d76b526916
11 changed files with 13347 additions and 13552 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -8,10 +8,14 @@ node_modules
|
|||
.env.*.local
|
||||
|
||||
# Log files
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
stats.html
|
||||
pnpm-debug.log*
|
||||
lerna-debug.log*
|
||||
|
||||
# Editor directories and files
|
||||
.idea
|
||||
|
|
|
|||
Reference in a new issue