aboutsummaryrefslogtreecommitdiff
path: root/editor/dune
blob: b16e85f2b5b1d03391f2bb640a77a1f5d87907ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(executable
 (name editor)
 (libraries 
   brr
   brr.note
   elements
   prosemirror
   blog
   )
 (modes js)
 (preprocess (pps js_of_ocaml-ppx))
 (link_flags (:standard -no-check-prims))
 )

(rule
  (targets editor.js)
  (deps editor.bc.js)
  (action (copy %{deps} %{targets})))