@@ -10,7 +10,7 @@ import process from 'node:process'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
const root = path.resolve(path.dirname(fileURLToPath(import.meta.url)), '..')
|
||||
const libDir = path.join(root, 'packages/bare-os-booter/lib')
|
||||
const libDir = path.join(root, 'packages/bare-os-booter/lib/ctx')
|
||||
const manifestPath = path.join(libDir, 'bare-module-manifest.json')
|
||||
|
||||
/** @param {string} filePath */
|
||||
|
||||
Reference in New Issue
Block a user