You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to transmit assets in the manifest.json
To avoid too heavy manifest.json, we would like to send hash of each assets in the manifest.json
The installApplication endpoint checks if the assets is properly saved in the local_storage, if not, it returns the list of missing assets in the installApplication response.
The twenty-cli then send back the missing assets to the server, via a new upsertAsset endpoint