Skip to content

Commit

Permalink
feat: add video in PDP (#209)
Browse files Browse the repository at this point in the history
* chore: rebase

* chore: rebase

* feat: transform Video into extension

* feat: add type, MediaObject and CreativeWork to the ImageObject. AddVideo function in tranforms. Add EncondingFormat in all loaders in Deco

---------

Co-authored-by: guitavano <tavano62@gmail.com>
  • Loading branch information
gabrielMatosBoubee and guitavano authored Jan 10, 2024
1 parent 7bc5963 commit 8d1b769
Show file tree
Hide file tree
Showing 29 changed files with 555 additions and 410 deletions.
72 changes: 36 additions & 36 deletions admin/manifest.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,55 +2,55 @@
// 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/platforms/forSite.ts";
import * as $$$7 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/platforms/forSite.ts";
import * as $$$8 from "./loaders/pages/list.ts";
import * as $$$$$$$$$0 from "./actions/blocks/publish.ts";
import * as $$$$$$$$$1 from "./actions/blocks/restore.ts";
import * as $$$$$$$$$0 from "./actions/github/setStatus.ts";
import * as $$$$$$$$$1 from "./actions/github/webhooks/broker.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/sites/linkRepo.ts";
import * as $$$$$$$$$6 from "./actions/sites/newDomain.ts";
import * as $$$$$$$$$7 from "./actions/sites/unlinkRepo.ts";
import * as $$$$$$$$$8 from "./actions/github/setStatus.ts";
import * as $$$$$$$$$9 from "./actions/github/webhooks/broker.ts";
import * as $$$$$$$$$10 from "./actions/pages/publish.ts";
import * as $$$$$$$$$11 from "./actions/pages/new.ts";
import * as $$$$$$$$$12 from "./actions/pages/delete.ts";
import * as $$$$$$$$$5 from "./actions/blocks/publish.ts";
import * as $$$$$$$$$6 from "./actions/blocks/restore.ts";
import * as $$$$$$$$$7 from "./actions/pages/delete.ts";
import * as $$$$$$$$$8 from "./actions/pages/new.ts";
import * as $$$$$$$$$9 from "./actions/pages/publish.ts";
import * as $$$$$$$$$10 from "./actions/sites/unlinkRepo.ts";
import * as $$$$$$$$$11 from "./actions/sites/newDomain.ts";
import * as $$$$$$$$$12 from "./actions/sites/linkRepo.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": $$$7,
"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": $$$8,
"deco-sites/admin/loaders/platforms/forSite.ts": $$$6,
"deco-sites/admin/loaders/releases/blocks.ts": $$$5,
"deco-sites/admin/loaders/state.ts": $$$4,
"deco-sites/admin/loaders/platforms/forSite.ts": $$$7,
"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/publish.ts": $$$$$$$$$5,
"deco-sites/admin/actions/blocks/restore.ts": $$$$$$$$$6,
"deco-sites/admin/actions/blocks/safeDelete.ts": $$$$$$$$$2,
"deco-sites/admin/actions/github/setStatus.ts": $$$$$$$$$8,
"deco-sites/admin/actions/github/webhooks/broker.ts": $$$$$$$$$9,
"deco-sites/admin/actions/pages/delete.ts": $$$$$$$$$12,
"deco-sites/admin/actions/pages/new.ts": $$$$$$$$$11,
"deco-sites/admin/actions/pages/publish.ts": $$$$$$$$$10,
"deco-sites/admin/actions/sites/linkRepo.ts": $$$$$$$$$5,
"deco-sites/admin/actions/sites/newDomain.ts": $$$$$$$$$6,
"deco-sites/admin/actions/sites/unlinkRepo.ts": $$$$$$$$$7,
"deco-sites/admin/actions/github/setStatus.ts": $$$$$$$$$0,
"deco-sites/admin/actions/github/webhooks/broker.ts": $$$$$$$$$1,
"deco-sites/admin/actions/pages/delete.ts": $$$$$$$$$7,
"deco-sites/admin/actions/pages/new.ts": $$$$$$$$$8,
"deco-sites/admin/actions/pages/publish.ts": $$$$$$$$$9,
"deco-sites/admin/actions/sites/linkRepo.ts": $$$$$$$$$12,
"deco-sites/admin/actions/sites/newDomain.ts": $$$$$$$$$11,
"deco-sites/admin/actions/sites/unlinkRepo.ts": $$$$$$$$$10,
},
"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
17 changes: 16 additions & 1 deletion commerce/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,22 @@ export interface Thing {
url?: string;
}

