portal/deps/phoenix_html/package.json
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
238 B
JSON

{
"name": "phoenix_html",
"version": "4.3.0",
"main": "./priv/static/phoenix_html.js",
"repository": {},
"files": [
"README.md",
"CHANGELOG.md",
"LICENSE",
"package.json",
"priv/static/phoenix_html.js"
]
}