Skip to content

Commit

Permalink
chore: split sqlx justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 6, 2024
1 parent 8272ce3 commit 74e9799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set dotenv-load
# If there is a .env file located at `crates/server/.env`, it will be loaded automatically
prepare-check:
cargo sqlx prepare --check --workspace
prepare: # To be able to build the project without database
prepare: # To be able to build the project in offline mode
cargo sqlx prepare --workspace
migrate:
cargo sqlx migrate run

0 comments on commit 74e9799

Please sign in to comment.