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"