Vue Storefront connector warning

Going through the Vue Storefront Guide,

on the xdn run --cache step the following warning is output:

Warning: Not explicitly declaring an XDN connector is deprecated. Please add the following to xdn.config.js:

  connector: '@xdn/vue-storefront',

However, the site does appear to run correctly.

Do I need to make this change?

Not having an explicit connector defined in xdn.config.js won’t break anything for now, since the XDN cli will automatically try to detect the correct connector. But that feature may be removed in the future - hence the deprecation warning.