Skip to content
hito.git
⋮
Summary
Commits
Files
hito.git
/
dune
[OCaml] High Intensity Training Online
View raw
1
; Keep local dev runtime data out of the build/watch tree. The dev server's
2
; SQLite database lives in local_db/; without this exclusion, each write
3
; retriggers `dune -w`, restarting the server in a loop.
4
(
dirs
:standard
\
local_db
local
)
5
Summary
Commits
Files