pipedrive / next.config.ts
ppEmiliano's picture
Add full CRM application with HF Spaces Docker deployment
ea8dde3
raw
history blame contribute delete
175 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
serverExternalPackages: ["better-sqlite3"],
};
export default nextConfig;