nova-store/next.config.js

4 lines
159 B
JavaScript
Raw Permalink Normal View History

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