Roo-Code/apps/roomote/next.config.ts
2025-06-20 09:41:51 -07:00

7 lines
166 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
serverExternalPackages: ['postgres', 'ioredis', 'bullmq'],
};
export default nextConfig;