revite/.npmrc

9 lines
235 B
Text
Raw Normal View History

2022-09-19 08:14:36 -04:00
# Allow us to use the monorepo with client being the root
ignore-workspace-root-check=true
# We cannot satisfy certain peer dependencies
strict-peer-dependencies=false
# Required for Vite.js to resolve packages
shamefully-hoist=true