move views to views folder

This commit is contained in:
2022-10-12 17:04:26 -06:00
parent 07dd08698c
commit e13348c8ae
10 changed files with 39 additions and 11 deletions

12
views/dune Normal file
View File

@@ -0,0 +1,12 @@
(library
(name views)
(public_name rawleydotxyz.views)
(libraries dream lwt database)
(preprocess
(pps lwt_ppx)))
(rule
(targets index.ml layout.ml post_layout.ml blog_index.ml)
(deps index.eml.ml layout.eml.ml post_layout.eml.ml blog_index.eml.ml)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))