Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: ✨ add db:push step
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0nia committed May 23, 2024
1 parent 8486a89 commit f1cf702
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ pnpm install
docker compose up -d
```

5. Start development server.
5. Push database schema.

```sh
pnpm db:push
```

6. Start development server.

```sh
pnpm dev
Expand Down

0 comments on commit f1cf702

Please sign in to comment.