From 028c98230e5f75ec98c59e581179e75876b6e1a4 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sat, 28 Jun 2025 14:50:32 +0200 Subject: [PATCH] Update justfile --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index f967f36..6802d13 100644 --- a/justfile +++ b/justfile @@ -10,8 +10,8 @@ test-frontend-watch: typecheck: cd ui && tsc -b -_backend-dev: - air -- -dev +_api-dev: + cd api && npm run dev dev: - just _backend-dev & (just _frontend-dev) \ No newline at end of file + just _api-dev & (just _frontend-dev) \ No newline at end of file