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 /portal/test/js/dune | |
parent | 9c36f4089d4636f37853d0c13d6a6ca2f4fd6b05 (diff) |
fix: rearrange all portals under common portal/ folder
Diffstat (limited to 'portal/test/js/dune')
-rw-r--r-- | portal/test/js/dune | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/portal/test/js/dune b/portal/test/js/dune new file mode 100644 index 0000000..b34c980 --- /dev/null +++ b/portal/test/js/dune @@ -0,0 +1,14 @@ +(test + (name websockets_hello) + (libraries portal_ws lwt js_of_ocaml) + (modes js) + (preprocess (pps js_of_ocaml-ppx)) + (deps node_modules) + (js_of_ocaml + (javascript_files polyfill.js))) + +(rule + (alias npm) + (target node_modules) + (deps package.json package-lock.json) + (action (system "npm ci"))) |