The build does not finish

4:59:33 PM: Netlify Build
4:59:33 PM: ────────────────────────────────────────────────────────────────
4:59:33 PM: ​
4:59:33 PM: ❯ Version
4:59:33 PM: @netlify/build 29.23.3
4:59:33 PM: ​
4:59:33 PM: ❯ Flags
4:59:33 PM: baseRelDir: true
4:59:33 PM: buildId: 65318a90cb1f740008ffb8cd
4:59:33 PM: deployId: 65318a90cb1f740008ffb8cf
4:59:33 PM: ​
4:59:33 PM: ❯ Current directory
4:59:33 PM: /opt/build/repo
4:59:33 PM: ​
4:59:33 PM: ❯ Config file
4:59:33 PM: /opt/build/repo/netlify.toml
4:59:33 PM: ​
4:59:33 PM: ❯ Context
4:59:33 PM: production
4:59:33 PM: ​
4:59:33 PM: build.command from netlify.toml
4:59:33 PM: ────────────────────────────────────────────────────────────────
4:59:33 PM: ​
4:59:33 PM: $ CI= npm run build
4:59:33 PM: > site@1.0.0 build
4:59:33 PM: > npm run run
4:59:34 PM: > site@1.0.0 run
4:59:34 PM: > tsx src/server.ts
4:59:35 PM: Servidor Socket.io está em execução na porta 3000

@spritetv8 I see that you’ve had a successful deploy since writing in, are you still experiencing this issue?

yes, I still have this problem

please, i need help!

@spritetv8 Based on these lines:

I suspect that you are starting a “server”, which is then listening on port 3000 until the build eventually times out.

You don’t want to be doing this during a build, as there’s no need to “serve” content yourself.

See: