Files
TI-FCYT-URBAN/front-urban/next.config.mjs
T
Valentin Romero 03294769a4 add front-urban
2026-06-30 22:08:11 -03:00

10 lines
162 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
eslint: {
ignoreDuringBuilds: true,
},
}
export default nextConfig