@toren-run/console 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# @toren-run/console
|
|
2
|
+
|
|
3
|
+
The built-in web console for [Toren](https://toren.run): live runs, full event timelines, one-click approvals, schedules, sessions, and API-key management. Static assets only; `toren dev` serves them at `/console` and prints a pre-authenticated link at startup, so there is nothing to run from this package directly.
|
|
4
|
+
|
|
5
|
+
Installed automatically with the `toren-run` CLI. **Docs:** [toren.run/docs/channels/console](https://toren.run/docs/channels/console). Apache-2.0.
|
package/package.json
CHANGED