Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap vnda #255

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 28 additions & 28 deletions admin/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/blocks/revision.ts";
import * as $$$1 from "./loaders/blocks/published.ts";
import * as $$$2 from "./loaders/blocks/latest.ts";
import * as $$$3 from "./loaders/blocks/listRevisions.ts";
import * as $$$4 from "./loaders/state.ts";
import * as $$$5 from "./loaders/releases/blocks.ts";
import * as $$$6 from "./loaders/deploy.ts";
import * as $$$0 from "./loaders/deploy.ts";
import * as $$$1 from "./loaders/releases/blocks.ts";
import * as $$$2 from "./loaders/state.ts";
import * as $$$3 from "./loaders/blocks/revision.ts";
import * as $$$4 from "./loaders/blocks/published.ts";
import * as $$$5 from "./loaders/blocks/latest.ts";
import * as $$$6 from "./loaders/blocks/listRevisions.ts";
import * as $$$7 from "./loaders/pages/list.ts";
import * as $$$$$$$$$0 from "./actions/blocks/publish.ts";
import * as $$$$$$$$$1 from "./actions/blocks/restore.ts";
import * as $$$$$$$$$2 from "./actions/blocks/safeDelete.ts";
import * as $$$$$$$$$3 from "./actions/blocks/newRevision.ts";
import * as $$$$$$$$$4 from "./actions/blocks/delete.ts";
import * as $$$$$$$$$5 from "./actions/pages/publish.ts";
import * as $$$$$$$$$0 from "./actions/blocks/safeDelete.ts";
import * as $$$$$$$$$1 from "./actions/blocks/newRevision.ts";
import * as $$$$$$$$$2 from "./actions/blocks/delete.ts";
import * as $$$$$$$$$3 from "./actions/blocks/publish.ts";
import * as $$$$$$$$$4 from "./actions/blocks/restore.ts";
import * as $$$$$$$$$5 from "./actions/pages/delete.ts";
import * as $$$$$$$$$6 from "./actions/pages/new.ts";
import * as $$$$$$$$$7 from "./actions/pages/delete.ts";
import * as $$$$$$$$$7 from "./actions/pages/publish.ts";

