Skip to content

Commit

Permalink
fix justfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmaude committed Nov 14, 2024
1 parent a8cfdda commit 6a05ee6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion template/.envrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ use flake
export DOTNET_ROOT=$PWD/.dotnet
PATH_add .dotnet
PATH_add .dotnet/tools
just checkdotnet
2 changes: 1 addition & 1 deletion template/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ installdotnet:

# run the project locally
run: checkdotnet
dotnet run --project src/{{projectname}}.AppHost
dotnet run --project src/Placeholder.AppHost

# ================================
# Migrations
Expand Down

0 comments on commit 6a05ee6

Please sign in to comment.