Skip to content

Commit

Permalink
justfile: How to use custom notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Dec 20, 2023
1 parent 48eabd0 commit 30d3d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ fmt:
treefmt

# Run the app using ghcid (with auto-reload / recompile)
# To run against a custom notebook:
# just notebook=$HOME/code/mynotebook run
run:
ghcid -c 'cabal repl exe:emanote --flags=ghcid' --warnings -T ":main -L {{notebook}} run --port=9010"

Expand Down

0 comments on commit 30d3d08

Please sign in to comment.