Paul Hendrickson
11/09/2020, 6:42 PMtsc
inside my Docker container I get
Cannot find name ‘NexusPrisma’
Any ideas?Ryan
11/10/2020, 7:26 AMtsc
and check if it works?
ts-node --transpile-only ./src/schema
This will generate the types so it should remove the error.Paul Hendrickson
11/10/2020, 2:43 PM