Added env var: FC_FORCE_NO_CACHE, which allows users to deploy without the build cache.
Added health stats to build logs
Added the "dependsOn" field to the service configuration in the UI, which allows you to configure dependent services for building and deploying (previously only available with a flightcontrol.json file)
Added an option to deploy without the build cache (works for both new and old build system)
Fixed a bug where runtime logs were not working if a service did not match a deployment's watchpath
Various small UI fixes