add account page
This commit is contained in:
parent
987b989ad2
commit
60c201d2d4
5 changed files with 129 additions and 22 deletions
7
src/dune
7
src/dune
|
|
@ -17,6 +17,7 @@
|
|||
template
|
||||
thread_page
|
||||
user
|
||||
user_account
|
||||
user_profile)
|
||||
(libraries
|
||||
bos
|
||||
|
|
@ -85,6 +86,12 @@
|
|||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets user_account.ml)
|
||||
(deps user_account.eml.html)
|
||||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets user_profile.ml)
|
||||
(deps user_profile.eml.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue