Told Elm where to start

This commit is contained in:
Christian 2021-05-01 09:53:14 +02:00
parent ca60d8bae8
commit 8d0aded26f

3
elm-tooling.json Normal file
View File

@ -0,0 +1,3 @@
{
"entrypoints": ["./src/Main.elm"]
}