Daniell
12/07/2021, 9:13 AMimport { 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"