Sam
Results
2
comments of
Sam
I managed to fix this issue with one of my projects by replacing all occurrences of `__dirname` with `import.meta.url` from all files in the build directory. I made a short...
I had a similar issue with Cloudflare Workers and Prisma with Wrangler and it would crash upon starting the application. I made a script to remove the `?module` here in...