Skip to content

Commit

Permalink
fix docker publish 😞
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jul 12, 2024
1 parent a47fe02 commit 80c94c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/Client/Client.fs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ let ARCitect_subscription (initial: Model) : (SubId * Subscribe<Messages.Msg>) l
open Elmish.Debug
open Elmish.HMR
#endif
open Elmish.React

//+:cnd:noEmit
Program.mkProgram Init.init Update.update View
Expand All @@ -69,7 +70,7 @@ Program.mkProgram Init.init Update.update View
#endif
|> Program.withSubscription ARCitect_subscription
|> Program.toNavigable (parsePath Routing.Routing.route) Update.urlUpdate
|> Program.withReactSynchronous "elmish-app"
|> Program.withReactBatched "elmish-app"
#if DEBUG
//|> Program.withDebuggerCoders CustomDebugger.modelEncoder CustomDebugger.modelDecoder
|> Program.withDebugger
Expand Down

0 comments on commit 80c94c9

Please sign in to comment.