mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
elm-review fixes.
This commit is contained in:
parent
6d6640d5f4
commit
1ae5529538
@ -435,7 +435,7 @@ startLowLevel apiRoutes staticHttpCache pages =
|
||||
)
|
||||
, ( "mode", Encode.string "prod" )
|
||||
, ( "staticHttpCache", encodedStaticHttpCache )
|
||||
, ( "compatibilityKey", Encode.int Pages.Internal.Platform.Cli.currentCompatibilityKey )
|
||||
, ( "compatibilityKey", Encode.int currentCompatibilityKey )
|
||||
]
|
||||
|
||||
encodedStaticHttpCache : Encode.Value
|
||||
@ -591,7 +591,7 @@ startWithRoutes pageToLoad _ staticHttpCache pages =
|
||||
)
|
||||
, ( "staticHttpCache", encodedStaticHttpCache )
|
||||
, ( "mode", Encode.string "dev-server" )
|
||||
, ( "compatibilityKey", Encode.int Pages.Internal.Platform.Cli.currentCompatibilityKey )
|
||||
, ( "compatibilityKey", Encode.int currentCompatibilityKey )
|
||||
]
|
||||
|
||||
encodedStaticHttpCache : Encode.Value
|
||||
|
Loading…
Reference in New Issue
Block a user