Remove commented code.

This commit is contained in:
Dillon Kearns 2023-02-08 11:55:17 -08:00
parent ad005d7ed2
commit 9162abf153

View File

@ -290,10 +290,7 @@ export async function start(options) {
pendingCliCompile = compileCliApp( pendingCliCompile = compileCliApp(
options, options,
".elm-pages/Main.elm", ".elm-pages/Main.elm",
path.join(process.cwd(), "elm-stuff/elm-pages/", "elm.js"), path.join(process.cwd(), "elm-stuff/elm-pages/", "elm.js"),
// "elm.js",
"elm-stuff/elm-pages/", "elm-stuff/elm-pages/",
path.join("elm-stuff/elm-pages/", "elm.js") path.join("elm-stuff/elm-pages/", "elm.js")
); );