const manifest = {
"loaders": {
"deco-sites/admin/loaders/blocks/latest.ts": $$$2,
"deco-sites/admin/loaders/blocks/listRevisions.ts": $$$3,
"deco-sites/admin/loaders/blocks/published.ts": $$$1,
"deco-sites/admin/loaders/blocks/revision.ts": $$$0,
"deco-sites/admin/loaders/deploy.ts": $$$6,
"deco-sites/admin/loaders/blocks/latest.ts": $$$5,
"deco-sites/admin/loaders/blocks/listRevisions.ts": $$$6,
"deco-sites/admin/loaders/blocks/published.ts": $$$4,
"deco-sites/admin/loaders/blocks/revision.ts": $$$3,
"deco-sites/admin/loaders/deploy.ts": $$$0,
"deco-sites/admin/loaders/pages/list.ts": $$$7,
"deco-sites/admin/loaders/releases/blocks.ts": $$$5,
"deco-sites/admin/loaders/state.ts": $$$4,
"deco-sites/admin/loaders/releases/blocks.ts": $$$1,
"deco-sites/admin/loaders/state.ts": $$$2,
},
"actions": {
"deco-sites/admin/actions/blocks/delete.ts": $$$$$$$$$4,
"deco-sites/admin/actions/blocks/newRevision.ts": $$$$$$$$$3,
"deco-sites/admin/actions/blocks/publish.ts": $$$$$$$$$0,
"deco-sites/admin/actions/blocks/restore.ts": $$$$$$$$$1,
"deco-sites/admin/actions/blocks/safeDelete.ts": $$$$$$$$$2,
"deco-sites/admin/actions/pages/delete.ts": $$$$$$$$$7,
"deco-sites/admin/actions/blocks/delete.ts": $$$$$$$$$2,
"deco-sites/admin/actions/blocks/newRevision.ts": $$$$$$$$$1,
"deco-sites/admin/actions/blocks/publish.ts": $$$$$$$$$3,
"deco-sites/admin/actions/blocks/restore.ts": $$$$$$$$$4,
"deco-sites/admin/actions/blocks/safeDelete.ts": $$$$$$$$$0,
"deco-sites/admin/actions/pages/delete.ts": $$$$$$$$$5,
"deco-sites/admin/actions/pages/new.ts": $$$$$$$$$6,
"deco-sites/admin/actions/pages/publish.ts": $$$$$$$$$5,
"deco-sites/admin/actions/pages/publish.ts": $$$$$$$$$7,
},
"name": "deco-sites/admin",
"baseUrl": import.meta.url,
Expand Down
8 changes: 4 additions & 4 deletions algolia/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/product/listingPage.ts";
import * as $$$1 from "./loaders/product/list.ts";
import * as $$$2 from "./loaders/product/suggestions.ts";
import * as $$$1 from "./loaders/product/suggestions.ts";
import * as $$$2 from "./loaders/product/list.ts";
import * as $$$$$$0 from "./sections/Analytics/Algolia.tsx";
import * as $$$$$$$$$0 from "./actions/setup.ts";
import * as $$$$$$$$$1 from "./actions/index/product.ts";
Expand All @@ -13,9 +13,9 @@ import * as $$$$$$$$$$0 from "./workflows/index/product.ts";

const manifest = {
"loaders": {
"algolia/loaders/product/list.ts": $$$1,
"algolia/loaders/product/list.ts": $$$2,
"algolia/loaders/product/listingPage.ts": $$$0,
"algolia/loaders/product/suggestions.ts": $$$2,
"algolia/loaders/product/suggestions.ts": $$$1,
},
"sections": {
"algolia/sections/Analytics/Algolia.tsx": $$$$$$0,
Expand Down
16 changes: 8 additions & 8 deletions commerce/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/product/extensions/listingPage.ts";
import * as $$$1 from "./loaders/product/extensions/detailsPage.ts";
import * as $$$2 from "./loaders/product/extensions/list.ts";
import * as $$$3 from "./loaders/product/extensions/suggestions.ts";
import * as $$$0 from "./loaders/product/extensions/detailsPage.ts";
import * as $$$1 from "./loaders/product/extensions/listingPage.ts";
import * as $$$2 from "./loaders/product/extensions/suggestions.ts";
import * as $$$3 from "./loaders/product/extensions/list.ts";
import * as $$$4 from "./loaders/product/productListingPage.ts";
import * as $$$5 from "./loaders/product/products.ts";
import * as $$$6 from "./loaders/extensions/productDetailsPage.ts";
Expand All @@ -21,10 +21,10 @@ const manifest = {
"commerce/loaders/extensions/productListingPage.ts": $$$7,
"commerce/loaders/extensions/products.ts": $$$8,
"commerce/loaders/navbar.ts": $$$9,
"commerce/loaders/product/extensions/detailsPage.ts": $$$1,
"commerce/loaders/product/extensions/list.ts": $$$2,
"commerce/loaders/product/extensions/listingPage.ts": $$$0,
"commerce/loaders/product/extensions/suggestions.ts": $$$3,
"commerce/loaders/product/extensions/detailsPage.ts": $$$0,
"commerce/loaders/product/extensions/list.ts": $$$3,
"commerce/loaders/product/extensions/listingPage.ts": $$$1,
"commerce/loaders/product/extensions/suggestions.ts": $$$2,
"commerce/loaders/product/productListingPage.ts": $$$4,
"commerce/loaders/product/products.ts": $$$5,
},
Expand Down
8 changes: 4 additions & 4 deletions compat/$live/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import * as $$$1 from "./loaders/secret.ts";
import * as $$$$0 from "./handlers/router.ts";
import * as $$$$1 from "./handlers/devPage.ts";
import * as $$$$$$0 from "./sections/Slot.tsx";
import * as $$$$$$1 from "./sections/EmptySection.tsx";
import * as $$$$$$2 from "./sections/PageInclude.tsx";
import * as $$$$$$1 from "./sections/PageInclude.tsx";
import * as $$$$$$2 from "./sections/EmptySection.tsx";

const manifest = {
"loaders": {
Expand All @@ -20,8 +20,8 @@ const manifest = {
"$live/handlers/router.ts": $$$$0,
},
"sections": {
"$live/sections/EmptySection.tsx": $$$$$$1,
"$live/sections/PageInclude.tsx": $$$$$$2,
"$live/sections/EmptySection.tsx": $$$$$$2,
"$live/sections/PageInclude.tsx": $$$$$$1,
"$live/sections/Slot.tsx": $$$$$$0,
},
"name": "$live",
Expand Down
81 changes: 41 additions & 40 deletions compat/std/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,69 +2,70 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $0 from "./functions/vtexProductListingPage.ts";
import * as $1 from "./functions/vtexLegacyProductDetailsPage.ts";
import * as $2 from "./functions/vtexSuggestions.ts";
import * as $3 from "./functions/vtexNavbar.ts";
import * as $4 from "./functions/vtexWishlist.ts";
import * as $5 from "./functions/vtexProductList.ts";
import * as $6 from "./functions/vtexLegacyProductListingPage.ts";
import * as $7 from "./functions/vtexProductDetailsPage.ts";
import * as $8 from "./functions/vtexLegacyProductList.ts";
import * as $0 from "./functions/vtexLegacyProductList.ts";
import * as $1 from "./functions/vtexProductListingPage.ts";
import * as $2 from "./functions/vtexProductList.ts";
import * as $3 from "./functions/vtexWishlist.ts";
import * as $4 from "./functions/requestToParam.ts";
import * as $5 from "./functions/vtexSuggestions.ts";
import * as $6 from "./functions/vtexLegacyProductDetailsPage.ts";
import * as $7 from "./functions/vtexLegacyProductListingPage.ts";
import * as $8 from "./functions/vtexProductDetailsPage.ts";
import * as $9 from "./functions/vtexLegacyRelatedProductsLoader.ts";
import * as $10 from "./functions/requestToParam.ts";
import * as $$$0 from "./loaders/vtex/legacy/productList.ts";
import * as $10 from "./functions/vtexNavbar.ts";
import * as $$$0 from "./loaders/vtex/legacy/relatedProductsLoader.ts";
import * as $$$1 from "./loaders/vtex/legacy/productDetailsPage.ts";
import * as $$$2 from "./loaders/vtex/legacy/productListingPage.ts";
import * as $$$3 from "./loaders/vtex/legacy/relatedProductsLoader.ts";
import * as $$$4 from "./loaders/vtex/legacy/suggestions.ts";
import * as $$$2 from "./loaders/vtex/legacy/productList.ts";
import * as $$$3 from "./loaders/vtex/legacy/suggestions.ts";
import * as $$$4 from "./loaders/vtex/legacy/productListingPage.ts";
import * as $$$5 from "./loaders/vtex/navbar.ts";
import * as $$$6 from "./loaders/vtex/proxy.ts";
import * as $$$7 from "./loaders/vtex/intelligentSearch/productList.ts";
import * as $$$8 from "./loaders/vtex/intelligentSearch/productDetailsPage.ts";
import * as $$$9 from "./loaders/vtex/intelligentSearch/productListingPage.ts";
import * as $$$10 from "./loaders/vtex/intelligentSearch/suggestions.ts";
import * as $$$7 from "./loaders/vtex/intelligentSearch/productDetailsPage.ts";
import * as $$$8 from "./loaders/vtex/intelligentSearch/productList.ts";
import * as $$$9 from "./loaders/vtex/intelligentSearch/suggestions.ts";
import * as $$$10 from "./loaders/vtex/intelligentSearch/productListingPage.ts";
import * as $$$11 from "./loaders/x/redirects.ts";
import * as $$$12 from "./loaders/x/font.ts";
import * as $$$$$$0 from "./sections/SEOPLP.tsx";
import * as $$$$$$1 from "./sections/Analytics.tsx";
import * as $$$$$$2 from "./sections/VTEXPortalDataLayerCompatibility.tsx";
import * as $$$$$$1 from "./sections/VTEXPortalDataLayerCompatibility.tsx";
import * as $$$$$$2 from "./sections/Analytics.tsx";
import * as $$$$$$3 from "./sections/SEOPDP.tsx";

const manifest = {
"functions": {
"deco-sites/std/functions/requestToParam.ts": $10,
"deco-sites/std/functions/vtexLegacyProductDetailsPage.ts": $1,
"deco-sites/std/functions/vtexLegacyProductList.ts": $8,
"deco-sites/std/functions/vtexLegacyProductListingPage.ts": $6,
"deco-sites/std/functions/requestToParam.ts": $4,
"deco-sites/std/functions/vtexLegacyProductDetailsPage.ts": $6,
"deco-sites/std/functions/vtexLegacyProductList.ts": $0,
"deco-sites/std/functions/vtexLegacyProductListingPage.ts": $7,
"deco-sites/std/functions/vtexLegacyRelatedProductsLoader.ts": $9,
"deco-sites/std/functions/vtexNavbar.ts": $3,
"deco-sites/std/functions/vtexProductDetailsPage.ts": $7,
"deco-sites/std/functions/vtexProductList.ts": $5,
"deco-sites/std/functions/vtexProductListingPage.ts": $0,
"deco-sites/std/functions/vtexSuggestions.ts": $2,
"deco-sites/std/functions/vtexWishlist.ts": $4,
"deco-sites/std/functions/vtexNavbar.ts": $10,
"deco-sites/std/functions/vtexProductDetailsPage.ts": $8,
"deco-sites/std/functions/vtexProductList.ts": $2,
"deco-sites/std/functions/vtexProductListingPage.ts": $1,
"deco-sites/std/functions/vtexSuggestions.ts": $5,
"deco-sites/std/functions/vtexWishlist.ts": $3,
},
"loaders": {
"deco-sites/std/loaders/vtex/intelligentSearch/productDetailsPage.ts": $$$8,
"deco-sites/std/loaders/vtex/intelligentSearch/productList.ts": $$$7,
"deco-sites/std/loaders/vtex/intelligentSearch/productListingPage.ts": $$$9,
"deco-sites/std/loaders/vtex/intelligentSearch/suggestions.ts": $$$10,
"deco-sites/std/loaders/vtex/intelligentSearch/productDetailsPage.ts": $$$7,
"deco-sites/std/loaders/vtex/intelligentSearch/productList.ts": $$$8,
"deco-sites/std/loaders/vtex/intelligentSearch/productListingPage.ts":
$$$10,
"deco-sites/std/loaders/vtex/intelligentSearch/suggestions.ts": $$$9,
"deco-sites/std/loaders/vtex/legacy/productDetailsPage.ts": $$$1,
"deco-sites/std/loaders/vtex/legacy/productList.ts": $$$0,
"deco-sites/std/loaders/vtex/legacy/productListingPage.ts": $$$2,
"deco-sites/std/loaders/vtex/legacy/relatedProductsLoader.ts": $$$3,
"deco-sites/std/loaders/vtex/legacy/suggestions.ts": $$$4,
"deco-sites/std/loaders/vtex/legacy/productList.ts": $$$2,
"deco-sites/std/loaders/vtex/legacy/productListingPage.ts": $$$4,
"deco-sites/std/loaders/vtex/legacy/relatedProductsLoader.ts": $$$0,
"deco-sites/std/loaders/vtex/legacy/suggestions.ts": $$$3,
"deco-sites/std/loaders/vtex/navbar.ts": $$$5,
"deco-sites/std/loaders/vtex/proxy.ts": $$$6,
"deco-sites/std/loaders/x/font.ts": $$$12,
"deco-sites/std/loaders/x/redirects.ts": $$$11,
},
"sections": {
"deco-sites/std/sections/Analytics.tsx": $$$$$$1,
"deco-sites/std/sections/Analytics.tsx": $$$$$$2,
"deco-sites/std/sections/SEOPDP.tsx": $$$$$$3,
"deco-sites/std/sections/SEOPLP.tsx": $$$$$$0,
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": $$$$$$2,
"deco-sites/std/sections/VTEXPortalDataLayerCompatibility.tsx": $$$$$$1,
},
"name": "deco-sites/std",
"baseUrl": import.meta.url,
Expand Down
64 changes: 32 additions & 32 deletions decohub/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,47 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$$$$$$$$$0 from "./apps/typesense.ts";
import * as $$$$$$$$$$$0 from "./apps/vtex.ts";
import * as $$$$$$$$$$$1 from "./apps/wake.ts";
import * as $$$$$$$$$$$2 from "./apps/ai-assistants.ts";
import * as $$$$$$$$$$$3 from "./apps/analytics.ts";
import * as $$$$$$$$$$$4 from "./apps/workflows.ts";
import * as $$$$$$$$$$$5 from "./apps/implementation.ts";
import * as $$$$$$$$$$$6 from "./apps/vnda.ts";
import * as $$$$$$$$$$$2 from "./apps/shopify.ts";
import * as $$$$$$$$$$$3 from "./apps/workflows.ts";
import * as $$$$$$$$$$$4 from "./apps/linx.ts";
import * as $$$$$$$$$$$5 from "./apps/ai-assistants.ts";
import * as $$$$$$$$$$$6 from "./apps/verified-reviews.ts";
import * as $$$$$$$$$$$7 from "./apps/algolia.ts";
import * as $$$$$$$$$$$8 from "./apps/admin.ts";
import * as $$$$$$$$$$$9 from "./apps/nuvemshop.ts";
import * as $$$$$$$$$$$10 from "./apps/linx.ts";
import * as $$$$$$$$$$$11 from "./apps/vtex.ts";
import * as $$$$$$$$$$$12 from "./apps/weather.ts";
import * as $$$$$$$$$$$13 from "./apps/brand-assistant.ts";
import * as $$$$$$$$$$$14 from "./apps/sourei.ts";
import * as $$$$$$$$$$$15 from "./apps/shopify.ts";
import * as $$$$$$$$$$$16 from "./apps/handlebars.ts";
import * as $$$$$$$$$$$17 from "./apps/verified-reviews.ts";
import * as $$$$$$$$$$$8 from "./apps/nuvemshop.ts";
import * as $$$$$$$$$$$9 from "./apps/brand-assistant.ts";
import * as $$$$$$$$$$$10 from "./apps/typesense.ts";
import * as $$$$$$$$$$$11 from "./apps/analytics.ts";
import * as $$$$$$$$$$$12 from "./apps/vnda.ts";
import * as $$$$$$$$$$$13 from "./apps/implementation.ts";
import * as $$$$$$$$$$$14 from "./apps/weather.ts";
import * as $$$$$$$$$$$15 from "./apps/admin.ts";
import * as $$$$$$$$$$$16 from "./apps/sourei.ts";
import * as $$$$$$$$$$$17 from "./apps/handlebars.ts";
import * as $$$$$$$$$$$18 from "./apps/power-reviews.ts";

const manifest = {
"apps": {
"decohub/apps/admin.ts": $$$$$$$$$$$8,
"decohub/apps/ai-assistants.ts": $$$$$$$$$$$2,
"decohub/apps/admin.ts": $$$$$$$$$$$15,
"decohub/apps/ai-assistants.ts": $$$$$$$$$$$5,
"decohub/apps/algolia.ts": $$$$$$$$$$$7,
"decohub/apps/analytics.ts": $$$$$$$$$$$3,
"decohub/apps/brand-assistant.ts": $$$$$$$$$$$13,
"decohub/apps/handlebars.ts": $$$$$$$$$$$16,
"decohub/apps/implementation.ts": $$$$$$$$$$$5,
"decohub/apps/linx.ts": $$$$$$$$$$$10,
"decohub/apps/nuvemshop.ts": $$$$$$$$$$$9,
"decohub/apps/analytics.ts": $$$$$$$$$$$11,
"decohub/apps/brand-assistant.ts": $$$$$$$$$$$9,
"decohub/apps/handlebars.ts": $$$$$$$$$$$17,
"decohub/apps/implementation.ts": $$$$$$$$$$$13,
"decohub/apps/linx.ts": $$$$$$$$$$$4,
"decohub/apps/nuvemshop.ts": $$$$$$$$$$$8,
"decohub/apps/power-reviews.ts": $$$$$$$$$$$18,
"decohub/apps/shopify.ts": $$$$$$$$$$$15,
"decohub/apps/sourei.ts": $$$$$$$$$$$14,
"decohub/apps/typesense.ts": $$$$$$$$$$$0,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$17,
"decohub/apps/vnda.ts": $$$$$$$$$$$6,
"decohub/apps/vtex.ts": $$$$$$$$$$$11,
"decohub/apps/shopify.ts": $$$$$$$$$$$2,
"decohub/apps/sourei.ts": $$$$$$$$$$$16,
"decohub/apps/typesense.ts": $$$$$$$$$$$10,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$6,
"decohub/apps/vnda.ts": $$$$$$$$$$$12,
"decohub/apps/vtex.ts": $$$$$$$$$$$0,
"decohub/apps/wake.ts": $$$$$$$$$$$1,
"decohub/apps/weather.ts": $$$$$$$$$$$12,
"decohub/apps/workflows.ts": $$$$$$$$$$$4,
"decohub/apps/weather.ts": $$$$$$$$$$$14,
"decohub/apps/workflows.ts": $$$$$$$$$$$3,
},
"name": "decohub",
"baseUrl": import.meta.url,
Expand Down
40 changes: 20 additions & 20 deletions linx/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import * as $$$0 from "./loaders/path.ts";
import * as $$$1 from "./loaders/pages.ts";
import * as $$$2 from "./loaders/product/listingPage.ts";
import * as $$$3 from "./loaders/product/detailsPage.ts";
import * as $$$4 from "./loaders/product/list.ts";
import * as $$$5 from "./loaders/product/suggestions.ts";
import * as $$$6 from "./loaders/page.ts";
import * as $$$7 from "./loaders/cart.ts";
import * as $$$$$$$$$0 from "./actions/cart/updateItem.ts";
import * as $$$0 from "./loaders/product/detailsPage.ts";
import * as $$$1 from "./loaders/product/listingPage.ts";
import * as $$$2 from "./loaders/product/suggestions.ts";
import * as $$$3 from "./loaders/product/list.ts";
import * as $$$4 from "./loaders/path.ts";
import * as $$$5 from "./loaders/page.ts";
import * as $$$6 from "./loaders/cart.ts";
import * as $$$7 from "./loaders/pages.ts";
import * as $$$$$$$$$0 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$1 from "./actions/cart/addCoupon.ts";
import * as $$$$$$$$$2 from "./actions/cart/addItem.ts";
import * as $$$$$$$$$2 from "./actions/cart/updateItem.ts";

const manifest = {
"loaders": {
"linx/loaders/cart.ts": $$$7,
"linx/loaders/page.ts": $$$6,
"linx/loaders/pages.ts": $$$1,
"linx/loaders/path.ts": $$$0,
"linx/loaders/product/detailsPage.ts": $$$3,
"linx/loaders/product/list.ts": $$$4,
"linx/loaders/product/listingPage.ts": $$$2,
"linx/loaders/product/suggestions.ts": $$$5,
"linx/loaders/cart.ts": $$$6,
"linx/loaders/page.ts": $$$5,
"linx/loaders/pages.ts": $$$7,
"linx/loaders/path.ts": $$$4,
"linx/loaders/product/detailsPage.ts": $$$0,
"linx/loaders/product/list.ts": $$$3,
"linx/loaders/product/listingPage.ts": $$$1,
"linx/loaders/product/suggestions.ts": $$$2,
},
"actions": {
"linx/actions/cart/addCoupon.ts": $$$$$$$$$1,
"linx/actions/cart/addItem.ts": $$$$$$$$$2,
"linx/actions/cart/updateItem.ts": $$$$$$$$$0,
"linx/actions/cart/addItem.ts": $$$$$$$$$0,
"linx/actions/cart/updateItem.ts": $$$$$$$$$2,
},
"name": "linx",
"baseUrl": import.meta.url,
Expand Down
Loading
Loading