dmmulroy / create-melange-app

The fastest, friendliest, and most delightful way to get started with OCaml, ReasonML, and Melange, geared towards JavaScript and TypeScript developers
120 stars 20 forks source link

Generated App.re contains absolute path #117

Open smondet opened 1 month ago

smondet commented 1 month ago

See:

 $ git grep -n -C 3 "$HOME"
src/App.re-41-    let configuration =
src/App.re-42-      Cma_configuration.Configuration.make(
src/App.re-43-        ~name="vitethen",
src/App.re:44:        ~directory="<<< ABSOLUTE PATH HERE >>/vitethen",
src/App.re-45-        ~node_package_manager=Npm,
src/App.re-46-        ~bundler=Vite,
src/App.re-47-        ~is_react_app=true,