Файловый менеджер - Редактировать - /home/freeclou/app.optimyar.com/backend/node_modules/strapi/lib/commands/console.js
Назад
'use strict'; const REPL = require('repl'); const strapi = require('../index'); /** * `$ strapi console` */ module.exports = () => { // Now load up the Strapi framework for real. const app = strapi(); app.start(() => { const repl = REPL.start(app.config.info.name + ' > ' || 'strapi > '); // eslint-disable-line prefer-template repl.on('exit', function(err) { if (err) { app.log.error(err); process.exit(1); } app.server.destroy(); process.exit(0); }); }); };
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка