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
Added proper message when one developer runs backend start for the same shop while another is still connected
Fixed concurrent read/write operations when accessing context.storage objects
Added option to ignore the extension-config.json file of an extension so the config.json won't get updated on start (backend) or on change of extension-config.json; use env IGNORE_EXT_CONFIG_FOR with a comma separated list like this: IGNORE_EXT_CONFIG_FOR="extId1(,extId2,extId3,...)"
Added setting the theme URL to local theme when frontend start is run and resetting it upon CTRL + C
Added generation of config.json on frontend start
Added a "map" storage type (access via context.storage.<deviceType>.map)
Added promise support for all storage operations
Updated to use @shopgate/cloud-sdk-webpack@^1.11.5
Fixed extension attach/detach running forever on Windows
Fixed watching for file changes in node_modules and **/node_modules