first commit-CRM_module

This commit is contained in:
2025-01-29 13:27:23 +05:30
commit c8b26fa46b
52 changed files with 10407 additions and 0 deletions

9
next.config.mjs Normal file
View File

@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
serverComponentsExternalPackages: ["typeorm", "knex"],
},
reactStrictMode: true
};
export default nextConfig;