mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-22 16:56:57 +00:00
5 lines
205 B
Makefile
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
|