Go to file
Andres Fabian Patiño Bermudez 691c035130 chore: initial project setup
- Add package.json with dependencies and scripts
- Configure TypeScript with tsconfig.json
- Set up Jest for testing
- Add Dockerfile and nixpacks.toml for deployment
- Add prisma.config.ts for Prisma configuration
2026-05-14 21:32:11 -05:00
Dockerfile chore: initial project setup 2026-05-14 21:32:11 -05:00
jest.config.ts chore: initial project setup 2026-05-14 21:32:11 -05:00
nixpacks.toml chore: initial project setup 2026-05-14 21:32:11 -05:00
package.json chore: initial project setup 2026-05-14 21:32:11 -05:00
pnpm-lock.yaml chore: initial project setup 2026-05-14 21:32:11 -05:00
prisma.config.ts chore: initial project setup 2026-05-14 21:32:11 -05:00
tsconfig.json chore: initial project setup 2026-05-14 21:32:11 -05:00