remove /add_plant, add /plants, a board to replace it
This commit is contained in:
parent
8e44a11067
commit
bd99462e0a
13 changed files with 168 additions and 158 deletions
9
src/dune
9
src/dune
|
|
@ -5,7 +5,7 @@
|
|||
thread_page
|
||||
babillard
|
||||
babillard_page
|
||||
plant
|
||||
plants_page
|
||||
db
|
||||
app
|
||||
content
|
||||
|
|
@ -15,8 +15,7 @@
|
|||
register
|
||||
template
|
||||
user
|
||||
user_profile
|
||||
add_plant)
|
||||
user_profile)
|
||||
(libraries
|
||||
uuidm
|
||||
caqti.blocking
|
||||
|
|
@ -99,8 +98,8 @@
|
|||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets add_plant.ml)
|
||||
(deps add_plant.eml.html)
|
||||
(targets plants_page.ml)
|
||||
(deps plants_page.eml.html)
|
||||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue