// Author: Simon-Pierre Boucher // Contact: contact@spboucher.ai // Project: chat.spboucher.ai import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Native modules stay external to the server bundle. serverExternalPackages: ["better-sqlite3", "@node-rs/argon2"], poweredByHeader: false, }; export default nextConfig;