diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:09:50 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:43:33 +0100 |
commit | 37485464a4da41462fc285d03229221f44860397 (patch) | |
tree | 38e9969c62e865ba7d9e258eb8c5d22172496ded /editor/dune | |
parent | 7c23b96ce5634550341b9554eda9d7c89a79e3c0 (diff) |
Changed the application structure in the editor
Diffstat (limited to 'editor/dune')
-rwxr-xr-x | editor/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dune b/editor/dune index 767d35e..4d6d03c 100755 --- a/editor/dune +++ b/editor/dune @@ -7,6 +7,7 @@ js_lib prosemirror blog + application ) (modes js) (preprocess (pps js_of_ocaml-ppx)) |