Remove dotenv

This commit is contained in:
Louis Knight-Webb
2025-06-17 19:59:10 -04:00
parent 7f7b6fbc70
commit 56e8f61064
7 changed files with 23 additions and 164 deletions

View File

@@ -39,23 +39,13 @@ bloop/
### Installation
1. Install Postgres
2. Configure .env (see template in backend/.env.example)
3. Install dependencies
1. Install dependencies
```bash
# Install dependencies
npm install
```
4. Run SQLX migrations
```bash
cargo sqlx migrate run
```
### Development
```bash