AngelMunoz / Finny

A cross-platform tool for unbundled front-end development that doesn't depend on Node or requires you to install a complex toolchain
https://perla-docs.web.app/
MIT License
132 stars 11 forks source link

Fable support not automatically working in beta versions #94

Closed AngelMunoz closed 1 year ago

AngelMunoz commented 1 year ago

Describe the bug Fable compilation not starting automatically in perla version 1.0.0-beta-009

To Reproduce Steps to reproduce the behavior:

  1. With a perla project with fable configuration
  2. run perla serve
  3. Perla starts but Fable is not started

Expected behavior When a Fable node is present in perla config Fable should attempt to start when running any of the build or serve commands

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

AngelMunoz commented 1 year ago

I forgot to change the perla.jsonc file to perla.json 😅