Skip to content

Commit

Permalink
lvn
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 14, 2025
1 parent 882629b commit 42c189d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ if System.get_env("WITH_LV_NATIVE") in ["1", "true"] do

import_config "native.exs"
IO.puts("Native app config prepared")
else
config :live_view_native,
modularity: :disabled
end

# TODO: refactor
Expand Down
2 changes: 1 addition & 1 deletion config/deps.git
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ paginator = "https://github.com/bonfire-networks/paginator"
# phoenix_live_view = "https://github.com/phoenixframework/phoenix_live_view"

# live_view_native = "https://github.com/bonfire-networks/live_view_native#wip"
live_view_native_stylesheet = "https://github.com/bonfire-networks/live_view_native_stylesheet"
# live_view_native_stylesheet = "https://github.com/bonfire-networks/live_view_native_stylesheet"

# TEMP: use surface from main which has components removed and moved to seperare lib
# surface = "https://github.com/surface-ui/surface#80d684dda38ac62e2818a6f519febfda2088488f"
Expand Down

0 comments on commit 42c189d

Please sign in to comment.