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.ex
Raw

fixtures/hot_reload_test/lib/hot_reload_test.ex

defmodule HotReloadTest do
@moduledoc "I am the root module of the hot-reload test package."
def hello, do: :world
end