Files
panel-remate-app/next.config.mjs
2026-06-02 17:28:08 -04:00

7 lines
121 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
};
export default nextConfig;