We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e1ffc commit 0449b33Copy full SHA for 0449b33
packages/storefront/src/lib/scripts/vbeta-app.ts
@@ -256,7 +256,7 @@ if (!import.meta.env.SSR) {
256
const loadAppScript = () => {
257
const appScript = document.createElement('script');
258
appScript.src = (window as any)._appScriptSrc
259
- || 'https://cdn.jsdelivr.net/npm/@ecomplus/[email protected].220/dist/lib/js/app.js';
+ || 'https://cdn.jsdelivr.net/npm/@ecomplus/[email protected].222/dist/lib/js/app.js';
260
appScript.onload = () => {
261
setTimeout(() => {
262
watchAppRoutes();
0 commit comments