toni
Prisma in deno
last time I tried it, i need to comment
previewFeatures = ["deno"]
. The settings only working with prisma accelerate in this tutorial https://www.prisma.io/docs/orm/prisma-client/deployment/edge/deploy-to-deno-deploy20 replies
Prisma in deno
I've created simple GitHub repository to run Deno 2 with Prisma https://github.com/tonidy/prisma-deno-example, currently Prisma is lack off ESM, need a workaround to use CJS in deno
20 replies
Axios always 404 when using using proxies compared to Node.JS
To assist you effectively, could you please provide the following details:
• Proxy Details: Are you using an HTTP, HTTPS, or SOCKS proxy? What proxy tool is it?
• Deno Version: Which version of Deno are you currently using?
Have you tried to use
deno --allow-net main.ts
?2 replies