- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell - .envrc: use flake - config/config.exs: move fetch_env! to runtime.exs (compile-time safe) - config/runtime.exs: all secrets loaded at runtime via env vars - mix.lock: generated after mix deps.get - All 3 apps compile cleanly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
22 lines
1 KiB
Text
22 lines
1 KiB
Text
{<<"links">>,
|
|
[{<<"github">>,<<"https://github.com/phoenixframework/phoenix_pubsub">>}]}.
|
|
{<<"name">>,<<"phoenix_pubsub">>}.
|
|
{<<"version">>,<<"2.2.0">>}.
|
|
{<<"description">>,<<"Distributed PubSub and Presence platform">>}.
|
|
{<<"elixir">>,<<"~> 1.6">>}.
|
|
{<<"files">>,
|
|
[<<"lib">>,<<"lib/phoenix">>,<<"lib/phoenix/tracker">>,
|
|
<<"lib/phoenix/tracker/clock.ex">>,<<"lib/phoenix/tracker/replica.ex">>,
|
|
<<"lib/phoenix/tracker/shutdown_handler.ex">>,
|
|
<<"lib/phoenix/tracker/delta_generation.ex">>,
|
|
<<"lib/phoenix/tracker/state.ex">>,<<"lib/phoenix/tracker/shard.ex">>,
|
|
<<"lib/phoenix/pubsub">>,<<"lib/phoenix/pubsub/adapter.ex">>,
|
|
<<"lib/phoenix/pubsub/supervisor.ex">>,
|
|
<<"lib/phoenix/pubsub/application.ex">>,<<"lib/phoenix/pubsub/pg2.ex">>,
|
|
<<"lib/phoenix/tracker.ex">>,<<"lib/phoenix/pubsub.ex">>,<<"test/shared">>,
|
|
<<"test/shared/pubsub_test.exs">>,<<"CHANGELOG.md">>,<<"LICENSE.md">>,
|
|
<<"mix.exs">>,<<"README.md">>]}.
|
|
{<<"app">>,<<"phoenix_pubsub">>}.
|
|
{<<"licenses">>,[<<"MIT">>]}.
|
|
{<<"requirements">>,[]}.
|
|
{<<"build_tools">>,[<<"mix">>]}.
|