From 1eeaf137bd30aff1bef34d05eeec686f6da8959d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 23 May 2021 22:09:50 +0200 Subject: Update editor --- editor/actions/dune | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 editor/actions/dune (limited to 'editor/actions/dune') diff --git a/editor/actions/dune b/editor/actions/dune new file mode 100755 index 0000000..5d269c4 --- /dev/null +++ b/editor/actions/dune @@ -0,0 +1,13 @@ +(library + (name actions) + (libraries + brr + brr.note + elements + blog + js_lib + forms + state + ) + (preprocess (pps js_of_ocaml-ppx)) + ) -- cgit v1.2.3