Skip to content

Commit

Permalink
add basic modd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 14, 2020
1 parent 7ce1d36 commit 6fad3d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modd.conf
@@ -0,0 +1,7 @@
src/** {
prep: mkdir -p dist && elm make src/Main.elm --output dist/index.html
}

dist/** {
daemon: devd -m ./dist
}

0 comments on commit 6fad3d1

Please sign in to comment.