Skip to content

Commit

Permalink
Add migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakycrow committed Oct 14, 2024
1 parent 3a5bbb0 commit 8c3acd3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ start:
dev:
bacon ex -- api

migrate:
sqlx migrate run

watch-css:
npm run watch:tailwind

Expand Down

0 comments on commit 8c3acd3

Please sign in to comment.