style: format entire codebase with prettier
This commit is contained in:
@@ -35,11 +35,13 @@ docker run -d \
|
||||
## Environment Variables
|
||||
|
||||
Required:
|
||||
|
||||
- `DATABASE_URL` - PostgreSQL connection string
|
||||
- `NODE_ENV` - Set to `production`
|
||||
- `PORT` - Default `3000`
|
||||
|
||||
Optional (Docker Compose):
|
||||
|
||||
- `POSTGRES_USER` - Database user (default: `wishlistuser`)
|
||||
- `POSTGRES_PASSWORD` - Database password (default: `wishlistpassword`)
|
||||
- `POSTGRES_DB` - Database name (default: `wishlist`)
|
||||
@@ -61,6 +63,7 @@ docker exec -it wishlist-app bun run db:push
|
||||
## Migrations
|
||||
|
||||
Production migrations:
|
||||
|
||||
```bash
|
||||
docker exec -it wishlist-app bun run db:migrate
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user