735608ea76
refs https://github.com/TryGhost/Toolbox/issues/354 - this commit renames the vhost middleware to follow our naming pattern of `mw-X`
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
module.exports = {
|
|
plugins: ['ghost'],
|
|
extends: [
|
|
'plugin:ghost/test'
|
|
]
|
|
};
|