Skip to content

Commit

Permalink
Fix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Sep 17, 2023
1 parent 38ed3c6 commit aa990d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/shared/js/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
(modes melange)
(libraries reason-react)
(preprocess
(pps melange.ppx browser_ppx reason-react-ppx)))
(pps melange.ppx browser_ppx -js reason-react-ppx)))

(copy_files# "../native/lib/*.re")
5 changes: 4 additions & 1 deletion demo/shared/native/lib/MelRaw.re
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,7 @@ let%browser_only initWebsocket: unit => unit = [%mel.raw
console.debug("Live reload: WebSocket error:", event);
};
}
|}];
|}
];

let x = 22;

0 comments on commit aa990d4

Please sign in to comment.