maoosi / prisma-appsync

⚡ Turns your ◭ Prisma Schema into a fully-featured GraphQL API, tailored for AWS AppSync.

Home Page:https://prisma-appsync.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Prisma-appsync in monorepo

edgehero opened this issue · comments

currently in my project is use the monorepo https://nx.dev/
but when trying to prisma Prisma-appsync to aws with CDK i get 1001 compile errors.
they happen when the docker runs esbuild

example of the error that im currently stuck on:

error TS2688: Cannot find type definition file for 'node'.
  The file is in the program because:
    Entry point of type library 'node' specified in compilerOptions

is there a easy way to do this?

Hey @edgehero, not sure how to help with so little details on your use case. Please share a minimal reproduction repo.

Closing until further details.