rem
01/23/2019, 3:10 PMprisma generate
with JS option, it's creating this string:
endpoint: `${process.env["PRISMA_ENDPOINT"]}}${process.env["PRISMA_STAGE"]}}`,
which is producing this string: <http://localhost:4466/backend/}dev}>
- anyone seen this before?Sébastien
01/23/2019, 3:12 PM}
right ?
Can't you replace the endpoint by ${process.env["PRISMA_ENDPOINT"]}${process.env["PRISMA_STAGE"]}}
?Sébastien
01/23/2019, 3:13 PMSébastien
01/23/2019, 3:13 PM${process.env["PRISMA_ENDPOINT"]}${process.env["PRISMA_STAGE"]}
marcus
01/23/2019, 3:28 PMdivyendu
01/23/2019, 3:39 PM1.25.1
. Please install it via npm install -g prisma
and run prisma generate
again. Please let me know if that works for you.rem
01/23/2019, 3:41 PMrem
01/23/2019, 3:56 PMdivyendu
01/23/2019, 3:59 PM