export interface ImageObject extends Omit<Thing, "@type"> {
export interface MediaObject {
/** Media type typically expressed using a MIME format (see IANA site and MDN reference) */
encodingFormat: string;
/** A URL pointing to a player for a specific video. */
embedUrl?: string;
/** Actual bytes of the media object, for example the image file or video file. */
contentUrl?: string;
}

export interface CreativeWork {
/** A thumbnail image relevant to the Thing */
thumbnailUrl?: string;
}

export interface ImageObject
extends MediaObject, CreativeWork, Omit<Thing, "@type"> {
"@type": "ImageObject";
}

Expand Down
1 change: 1 addition & 0 deletions commerce/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { ImageObject } from "../types.ts";

export const DEFAULT_IMAGE: ImageObject = {
"@type": "ImageObject",
encodingFormat: "image",
alternateName: "Default Image Placeholder",
url:
"https://ozksgdmyrqcxcwhnbepg.supabase.co/storage/v1/object/public/assets/1818/ff6bb37e-0eab-40e1-a454-86856efc278e",
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 $$$$$$$$$$$1 from "./apps/wake.ts";
import * as $$$$$$$$$$$2 from "./apps/crux.ts";
import * as $$$$$$$$$$$3 from "./apps/ai-assistants.ts";
import * as $$$$$$$$$$$4 from "./apps/analytics.ts";
import * as $$$$$$$$$$$5 from "./apps/workflows.ts";
import * as $$$$$$$$$$$6 from "./apps/implementation.ts";
import * as $$$$$$$$$$$7 from "./apps/vnda.ts";
import * as $$$$$$$$$$$0 from "./apps/crux.ts";
import * as $$$$$$$$$$$1 from "./apps/vtex.ts";
import * as $$$$$$$$$$$2 from "./apps/wake.ts";
import * as $$$$$$$$$$$3 from "./apps/shopify.ts";
import * as $$$$$$$$$$$4 from "./apps/workflows.ts";
import * as $$$$$$$$$$$5 from "./apps/linx.ts";
import * as $$$$$$$$$$$6 from "./apps/ai-assistants.ts";
import * as $$$$$$$$$$$7 from "./apps/verified-reviews.ts";
import * as $$$$$$$$$$$8 from "./apps/algolia.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 $$$$$$$$$$$10 from "./apps/brand-assistant.ts";
import * as $$$$$$$$$$$11 from "./apps/typesense.ts";
import * as $$$$$$$$$$$12 from "./apps/analytics.ts";
import * as $$$$$$$$$$$13 from "./apps/vnda.ts";
import * as $$$$$$$$$$$14 from "./apps/implementation.ts";
import * as $$$$$$$$$$$15 from "./apps/weather.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/ai-assistants.ts": $$$$$$$$$$$3,
"decohub/apps/ai-assistants.ts": $$$$$$$$$$$6,
"decohub/apps/algolia.ts": $$$$$$$$$$$8,
"decohub/apps/analytics.ts": $$$$$$$$$$$4,
"decohub/apps/brand-assistant.ts": $$$$$$$$$$$13,
"decohub/apps/crux.ts": $$$$$$$$$$$2,
"decohub/apps/handlebars.ts": $$$$$$$$$$$16,
"decohub/apps/implementation.ts": $$$$$$$$$$$6,
"decohub/apps/linx.ts": $$$$$$$$$$$10,
"decohub/apps/analytics.ts": $$$$$$$$$$$12,
"decohub/apps/brand-assistant.ts": $$$$$$$$$$$10,
"decohub/apps/crux.ts": $$$$$$$$$$$0,
"decohub/apps/handlebars.ts": $$$$$$$$$$$17,
"decohub/apps/implementation.ts": $$$$$$$$$$$14,
"decohub/apps/linx.ts": $$$$$$$$$$$5,
"decohub/apps/nuvemshop.ts": $$$$$$$$$$$9,
"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": $$$$$$$$$$$7,
"decohub/apps/vtex.ts": $$$$$$$$$$$11,
"decohub/apps/wake.ts": $$$$$$$$$$$1,
"decohub/apps/weather.ts": $$$$$$$$$$$12,
"decohub/apps/workflows.ts": $$$$$$$$$$$5,
"decohub/apps/shopify.ts": $$$$$$$$$$$3,
"decohub/apps/sourei.ts": $$$$$$$$$$$16,
"decohub/apps/typesense.ts": $$$$$$$$$$$11,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$7,
"decohub/apps/vnda.ts": $$$$$$$$$$$13,
"decohub/apps/vtex.ts": $$$$$$$$$$$1,
"decohub/apps/wake.ts": $$$$$$$$$$$2,
"decohub/apps/weather.ts": $$$$$$$$$$$15,
"decohub/apps/workflows.ts": $$$$$$$$$$$4,
},
"name": "decohub",
"baseUrl": import.meta.url,
Expand Down
Loading

0 comments on commit 8d1b769

Please sign in to comment.