Updates the Sites service to have a spa flag, which redirects requests back to / in order for index.html to pick it up and stuff like react-router-dom to do it's thing.
Moves the dashboard to Homepage with it's own .psi package.
Fixes a bug in supervisor logic which failed to account for lack of a subdomain for the dashboard app.
spa
flag, which redirects requests back to / in order forindex.html
to pick it up and stuff likereact-router-dom
to do it's thing.Homepage
with it's own.psi
package.