mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 21:02:33 +03:00
Remove commented code.
This commit is contained in:
parent
ad005d7ed2
commit
9162abf153
@ -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")
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user