Remove unused font file and update font index; initialize database extensions with improved error handling; add EstabelecimentoLogo component for dynamic logo generation.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import type { NextConfig } from "next";
|
||||
import dotenv from "dotenv";
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
// Carregar variáveis de ambiente explicitamente
|
||||
dotenv.config();
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
// Output standalone para Docker (gera build otimizado com apenas deps necessárias)
|
||||
output: "standalone",
|
||||
experimental: {
|
||||
turbopackFileSystemCacheForDev: true,
|
||||
|
||||
Reference in New Issue
Block a user