mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 10:23:34 +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.
|
||||
'api': {
|
||||
folder: {}
|
||||
},
|
||||
|
||||
// Empty plugins directory.
|
||||
'plugins': {
|
||||
folder: {}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user