From 8c3acd3c5feae2329b77ee3599bdea003915e28e Mon Sep 17 00:00:00 2001 From: Zachary Corvidae Date: Mon, 14 Oct 2024 15:39:58 -0700 Subject: [PATCH] Add migrate command --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e3edc2a..4a2db1e 100644 --- a/justfile +++ b/justfile @@ -17,6 +17,9 @@ start: dev: bacon ex -- api +migrate: + sqlx migrate run + watch-css: npm run watch:tailwind