Willem van den Ende 3434042aed fix(microprints): resolve absolute paths correctly for source viewer
- Use Path.expand(Path.join(app_root, path)) to correctly resolve both
  app files (lib/...) and blogex files (../blogex/...)
- Previously Path.join alone did not resolve '..' components, causing
  all source viewers to show the wrong file content
2026-05-15 16:21:11 +01:00
..
2026-05-07 17:02:00 +01:00
2026-05-15 11:43:59 +01:00
2026-03-24 14:41:58 +00:00
2026-03-17 11:17:21 +00:00
2026-05-14 11:15:37 +01:00
2026-05-14 11:15:37 +01:00
2026-03-17 11:17:21 +00:00

Firehose

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more