13 lines
445 B
Plaintext
13 lines
445 B
Plaintext
# Expo doesn't play nice with pnpm by default.
|
|
# The symbolic links of pnpm break the rules of Expo monorepos.
|
|
# @link https://docs.expo.dev/guides/monorepos/#common-issues
|
|
node-linker=hoisted
|
|
|
|
# In order to cache Prisma correctly
|
|
public-hoist-pattern[]=*prisma*
|
|
|
|
# FIXME: @prisma/client is required by the @acme/auth,
|
|
# but we don't want it installed there since it's already
|
|
# installed in the @acme/db package
|
|
strict-peer-dependencies=false
|