mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-23 20:03:31 +03:00
10 lines
183 B
JavaScript
10 lines
183 B
JavaScript
|
import "elm-oembed";
|
||
|
import "./style.css";
|
||
|
// @ts-ignore
|
||
|
const { Elm } = require("./src/Main.elm");
|
||
|
const pagesInit = require("elm-pages");
|
||
|
|
||
|
pagesInit({
|
||
|
mainElmModule: Elm.Main
|
||
|
});
|