mirror of
https://github.com/marcogll/AnchorOS.git
synced 2026-03-15 11:24:26 +00:00
Temp: Enable console logs in production for debugging
- Disable removeConsole in production config - This will help reveal the root cause of API 500 errors - Will revert after issue is resolved
This commit is contained in:
@@ -22,7 +22,7 @@ const nextConfig = {
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY: process.env.NEXT_PUBLIC_SUPABASE_ANON_KEY,
|
||||
},
|
||||
compiler: {
|
||||
removeConsole: process.env.NODE_ENV === 'production',
|
||||
removeConsole: false, // Temporarily enable logs for debugging 500 errors
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user