alepha@docs:~/docs/framework/packages$
cat 3-@alepha-devtools.md | pretty1 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
DevAtomLogProvider- In-memory ring buffer ofstate:mutateevents, powering the devtoolsDevLogStoreProvider- The devtools log buffer, and the part of it that outlives the process.