Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { NextConfig } from 'next';
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
transpilePackages: ['@prisma-uml/parser'],
|
||||
output: 'standalone',
|
||||
experimental: {
|
||||
optimizePackageImports: ['@heroicons/react'],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user