truecourse 0.4.2 → 0.4.4
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 +1 -0
- package/cli.mjs +921 -1002
- package/package.json +1 -1
- package/public/assets/{index-CCtFa3au.js → index-8ZCcQOMQ.js} +124 -124
- package/public/index.html +1 -1
- package/server.mjs +1123 -1127
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ truecourse add # Register repo without analyzing
|
|
|
65
65
|
|
|
66
66
|
# Dashboard (web UI)
|
|
67
67
|
truecourse dashboard # Start + open the dashboard
|
|
68
|
+
truecourse dashboard --reconfigure # Re-prompt for console vs background service mode
|
|
68
69
|
truecourse dashboard stop # Stop the dashboard
|
|
69
70
|
truecourse dashboard status # Show dashboard status
|
|
70
71
|
truecourse dashboard logs # Tail dashboard logs (service mode only)
|