elm-pages-v3-beta/examples/hello/elm-tooling.json
2022-03-04 12:32:52 -08:00

10 lines
133 B
JSON

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