Useful CLI Commands

Check for dependency updates:

bun outdated -r

Print full output with errors into a file:

bun dev > output.txt 2>&1

Docker

Start database only:

docker compose up -d db

Connect with any PostgreSQL client to port 5433.


This site uses Just the Docs, a documentation theme for Jekyll.