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