> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ambarks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Next.js

> Deploy com build e start padrão (npm).

# <Icon icon="cloud" color="#0516ee" size={30} /> Next.js

## Opção A: Start padrão do Next

```json theme={null}
{
  "build": {
    "installCommand": "npm ci",
    "buildCommand": "npm run build"
  },
  "run": {
    "command": "npm run start"
  }
}
```

## Configurações no dashboard

* Porta interna: `3000`

Se você precisar de versões específicas do Node, use Dockerfile.
