recipes.coopcloud.tech/public/main.js

9 lines
281 B
JavaScript
Raw Normal View History

2021-04-17 21:42:28 +00:00
// Initial data passed to Elm (should match `Flags` defined in `Shared.elm`)
// https://guide.elm-lang.org/interop/flags.html
var flags = null
// Start our Elm application
var app = Elm.Main.init({ flags: flags })
// Ports go here
// https://guide.elm-lang.org/interop/ports.html