portal/deps/websock/hex_metadata.config
Mikael Hugo 35f29f42e3 feat: add flake.nix, .envrc, fix config (runtime.exs), deps compile clean
- 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>
2026-05-09 19:55:48 +02:00

13 lines
489 B
Text

{<<"app">>,<<"websock">>}.
{<<"build_tools">>,[<<"mix">>]}.
{<<"description">>,<<"A specification for WebSocket connections">>}.
{<<"elixir">>,<<"~> 1.9">>}.
{<<"files">>,
[<<"lib">>,<<"lib/websock.ex">>,<<"test">>,<<"test/test_helper.exs">>,
<<"mix.exs">>,<<"README.md">>,<<"LICENSE">>]}.
{<<"licenses">>,[<<"MIT">>]}.
{<<"links">>,
[{<<"GitHub">>,<<"https://github.com/phoenixframework/websock">>}]}.
{<<"name">>,<<"websock">>}.
{<<"requirements">>,[]}.
{<<"version">>,<<"0.5.3">>}.