logica/next.config.js
el 86d3817fde
All checks were successful
Build and Push Docker Image / build (push) Successful in 3m52s
nextconfig
2025-04-15 13:39:56 +02:00

7 lines
No EOL
204 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
// Vous pouvez ajouter d'autres configurations Next.js ici si nécessaire
};
module.exports = nextConfig;