this repo has no description
at main 7 lines 151 B view raw
1import type { NextConfig } from "next"; 2 3const nextConfig: NextConfig = { 4 serverExternalPackages: ["better-sqlite3"], 5}; 6 7export default nextConfig;