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