You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/db/index.ts(11,9): error TS2322: Type 'string | undefined' is not assignable to type 'string'.
Type 'undefined' is not assignable to type 'string'.
src/storage/index.ts(1,10): error TS2614: Module '"@/db"' has no exported member 'mongodbClient'. Did you mean to use 'import mongodbClient from "@/db"' instead?