Daniell
12/06/2021, 3:41 PMimport { config } from "./config"
which causes CustomError: Cannot find module '/workspace/prisma/config' imported from /workspace/prisma/seed.ts
with the following script:
"seed": "node --experimental-specifier-resolution=node --loader ts-node/esm ./prisma/seed.ts"