informe-comercial-alfa/next.config.js

8 lines
197 B
JavaScript
Raw Permalink Normal View History

2026-09-21 23:11:53 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
serverExternalPackages: ["better-sqlite3"],
images: { unoptimized: true },
};
module.exports = nextConfig;