monitor-ai/next.config.ts

9 lines
157 B
TypeScript

import type { NextConfig } from 'next'
const config: NextConfig = {
output: 'standalone',
transpilePackages: ['lucide-react'],
}
export default config