reaptor / elmish-land

A framework for building F# browser apps with Fable, React and Elmish. Inspired by Elm Land.
https://elmish.land/
MIT License
4 stars 1 forks source link

Server command not working if .fsproj file has a different name then the project folder #14

Closed robinjac closed 1 month ago

robinjac commented 9 months ago

The project folder name should be independent of running dotnet elmish-land server command.

image

klofberg commented 9 months ago

This is intentional and by convention. Maybe a better error message is appropriate. An alternative is that we don't allow multiple project files in the folder but I think it's better to require the same name for the project file and folder.

klofberg commented 9 months ago

Maybe we can add a settings i elmish-land.json to specify the project file.