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: {
|
eslint: {
|
||||||
ignoreDuringBuilds: true,
|
ignoreDuringBuilds: true,
|
||||||
},
|
},
|
||||||
compiler: {
|
|
||||||
removeConsole: process.env.NODE_ENV === "production",
|
|
||||||
},
|
|
||||||
experimental: {
|
experimental: {
|
||||||
nodeMiddleware: true,
|
nodeMiddleware: true,
|
||||||
},
|
},
|
||||||
|
|||||||
+1
-1
@@ -37,7 +37,7 @@ export const schemas = {
|
|||||||
|
|
||||||
export const db = drizzle({
|
export const db = drizzle({
|
||||||
client: pool,
|
client: pool,
|
||||||
// logger: true,
|
logger: process.env.NODE_ENV != 'production',
|
||||||
schema: schemas,
|
schema: schemas,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user