File manager - Edit - /home/meharhashir55/gptai_5/server.js
Back
const { createServer } = require("http"); const next = require("next"); const {parse} = require("url"); const port = process.env.PORT || 3000; const dev = process.env.NODE_ENV !== "production"; const app = next({ dev }); const handle = app.getRequestHandler(); app.prepare().then(() => { createServer((req, res) => { // Handle all requests with Next.js const parsedUrl = parse(req.url, true); handle(req, res, parsedUrl); }).listen(port, (err) => { if (err) throw err; console.log(`> Ready on http://localhost:${port}`); }); });
| ver. 1.4 |
Github
|
.
| PHP 8.3.24 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings