diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-05-23 22:09:50 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:43:33 +0100 |
commit | 1eeaf137bd30aff1bef34d05eeec686f6da8959d (patch) | |
tree | 63589546a32b72382e94f1ee16cf671cec911648 /editor/actions/dune | |
parent | 97f3ac8054de22b94e4ae169dae33ed5b1b41a52 (diff) |
Update editor
Diffstat (limited to 'editor/actions/dune')
-rwxr-xr-x | editor/actions/dune | 13 |
1 files changed, 13 insertions, 0 deletions
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)) + ) |