Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Created June 2, 2021 09:47
Show Gist options
  • Save SuperCipher/e0def967f30025f52b963663b1ddfa71 to your computer and use it in GitHub Desktop.
Save SuperCipher/e0def967f30025f52b963663b1ddfa71 to your computer and use it in GitHub Desktop.
Elm Time Ticket
import Time
subscriptions : ModelsElmArchitect.State -> Sub Msg
subscriptions _ =
Time.every (5 * 1000) (\_ -> ModelsElmArchitect.Reload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment