typescript error with mode: 'planetscale'

the full error message is -
Argument of type '{ schema: typeof schema; mode: string; }' is not assignable to parameter of type 'DrizzleConfig<typeof import("/Users/kalvinyu/Documents/100DaysCode/uniqueboutique/src/db/schema")>'.
Object literal may only specify known properties, and 'mode' does not exist in type 'DrizzleConfig<typeof import("/Users/kalvinyu/Documents/100DaysCode/uniqueboutique/src/db/schema")>'. [2345]
Screenshot_2024-01-09_at_21.28.20.png
Was this page helpful?