- 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 |
||
|---|---|---|
| Dockerfile | ||
| jest.config.ts | ||
| nixpacks.toml | ||
| package.json | ||
| pnpm-lock.yaml | ||
| prisma.config.ts | ||
| tsconfig.json | ||