Add elm-watch configuration

This commit is contained in:
Correl Roush 2023-07-06 15:16:58 -04:00
parent 2435ecb5ff
commit 168853bef8

10
www/elm-watch.json Normal file
View file

@ -0,0 +1,10 @@
{
"targets": {
"My target name": {
"inputs": [
"src/App.elm"
],
"output": "public/elm.js"
}
}
}