How can I deploy the express backend to render.com

While deploying the backend, I have error.
This error is below as:

Node.js v22.14.0
}
  requireStack: []
  code: 'MODULE_NOT_FOUND',
    at node:internal/main/run_main_module:36:49 {
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:170:5)
    at wrapModuleLoad (node:internal/modules/cjs/loader:220:24)
    at TracingChannel.traceSync (node:diagnostics_channel:322:14)
    at Function._load (node:internal/modules/cjs/loader:1055:27)
    at Function._resolveFilename (node:internal/modules/cjs/loader:1225:15)
Error: Cannot find module '/opt/render/project/src/dist/index.js'
  ^
  throw err;
node:internal/modules/cjs/loader:1228
> node dist/index.js
> typescript-express-backend@1.0.0 start

How can I deal with this issue. If anyone know this issue, please help me! Thank you

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.