local store

This commit is contained in:
Core 2022-08-27 19:41:32 +01:00
parent d2e21c2c9b
commit 7a9835f463
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -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
View file

@ -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