/
home
/
techb158
/
balavpn.abdallabala.com
/
.next
/
standalone
/
node_modules
/
next
/
dist
/
lib
/
/home/techb158/balavpn.abdallabala.com/.next/standalone/node_modules/next/dist/lib
mkdir
upload
Name
Size
Mode
Actions
framework/
-
0777
rm
fs/
-
0777
rm
helpers/
-
0777
rm
metadata/
-
0777
rm
typescript/
-
0777
rm
batcher.js
2166
0666
edit
dl
rm
build-custom-route.js
1183
0666
edit
dl
rm
client-and-server-references.js
1293
0666
edit
dl
rm
coalesced-function.js
1088
0666
edit
dl
rm
compile-error.js
292
0666
edit
dl
rm
constants.js
14710
0666
edit
dl
rm
create-client-router-filter.js
2487
0666
edit
dl
rm
default-transpiled-packages.json
10
0666
edit
dl
rm
detached-promise.js
891
0666
edit
dl
rm
detect-typo.js
1521
0666
edit
dl
rm
download-swc.js
7213
0666
edit
dl
rm
error-telemetry-utils.js
1445
0666
edit
dl
rm
fallback.js
3319
0666
edit
dl
rm
fatal-error.js
284
0666
edit
dl
rm
file-exists.js
1423
0666
edit
dl
rm
find-config.js
3464
0666
edit
dl
rm
find-pages-dir.js
1560
0666
edit
dl
rm
find-root.js
4597
0666
edit
dl
rm
format-dynamic-import-path.js
784
0666
edit
dl
rm
format-server-error.js
2688
0666
edit
dl
rm
generate-interception-routes-rewrites.js
3287
0666
edit
dl
rm
get-network-host.js
1423
0666
edit
dl
rm
get-project-dir.js
1904
0666
edit
dl
rm
has-necessary-dependencies.js
1638
0666
edit
dl
rm
install-dependencies.js
1356
0666
edit
dl
rm
interop-default.js
325
0666
edit
dl
rm
is-api-route.js
373
0666
edit
dl
rm
is-app-page-route.js
334
0666
edit
dl
rm
is-app-route-route.js
339
0666
edit
dl
rm
is-edge-runtime.js
445
0666
edit
dl
rm
is-error.js
2389
0666
edit
dl
rm
is-internal-component.js
881
0666
edit
dl
rm
is-serializable-props.js
4694
0666
edit
dl
rm
known-edge-safe-packages.json
18
0666
edit
dl
rm
load-custom-routes.js
22871
0666
edit
dl
rm
multi-file-writer.js
2573
0666
edit
dl
rm
needs-experimental-react.js
484
0666
edit
dl
rm
non-nullable.js
334
0666
edit
dl
rm
normalize-path.js
549
0666
edit
dl
rm
oxford-comma-list.js
451
0666
edit
dl
rm
page-types.js
431
0666
edit
dl
rm
patch-incorrect-lockfile.js
7036
0666
edit
dl
rm
pick.js
368
0666
edit
dl
rm
picocolors.js
5375
0666
edit
dl
rm
pretty-bytes.js
3056
0666
edit
dl
rm
realpath.js
572
0666
edit
dl
rm
recursive-delete.js
2642
0666
edit
dl
rm
recursive-readdir.js
5464
0666
edit
dl
rm
redirect-status.js
1285
0666
edit
dl
rm
resolve-from.js
2144
0666
edit
dl
rm
route-pattern-normalizer.js
4502
0666
edit
dl
rm
scheduler.js
1863
0666
edit
dl
rm
semver-noop.js
471
0666
edit
dl
rm
server-external-packages.json
1281
0666
edit
dl
rm
static-env.js
2666
0666
edit
dl
rm
try-to-parse-path.js
2542
0666
edit
dl
rm
turbopack-warning.js
8777
0666
edit
dl
rm
url.js
1982
0666
edit
dl
rm
verify-partytown-setup.js
4918
0666
edit
dl
rm
verify-typescript-setup.js
7750
0666
edit
dl
rm
wait.js
438
0666
edit
dl
rm
with-promise-cache.js
594
0666
edit
dl
rm
Edit:
/home/techb158/balavpn.abdallabala.com/.next/standalone/node_modules/next/dist/lib/find-root.js
(4597B)
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); 0 && (module.exports = { findRootDir: null, findRootLockFile: null }); function _export(target, all) { for(var name in all)Object.defineProperty(target, name, { enumerable: true, get: all[name] }); } _export(exports, { findRootDir: function() { return findRootDir; }, findRootLockFile: function() { return findRootLockFile; } }); const _path = require("path"); const _findup = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/find-up")); const _log = /*#__PURE__*/ _interop_require_wildcard(require("../build/output/log")); function _interop_require_default(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); } function _interop_require_wildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = { __proto__: null }; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for(var key in obj){ if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } function findRootLockFile(cwd) { return _findup.default.sync([ 'pnpm-lock.yaml', 'package-lock.json', 'yarn.lock', 'bun.lock', 'bun.lockb' ], { cwd }); } function findRootDir(cwd) { const lockFile = findRootLockFile(cwd); if (!lockFile) return cwd; const lockFiles = [ lockFile ]; while(true){ const lastLockFile = lockFiles[lockFiles.length - 1]; const currentDir = (0, _path.dirname)(lastLockFile); const parentDir = (0, _path.dirname)(currentDir); // dirname('/')==='/' so if we happen to reach the FS root (as might happen in a container we need to quit to avoid looping forever if (parentDir === currentDir) break; const newLockFile = findRootLockFile(parentDir); if (!newLockFile) break; lockFiles.push(newLockFile); } // Only warn if not in a build worker to avoid duplicate warnings if (typeof process.send !== 'function' && lockFiles.length > 1) { const additionalLockFiles = lockFiles.slice(0, -1).map((str)=>`\n * ${str}`).join(''); if (process.env.TURBOPACK) { _log.warnOnce(`Warning: Next.js inferred your workspace root, but it may not be correct.\n` + ` We detected multiple lockfiles and selected the directory of ${lockFiles[lockFiles.length - 1]} as the root directory.\n` + ` To silence this warning, set \`turbopack.root\` in your Next.js config, or consider ` + `removing one of the lockfiles if it's not needed.\n` + ` See https://nextjs.org/docs/app/api-reference/config/next-config-js/turbopack#root-directory for more information.\n` + ` Detected additional lockfiles: ${additionalLockFiles}\n`); } else { _log.warnOnce(`Warning: Next.js inferred your workspace root, but it may not be correct.\n` + ` We detected multiple lockfiles and selected the directory of ${lockFiles[lockFiles.length - 1]} as the root directory.\n` + ` To silence this warning, set \`outputFileTracingRoot\` in your Next.js config, or consider ` + `removing one of the lockfiles if it's not needed.\n` + ` See https://nextjs.org/docs/app/api-reference/config/next-config-js/output#caveats for more information.\n` + ` Detected additional lockfiles: ${additionalLockFiles}\n`); } } return (0, _path.dirname)(lockFiles[lockFiles.length - 1]); } //# sourceMappingURL=find-root.js.map
Save
cmd:
run