mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 22:59:14 +00:00
Create public directory on new app
This commit is contained in:
parent
2ed26eb58f
commit
f8a997ed84
@ -56,5 +56,10 @@ module.exports = {
|
|||||||
'plugins': {
|
'plugins': {
|
||||||
folder: {}
|
folder: {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Empty public directory.
|
||||||
|
'public': {
|
||||||
|
folder: {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user