diff --git a/next.config.ts b/next.config.ts index ea10111f..508c45ce 100644 --- a/next.config.ts +++ b/next.config.ts @@ -44,9 +44,9 @@ const nextConfig: NextConfig = { eslint: { ignoreDuringBuilds: true, }, - compiler: { - removeConsole: process.env.NODE_ENV === "production", - }, + // compiler: { + // removeConsole: process.env.NODE_ENV === "production", + // }, experimental: { nodeMiddleware: true, }, diff --git a/src/db/migrations/0000_chilly_the_phantom.sql b/src/db/migrations/0000_amusing_barracuda.sql similarity index 100% rename from src/db/migrations/0000_chilly_the_phantom.sql rename to src/db/migrations/0000_amusing_barracuda.sql diff --git a/src/db/migrations/0001_easy_red_skull.sql b/src/db/migrations/0001_public_korg.sql similarity index 100% rename from src/db/migrations/0001_easy_red_skull.sql rename to src/db/migrations/0001_public_korg.sql diff --git a/src/db/migrations/meta/0000_snapshot.json b/src/db/migrations/meta/0000_snapshot.json index 1539d115..db19c303 100644 --- a/src/db/migrations/meta/0000_snapshot.json +++ b/src/db/migrations/meta/0000_snapshot.json @@ -1,5 +1,5 @@ { - "id": "2284df92-d3ee-4a3b-8430-44a62ef0d4eb", + "id": "314878be-2ed5-4e70-9ada-8dd08937141d", "prevId": "00000000-0000-0000-0000-000000000000", "version": "7", "dialect": "postgresql", diff --git a/src/db/migrations/meta/0001_snapshot.json b/src/db/migrations/meta/0001_snapshot.json index d2a41a06..c5483dab 100644 --- a/src/db/migrations/meta/0001_snapshot.json +++ b/src/db/migrations/meta/0001_snapshot.json @@ -1,6 +1,6 @@ { - "id": "1fb78bef-e0dd-452c-abaa-f8cff3119b62", - "prevId": "2284df92-d3ee-4a3b-8430-44a62ef0d4eb", + "id": "2fab40df-eb48-4ed5-9ad2-6579cd9fd328", + "prevId": "314878be-2ed5-4e70-9ada-8dd08937141d", "version": "7", "dialect": "postgresql", "tables": { diff --git a/src/db/migrations/meta/_journal.json b/src/db/migrations/meta/_journal.json index 51df2dda..18cb208d 100644 --- a/src/db/migrations/meta/_journal.json +++ b/src/db/migrations/meta/_journal.json @@ -5,15 +5,15 @@ { "idx": 0, "version": "7", - "when": 1753718291841, - "tag": "0000_chilly_the_phantom", + "when": 1753719017374, + "tag": "0000_amusing_barracuda", "breakpoints": true }, { "idx": 1, "version": "7", - "when": 1753718314666, - "tag": "0001_easy_red_skull", + "when": 1753719092774, + "tag": "0001_public_korg", "breakpoints": true } ]