This website requires JavaScript.
Explore
Help
Register
Sign In
maurycy
/
fog
Watch
1
Star
0
Fork
0
You've already forked fog
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
21f1a5319fab802cc2141e3a44b2d6f7045b3a3d
fog
/
libs
/
mission-logic
/
src
/
index.ts
3 lines
75 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor API and enhance Angular integration - Removed `ciTargetName` from `nx.json`. - Updated `package.json` to include new dependencies: `@types/seedrandom`, `fast-check`, `happy-dom`, and `@nestjs/schedule`. - Modified `pnpm-lock.yaml` to reflect the addition of new packages and their versions. - Improved project documentation in `PROJECT_CONTEXT.md` to clarify the use of Zod schemas and Angular framework decisions. - Introduced new Angular components and patterns in the `.agents/skills/frontend-angular` directory, including examples and reference materials for Angular 21+ features.
2026-05-07 14:25:46 +00:00
export
*
from
'./lib/encounter-resolver'
;
Stage 5: Add Prisma integration and enhance mission management - Introduced Prisma as a dependency in package.json and updated pnpm-lock.yaml. - Created Prisma module and service for database interactions. - Added initial Prisma schema and migration for user, survivor, mission, and related entities. - Implemented throttling in the API using @nestjs/throttler for rate limiting. - Enhanced mission management logic to utilize Prisma for database transactions. - Updated missions controller and service to handle mission state and participant management. - Added Twitch PubSub service for real-time updates on mission states.
2026-05-07 15:42:52 +00:00
export
*
from
'./lib/perk-math'
;
Reference in New Issue
Copy Permalink