Packages

A bridge between Glamorous Toolkit (GT) and the BEAM VM, enabling remote code evaluation, object inspection, and Phlow view rendering.

Current section

Files

Jump to
gt_bridge fixtures hot_reload_test lib hot_reload_test config.ex
Raw

fixtures/hot_reload_test/lib/hot_reload_test/config.ex

defmodule HotReloadTest.Config do
@moduledoc "I am a struct for testing struct field propagation."
defstruct name: "default", value: 0
end