Build:local vs build:cloud

In UI v2, we can build the application using, VITE_TEMPORAL_UI_BUILD_TARGET=local or cloud.

The Code at many places has {isCloud} such that a few features will work only if isCloud is true.

Do you have any document which lists the differences between the application when it is run in cloud mode instead of local?

Hi, the cloud mode is specific for the Temporal Cloud build. It for the most part just disables some features that are not exposed on that env.

For OSS users local mode should be used.