Skip to content

Commit c96e13c

Browse files
author
charlesgauthereau
committed
For release.
1 parent 58d9179 commit c96e13c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

next.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ const nextConfig: NextConfig = {
4444
eslint: {
4545
ignoreDuringBuilds: true,
4646
},
47-
compiler: {
48-
removeConsole: process.env.NODE_ENV === "production",
49-
},
47+
// compiler: {
48+
// removeConsole: process.env.NODE_ENV === "production",
49+
// },
5050
experimental: {
5151
nodeMiddleware: true,
5252
},
File renamed without changes.

src/db/migrations/meta/0000_snapshot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "2284df92-d3ee-4a3b-8430-44a62ef0d4eb",
2+
"id": "314878be-2ed5-4e70-9ada-8dd08937141d",
33
"prevId": "00000000-0000-0000-0000-000000000000",
44
"version": "7",
55
"dialect": "postgresql",

src/db/migrations/meta/0001_snapshot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"id": "1fb78bef-e0dd-452c-abaa-f8cff3119b62",
3-
"prevId": "2284df92-d3ee-4a3b-8430-44a62ef0d4eb",
2+
"id": "2fab40df-eb48-4ed5-9ad2-6579cd9fd328",
3+
"prevId": "314878be-2ed5-4e70-9ada-8dd08937141d",
44
"version": "7",
55
"dialect": "postgresql",
66
"tables": {

src/db/migrations/meta/_journal.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
{
66
"idx": 0,
77
"version": "7",
8-
"when": 1753718291841,
9-
"tag": "0000_chilly_the_phantom",
8+
"when": 1753719017374,
9+
"tag": "0000_amusing_barracuda",
1010
"breakpoints": true
1111
},
1212
{
1313
"idx": 1,
1414
"version": "7",
15-
"when": 1753718314666,
16-
"tag": "0001_easy_red_skull",
15+
"when": 1753719092774,
16+
"tag": "0001_public_korg",
1717
"breakpoints": true
1818
}
1919
]

0 commit comments

Comments
 (0)