This commit is contained in:
2026-08-18 18:11:34 -04:00
parent bbaf47028f
commit 05dab1f18a
263 changed files with 895 additions and 872 deletions
@@ -4,7 +4,7 @@ import { dirname, join } from 'node:path'
import { fileURLToPath } from 'node:url'
const __dirname = dirname(fileURLToPath(import.meta.url))
const tuiPath = join(__dirname, '../lib/baretop-tui.js')
const tuiPath = join(__dirname, '../lib/baretop/baretop-tui.js')
const kernelBaretop = join(__dirname, '../../../kernel/bin/baretop')
const kernelBtop = join(__dirname, '../../../kernel/bin/btop')