This commit is contained in:
Ben Irvin 2023-04-06 14:28:36 +02:00
parent a1be2e4c19
commit 151e45f2ca

View File

@ -1,11 +0,0 @@
'use strict';
const { loadProjectScript } = require('../../utils/helpers');
module.exports = ({ command /* , argv */ }) => {
// `$ strapi console`
command
.command('console')
.description('Open the Strapi framework console')
.action(loadProjectScript('console'));
};