mirror of
https://github.com/strapi/strapi.git
synced 2025-11-15 01:28:07 +00:00
Remove useless dependencies into the constructor
This commit is contained in:
parent
5fa5945b11
commit
fafea06ab0
@ -8,10 +8,8 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
const http = require('http');
|
const http = require('http');
|
||||||
const EventEmitter = require('events').EventEmitter;
|
const EventEmitter = require('events').EventEmitter;
|
||||||
const util = require('util');
|
|
||||||
|
|
||||||
// Local dependencies.
|
// Local dependencies.
|
||||||
const loadStrapi = require('./load');
|
|
||||||
const mixinAfter = require('./private/after');
|
const mixinAfter = require('./private/after');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user