Next.js
Opção A: Start padrão do Next
Configurações no dashboard
- Porta interna:
3000
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deploy com build e start padrão (npm).
{
"build": {
"installCommand": "npm ci",
"buildCommand": "npm run build"
},
"run": {
"command": "npm run start"
}
}
3000Was this page helpful?
