List available frontends also when no static/frontends folder is present yet
requested to merge ilja/pleroma:show_frontends_also_when_no_static_frontends_folder_is_created_yet into develop
Fixes admin-fe#201 (closed)
- To see what front ends are installed, it does
ls static/frontends
. When this folder doesn't exists yet, it will now return an empty array. - Installing still works since the folder is created during installation already