fix: add allowedDevOrigins for network dev access
CI / test (push) Failing after 34s

This commit is contained in:
root
2026-06-25 20:13:39 -04:00
parent b7a640735c
commit 3af7537dec
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
allowedDevOrigins: ['192.168.3.3'],
compress: true,
output: 'standalone',
poweredByHeader: false,