PHP 7.4.33
Preview: next-start.js Size: 1.19 KB
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/next/dist/cli/next-start.js
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", {
    value: true
});
Object.defineProperty(exports, "nextStart", {
    enumerable: true,
    get: function() {
        return nextStart;
    }
});
require("../server/lib/cpu-profile");
const _startserver = require("../server/lib/start-server");
const _utils = require("../server/lib/utils");
const _getprojectdir = require("../lib/get-project-dir");
const _getreservedport = require("../lib/helpers/get-reserved-port");
/**
 * Start the Next.js server
 *
 * @param options The options for the start command
 * @param directory The directory to start the server in
 */ const nextStart = async (options, directory)=>{
    const dir = (0, _getprojectdir.getProjectDir)(directory);
    const hostname = options.hostname;
    const port = options.port;
    const keepAliveTimeout = options.keepAliveTimeout;
    if ((0, _getreservedport.isPortIsReserved)(port)) {
        (0, _utils.printAndExit)((0, _getreservedport.getReservedPortExplanation)(port), 1);
    }
    await (0, _startserver.startServer)({
        dir,
        isDev: false,
        hostname,
        port,
        keepAliveTimeout
    });
};

//# sourceMappingURL=next-start.js.map

Directory Contents

Dirs: 1 × Files: 24
Name Size Perms Modified Actions
internal DIR
- drwxr-xr-x 2025-03-28 11:04:45
Edit Download
503 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
3.06 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
5.13 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
561 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
14.35 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
20.52 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
62 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
626 B lrw-r--r-- 2025-03-28 11:04:41
Edit Download
687 B lrw-r--r-- 2025-03-28 11:04:44
Edit Download
487 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
19.73 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
27.81 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
719 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
5.36 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
8.87 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
425 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
1.19 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
1.69 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
214 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
1.66 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
2.58 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
344 B lrw-r--r-- 2025-03-28 11:04:45
Edit Download
7.96 KB lrw-r--r-- 2025-03-28 11:04:41
Edit Download
11.01 KB lrw-r--r-- 2025-03-28 11:04:44
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).