Skip to content

Commit d862160

Browse files
authored
Merge pull request #13 from repsorp39/feat/tui-monitor
feat(monitor): add live TUI dashboard for PM2, system metrics, and logs
2 parents f5bd682 + e0fcd07 commit d862160

18 files changed

Lines changed: 1581 additions & 0 deletions

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
"commander": "^12.1.0",
3333
"execa": "^9.5.1",
3434
"fs-extra": "^11.3.5",
35+
"ink": "^6.0.0",
3536
"jiti": "^2.4.2",
3637
"js-yaml": "^4.1.0",
3738
"listr2": "^10.2.1",
3839
"ora": "^8.1.1",
40+
"react": "^19.0.0",
3941
"ssh2": "^1.16.0",
4042
"zod": "^3.24.1"
4143
},
4244
"devDependencies": {
4345
"@types/fs-extra": "^11.0.4",
4446
"@types/js-yaml": "^4.0.9",
4547
"@types/node": "^22.10.2",
48+
"@types/react": "^19.0.0",
4649
"@types/ssh2": "^1.15.1",
4750
"@vitest/coverage-v8": "^2.1.9",
4851
"typescript": "^5.7.2",

0 commit comments

Comments
 (0)