Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
typeWolffo authored and k1eu committed Aug 7, 2024
1 parent 7820e04 commit adb0158
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/common_nestjs_remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ and you should be abble to acces your app on the following adresses!
```

- run migrations

```sh
pnpm db:migrate
```
> [!IMPORTANT]
> Once migration is generated chagne its name to something more descriptive.
> Also make sure to change the migration name in [\_journal.json](apps/api/src/storage/migrations/meta/_journal.json) file under the `tag` key.

> [!IMPORTANT]
> Once migration is generated chagne its name to something more descriptive.
> Also make sure to change the migration name in [\_journal.json](apps/api/src/storage/migrations/meta/_journal.json) file under the `tag` key.

- #### HTTP Client

Expand Down

0 comments on commit adb0158

Please sign in to comment.