wip: add /add_plant
This commit is contained in:
parent
23bf81188a
commit
0c53f42e91
5 changed files with 254 additions and 12 deletions
19
src/dune
19
src/dune
|
|
@ -1,7 +1,18 @@
|
|||
(executable
|
||||
(public_name permap)
|
||||
(modules app content db login permap register template user user_profile)
|
||||
(modules
|
||||
app
|
||||
content
|
||||
db
|
||||
login
|
||||
permap
|
||||
register
|
||||
template
|
||||
user
|
||||
user_profile
|
||||
add_plant)
|
||||
(libraries
|
||||
uuidm
|
||||
caqti.blocking
|
||||
caqti-driver-sqlite3
|
||||
bos
|
||||
|
|
@ -43,6 +54,12 @@
|
|||
(action
|
||||
(run dream_eml %{deps} --workspace %{workspace_root})))
|
||||
|
||||
(rule
|
||||
(targets add_plant.ml)
|
||||
(deps add_plant.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