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
fix(@embark/storage): Allow upload when storage is disabled
Even when the storage config sets storage to disabled, upload should still be allowed, as uploaded dapps should have the ability to NOT use storage once uploaded.
engine.logger.error(__('Storage configuration is disabled in embark.json. Please provide a storage file before uploading'));
721
721
engine.logger.info(__('You can find an example here: %s','https://github.com/embarklabs/embark/blob/master/templates/demo/config/storage.js'.underline));
0 commit comments