File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ export const auth = betterAuth({
4141 "https://dev.trycomp.ai" ,
4242 ] ,
4343 advanced : {
44- database : {
45- // This will enable us to fall back to DB for ID generation.
46- // It's important so we can use customs ID's specified in Prisma Schema.
47- generateId : false ,
48- } ,
44+ database : {
45+ // This will enable us to fall back to DB for ID generation.
46+ // It's important so we can use custom IDs specified in Prisma Schema.
47+ generateId : false ,
48+ } ,
4949 } ,
5050 secret : process . env . AUTH_SECRET ! ,
5151 plugins : [
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ export const auth = betterAuth({
2323 provider : "postgresql" ,
2424 } ) ,
2525 advanced : {
26- database : {
27- // This will enable us to fall back to DB for ID generation.
28- // It's important so we can use customs ID's specified in Prisma Schema.
29- generateId : false ,
30- } ,
26+ database : {
27+ // This will enable us to fall back to DB for ID generation.
28+ // It's important so we can use custom IDs specified in Prisma Schema.
29+ generateId : false ,
30+ } ,
3131 } ,
3232 secret : process . env . AUTH_SECRET ! ,
3333 plugins : [ nextCookies ( ) ] ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const auth = betterAuth({
1414 } ) ,
1515 advanced : {
1616 // This will enable us to fall back to DB for ID generation.
17- // It's important so we can use customs ID's specified in Prisma Schema.
17+ // It's important so we can use custom IDs specified in Prisma Schema.
1818 generateId : false ,
1919 } ,
2020 secret : process . env . AUTH_SECRET ! ,
You can’t perform that action at this time.
0 commit comments