Working basic htmx page and endpoint, WIP static file serving and dune test running
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
(executable
|
||||
(public_name stack_picker)
|
||||
(name main)
|
||||
(libraries
|
||||
stack_picker
|
||||
eio_main
|
||||
caqti-eio.unix
|
||||
cohttp-eio
|
||||
tyxml
|
||||
fmt
|
||||
unix
|
||||
logs.fmt
|
||||
logs.threaded)
|
||||
(preprocess
|
||||
(pps tyxml-ppx)))
|
||||
(rule
|
||||
(alias deploy)
|
||||
(deps static)
|
||||
(action
|
||||
(chdir %{workspace_root}
|
||||
(run ./scripts/validate_html.ml ))))
|
||||
(rule
|
||||
(alias static)
|
||||
(action
|
||||
(chdir %{workspace_root}
|
||||
(copy static/* ./ ))))
|
||||
Reference in New Issue
Block a user