feat: update .gitignore for Bun and generated files, minor formatting fix in password reset handler

This commit is contained in:
Jose Selesan
2026-04-13 21:25:53 -03:00
parent 62d28734fc
commit e2299c6d46
8 changed files with 153 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ export type * from './models/CourtAvailability'
export type * from './models/CourtPriceRule'
export type * from './models/CourtBooking'
export type * from './models/OnboardingRequest'
export type * from './models/PasswordResetRequest'
export type * from './models/Plan'
export type * from './models/User'
export type * from './commonInputTypes'