We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbef52 commit 27f9d4cCopy full SHA for 27f9d4c
extra/Lamdera/Injection.hs
@@ -166,16 +166,6 @@ source mode mains =
166
167
injections :: OutputType -> Text
168
injections outputType =
169
- let
170
- previousVersionInt =
171
- -- @TODO maybe its time to consolidate the global config...
172
- (unsafePerformIO $ lookupEnv "VERSION")
173
- & maybe "0" id
174
- & read
175
- & subtract 1
176
-
177
- previousVersion = show_ previousVersionInt
178
- in
179
case outputType of
180
-- NotLamdera was added when we fixed the hot loading of a new app version in the browser.
181
-- The frontend version of the injections – which used to be what you got when using the
0 commit comments