diff options
author | Clombrong <clombrong@egregore.fun> | 2025-04-24 16:22:03 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-04-24 16:22:03 +0200 |
commit | 1db20a50974dd33874d28aa78f69a25aa4294a94 (patch) | |
tree | d2b24d2801fdd21001cdd7bc2da6ecad65724d2e /lib/portal/dune | |
parent | 9c36f4089d4636f37853d0c13d6a6ca2f4fd6b05 (diff) |
fix: rearrange all portals under common portal/ folder
Diffstat (limited to 'lib/portal/dune')
-rw-r--r-- | lib/portal/dune | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/portal/dune b/lib/portal/dune deleted file mode 100644 index 8ce0232..0000000 --- a/lib/portal/dune +++ /dev/null @@ -1,6 +0,0 @@ -(library - (name portal_ws) - (modules portal_ws) - (public_name flesh_websockets) - (libraries lwt js_of_ocaml js_of_ocaml-lwt xmlm) - (preprocess (pps js_of_ocaml-ppx))) |