Files
personal-finance/backend-api
Alexander Zinn 5b3d18a5b3 Add pino-pretty and update dependencies in package.json and bun.lock
- Added pino-pretty as a development dependency for enhanced logging capabilities.
- Updated various dependencies in bun.lock to their latest versions for improved performance and security.
2025-12-08 02:58:33 -05:00
..

backend-api

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.4. Bun is a fast all-in-one JavaScript runtime.