mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
5 lines
167 B
Makefile
5 lines
167 B
Makefile
run:
|
|
dune build && dune exec ./_build/default/bin/main.exe DREAM_ENV=production
|
|
|
|
run-dev:
|
|
dune build && dune exec ./_build/default/bin/main.exe DREAM_ENV=development
|