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 mix.exs
Raw

fixtures/hot_reload_test/mix.exs

defmodule HotReloadTest.MixProject do
use Mix.Project
def project do
[
app: :hot_reload_test,
version: "0.1.0",
elixir: "~> 1.18",
deps: []
]
end
end