feat: redesign AI test page with Ethereal Precision v2 (horizontal layout, ultra-wide) and fix Dockerfile OpenSSL issue
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 58s

This commit is contained in:
Antigravity
2026-05-03 13:09:04 +00:00
parent b611ec874d
commit aee4b17306
10 changed files with 751 additions and 226 deletions

View File

@@ -26,11 +26,9 @@ const nextConfig: NextConfig = {
// functions during concurrent transitions, amplifying timing issues.
reactStrictMode: false,
// TEMP: disable Turbopack due React #310 loop on /admin routes in production builds.
// We keep webpack pipeline until upstream fix is confirmed.
};
module.exports = {
// Allow development origins for HMR and Dev Server access
// @ts-ignore - Some NextConfig versions might require this in experimental
allowedDevOrigins: ['192.168.1.83'],
}
};
export default nextConfig;