Configuração para permitir uma porta diferente no pnpm e não a 3000
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
import type { NextConfig } from "next";
|
||||
import dotenv from "dotenv";
|
||||
|
||||
// Carregar variáveis de ambiente explicitamente
|
||||
dotenv.config();
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Output standalone para Docker (gera build otimizado com apenas deps necessárias)
|
||||
|
||||
Reference in New Issue
Block a user