File Explorer

/proc/self/root/proc/1/task/1/root/node24/lib/node_modules/npm/node_modules/node-gyp/lib

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

rebuild.js281 B · 13 lines
'use strict' async function rebuild (gyp, argv) {  gyp.todo.push(    { name: 'clean', args: [] }    , { name: 'configure', args: argv }    , { name: 'build', args: [] }  )} module.exports = rebuildmodule.exports.usage = 'Runs "clean", "configure" and "build" all at once'