Merged
Law requested to merge
development into
main
Changelog
Added
-
Prisma Models:
- Added
giveaway
model.
- Added
giveaway participant
model.
-
Types:
- Introduced
GiveawayStatus
.
- Added
suggestion thread tags
object to types.
Changed
- Improved entry point function aesthetics.
- Refactored the
suggestionThreadTags
object for better clarity.
- Updated dependencies.
- Updated TypeScript configuration:
- Removed a non-existent file from
include
.
- Added
skipLibCheck
to bypass Node.js module compilation errors.
Fixed
- Resolved issues with redundant code.
- Corrected and cleaned up Prisma migration files.