nova-store/next.config.js
2026-07-27 08:31:07 -06:00

3 lines
159 B
JavaScript

/** @type {import("next").NextConfig} */
const nextConfig = { output: "standalone", serverExternalPackages: ["better-sqlite3"] };
module.exports = nextConfig;