Skip to content

Commit 6dd8a9e

Browse files
committed
Load dotenv in justfile
1 parent 3de8074 commit 6dd8a9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
set dotenv-load
2+
3+
14
init:
25
cargo install cargo-watch
36
cargo install sqlx-cli
47
sqlx database create
8+
just db-migrate
59

610
dev-server:
711
cargo watch -w src -w templates -w tailwind.config.js -w input.css -x run

0 commit comments

Comments
 (0)