allow all origins in dev mode and tie down to chess-scribe.org in prod

This commit is contained in:
2026-05-28 15:17:45 +02:00
parent 9ae4167f58
commit 21de8d9eca
4 changed files with 81 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
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