From bf94695abeda0d7bb296ae4cd0f9a53782587d4a Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:14:09 +0100 Subject: Update editor organisation --- editor/state/dune | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 editor/state/dune (limited to 'editor/state/dune') diff --git a/editor/state/dune b/editor/state/dune new file mode 100755 index 0000000..dd405a1 --- /dev/null +++ b/editor/state/dune @@ -0,0 +1,9 @@ +(library + (name state) + (libraries + brr + prosemirror + plugins + ) + (preprocess (pps js_of_ocaml-ppx)) + ) -- cgit v1.2.3