mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 14:44:31 +00:00
delete
This commit is contained in:
parent
a1be2e4c19
commit
151e45f2ca
@ -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'));
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user