Files
chess-scribe-api/Makefile
T

5 lines
205 B
Makefile

run:
dune build && dune exec ./_build/default/bin/main.exe DREAM_ENV=production
run-dev:
find . -name "*.ml" -o -path "./static/*" | entr -r dune exec ./_build/default/bin/main.exe DREAM_ENV=development