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