olivierwilkinson / prisma-extension-nested-operations

Utils for creating Prisma client extensions with nested operations
Apache License 2.0
32 stars 6 forks source link

fix: edge runtime support #8

Open olivierwilkinson opened 7 months ago

olivierwilkinson commented 7 months ago

closes #6

By default lodash does not support edge runtimes, however some of thier functions do support edge. Import the lodash functions used directly rather than through the package root to ensure we support edge as well.