Developer tools
LiveReload
It is a way to use an external application source instead of the original app source to debug or preview an application during its development. LiveReload is built-in to the Ozone SW Router.
To achieve liveReload, you can use a URL parameter ?livereload= followed by an external CORS allowed URL. The SW will route the request into this external URL instead of the local VFS.
SharedAssets Path
If the external app source uses sharedAssets in their application directory, you can provide the sharedAssets path. The sharedAssets is defaultSource/sharedAssets by default, which will be used if you didn't provide the &sharedAssets=PATH query param.
