thepowercare
thepowercare
Just ran this example, (Attached) which is a lean version of my startup. To my surprise it actually works! So apparently somethin is up with running the initial version. [elmish-dev-002.zip](https://github.com/elm/compiler/files/11650674/elmish-dev-002.zip)
Hi Fabio Thank's for the quick response 😄 I had a suspicion that something like this was the root course. But after deleting everything unsessesary for submitting the project to...
Solved by applying @fdbeirao suggestion :)
Solution was short lived :( Tried using elm-go. This hinted that both lib's are looking in the root folder. Moving files from my target folder to root solves this problem.
The solution: "watch": "elm-live src/Main.elm --dir=dist --port=8011 -- --debug --output=dist/index.js",