List available frontends also when no static/frontends folder is present yet
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