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