mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-27 11:05:46 +03:00
Sort routes for elm-codegen generator flag.
This commit is contained in:
parent
3f12c6ccb5
commit
7df5986d80
@ -38,7 +38,7 @@ async function generateTemplateModuleConnector(basePath, phase) {
|
||||
],
|
||||
};
|
||||
}
|
||||
const routesModuleNew = await runElmCodegenCli(templates);
|
||||
const routesModuleNew = await runElmCodegenCli(sortTemplates(templates));
|
||||
|
||||
return {
|
||||
mainModule: `port module Main exposing (..)
|
||||
|
Loading…
Reference in New Issue
Block a user