elm-pages-v3-beta/examples/hello/elm-tooling.json

10 lines
133 B
JSON
Raw Normal View History

2022-03-04 23:32:52 +03:00
{
"entrypoints": [
"./src/Main.elm"
],
"tools": {
"elm": "0.19.1",
"elm-format": "0.8.5"
}
}