Create admin directory on new app

This commit is contained in:
Aurélien Georget 2016-08-31 12:25:49 +02:00
parent f8a997ed84
commit 8144b24fc5

View File

@ -42,8 +42,8 @@ module.exports = {
template: 'README.md'
},
// Empty data directory.
'data': {
// Empty admin directory.
'admin': {
folder: {}
},
@ -52,6 +52,11 @@ module.exports = {
folder: {}
},
// Empty data directory.
'data': {
folder: {}
},
// Empty plugins directory.
'plugins': {
folder: {}