mirror of
https://github.com/strapi/strapi.git
synced 2025-11-17 18:51:22 +00:00
Create plugins directory on new app
This commit is contained in:
parent
4680ea663d
commit
2ed26eb58f
@ -50,6 +50,11 @@ module.exports = {
|
|||||||
// Empty API directory.
|
// Empty API directory.
|
||||||
'api': {
|
'api': {
|
||||||
folder: {}
|
folder: {}
|
||||||
|
},
|
||||||
|
|
||||||
|
// Empty plugins directory.
|
||||||
|
'plugins': {
|
||||||
|
folder: {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user