elm-pages-v3-beta/generator/template/elm-tooling.json

10 lines
133 B
JSON
Raw Normal View History

{
"entrypoints": [
"./src/Main.elm"
],
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5"
}
}