nova-store/next.config.js

4 lines
159 B
JavaScript
Raw Normal View History

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