Saurabh Daware

Results 124 comments of Saurabh Daware

Since it's a server, that should be called on `abell serve` when you visit the page

yes unfortunately the server is for user-facing files and not the source code 🤕

Closing this since v1 has completely different dev-server.

what is the version of `typescrint-run` (you can run `typescript-run --version`)? can you also try `npx typescript-run@latest ./otp.ts` ?

Is it working when you globally install and run? not sure how to replicate this issue 🤔

So the issue you have on local is different from the one on stackblitz. I was aware of the one from stackblitz. it is due to incompatibility of stackblitz with...

Not sure how to replicate this :( Looks like the esbuild is not being installed properly and hence the `install.js` from esbuild is not there during postinstall 🤔

Same. Started facing this after 2.9. I was able to reproduce it here - https://stackblitz.com/edit/github-12zodn?file=src%2Fentry-server.js&terminal=dev For me, It seems to be happening when I use `vite.transformIndexHtml` and pass `` tags...

I think vitejs/vite#7869 will resolve this right @poyoho? (Ref: https://github.com/vitejs/vite/issues/6859#issuecomment-1109806891) I am guessing the issue is happening because `transformIndexHtml` was rendering a `` tag with a non-existent `src` 🤔

> You probably don't have the exact same problem but you can log req.url to see what is the request causing this error. Yeah I think my issue is a...