mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Ready for 1.1.2-rc.1
This commit is contained in:
@@ -44,9 +44,6 @@ const nextConfig: NextConfig = {
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true,
|
||||
},
|
||||
compiler: {
|
||||
removeConsole: process.env.NODE_ENV === "production",
|
||||
},
|
||||
experimental: {
|
||||
nodeMiddleware: true,
|
||||
},
|
||||
|
||||
+1
-1
@@ -37,7 +37,7 @@ export const schemas = {
|
||||
|
||||
export const db = drizzle({
|
||||
client: pool,
|
||||
// logger: true,
|
||||
logger: process.env.NODE_ENV != 'production',
|
||||
schema: schemas,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user