local store
This commit is contained in:
parent
d2e21c2c9b
commit
7a9835f463
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,6 +4,7 @@ build
|
||||||
.flatpak*
|
.flatpak*
|
||||||
yarn-cache
|
yarn-cache
|
||||||
src/renderer/style.css
|
src/renderer/style.css
|
||||||
|
.pnpm-store
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
.idea
|
.idea
|
||||||
|
|
1
.npmrc
1
.npmrc
|
@ -3,3 +3,4 @@ public-hoist-pattern=*
|
||||||
shamefully-hoist=true
|
shamefully-hoist=true
|
||||||
auto-install-peers=true
|
auto-install-peers=true
|
||||||
strict-peer-dependencies=false
|
strict-peer-dependencies=false
|
||||||
|
store-dir=.pnpm-store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue