Files
mercadodevida/project/apps/pos/next.config.ts
2026-08-22 17:50:55 +02:00

8 lines
158 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
allowedDevOrigins: ['192.168.18.93', 'localhost'],
};
export default nextConfig;