Skip to content

Commit

Permalink
docs: Pre-load dotenv to load db env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
benpbolton committed Feb 17, 2023
1 parent 49bc63c commit 1386bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Install dependencies:
Run migrations (at least once and after pulling new changes):

```
npm run db:migrate
NODE_OPTIONS="-r dotenv/config" npm run db:migrate
```

Create .nostr folder inside nostream project folder:
Expand Down

0 comments on commit 1386bab

Please sign in to comment.