Initial commit - ERP System
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// /opt/erp-system/next.config.ts
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
serverExternalPackages: ['@prisma/client', 'pg'],
|
||||
allowedDevOrigins: ['10.1.10.32'],
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user