Closed pmsmanishchauhan closed 1 year ago
The best would be a reproduction. It can but doesn't have to be minimal.
Actually, it's probably due to ts-node-esm
. If you use something else, does it work then?
Moving to discussion because it's most likely due to ts-node-esm
. I doesn't seem like a vite-plugin-ssr bug.
Description
On running
npm run serve
I am getting following 404 error and following error in terminal.I am attaching my configuration
and src/server/index.ts
What is possibly wrong with this configuration?