alepha@docs:~/docs/framework/packages$
cat 3-@alepha-devtools.md | pretty
1 min read
Last commit:

#@alepha/devtools

Developer tools for Alepha applications.

#Installation

npm install @alepha/devtools

#Overview

Runtime inspection and debugging UI.

Features:

  • DevTools UI at GET /__devtools
  • Application metadata at GET /__devtools/api/metadata
  • Last 10,000 logs at GET /__devtools/api/logs
  • Runtime inspection of actions, jobs, topics, storages
  • Log viewer with filtering
  • React Flow visualization
  • Provider and module browsing

#API Reference

#Providers