Current section

Files

Jump to
inertia_phoenix lib inertia_phoenix.ex
Raw

lib/inertia_phoenix.ex

defmodule InertiaPhoenix do
@moduledoc false
def assets_version do
Application.get_env(:inertia_phoenix, :assets_version, "1")
|> to_string
end
def inertia_layout do
Application.get_env(:inertia_phoenix, :inertia_layout, "app.html")
|> to_string
end
end