From 6fb6ade153e515600917b632f29b6e060092f527 Mon Sep 17 00:00:00 2001 From: fede Date: Mon, 14 Apr 2025 17:28:28 -0300 Subject: [PATCH] add concurrently --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6833aa4..f8bb850 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ run: - dotnet watch run --project Aspnet/AlquilaFacil.csproj + bunx concurrently "dotnet watch run --project Aspnet/AlquilaFacil.csproj" "make -C ./Front"