Orginize
This commit is contained in:
@@ -5,8 +5,8 @@ import { dirname, join } from 'node:path'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
const __dirname = dirname(fileURLToPath(import.meta.url))
|
||||
const helpersPath = join(__dirname, '../lib/baretop-ui-helpers.js')
|
||||
const composePath = join(__dirname, '../lib/baretop-compose.js')
|
||||
const helpersPath = join(__dirname, '../lib/baretop/baretop-ui-helpers.js')
|
||||
const composePath = join(__dirname, '../lib/baretop/baretop-compose.js')
|
||||
const largeProcPath = join(__dirname, 'fixtures/baretop-large-process-table.json')
|
||||
const largeNetPath = join(__dirname, 'fixtures/baretop-large-net-summary.json')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user