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
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 58s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user