📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 13:20:31
📂
/
/
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
lib
✏️
Editing: cli.js
try { const { enableCompileCache } = require('node:module') /* istanbul ignore next */ if (enableCompileCache) { enableCompileCache() } } catch (e) { /* istanbul ignore next */ } const validateEngines = require('./cli/validate-engines.js') const cliEntry = require('node:path').resolve(__dirname, 'cli/entry.js') module.exports = (process) => validateEngines(process, () => require(cliEntry))
💾 Save Changes
❌ Cancel