forked from deco-cx/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.gen.ts
51 lines (47 loc) · 2.08 KB
/
manifest.gen.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// DO NOT EDIT. This file is generated by deco.
// 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/analytics.ts";
import * as $$$$$$$$$$$3 from "./apps/workflows.ts";
import * as $$$$$$$$$$$4 from "./apps/implementation.ts";
import * as $$$$$$$$$$$5 from "./apps/vnda.ts";
import * as $$$$$$$$$$$6 from "./apps/algolia.ts";
import * as $$$$$$$$$$$7 from "./apps/admin.ts";
import * as $$$$$$$$$$$8 from "./apps/nuvemshop.ts";
import * as $$$$$$$$$$$9 from "./apps/linx.ts";
import * as $$$$$$$$$$$10 from "./apps/vtex.ts";
import * as $$$$$$$$$$$11 from "./apps/weather.ts";
import * as $$$$$$$$$$$12 from "./apps/salesforce.ts";
import * as $$$$$$$$$$$13 from "./apps/sourei.ts";
import * as $$$$$$$$$$$14 from "./apps/shopify.ts";
import * as $$$$$$$$$$$15 from "./apps/handlebars.ts";
import * as $$$$$$$$$$$16 from "./apps/verified-reviews.ts";
import * as $$$$$$$$$$$17 from "./apps/power-reviews.ts";
const manifest = {
"apps": {
"decohub/apps/admin.ts": $$$$$$$$$$$7,
"decohub/apps/algolia.ts": $$$$$$$$$$$6,
"decohub/apps/analytics.ts": $$$$$$$$$$$2,
"decohub/apps/handlebars.ts": $$$$$$$$$$$15,
"decohub/apps/implementation.ts": $$$$$$$$$$$4,
"decohub/apps/linx.ts": $$$$$$$$$$$9,
"decohub/apps/nuvemshop.ts": $$$$$$$$$$$8,
"decohub/apps/power-reviews.ts": $$$$$$$$$$$17,
"decohub/apps/salesforce.ts": $$$$$$$$$$$12,
"decohub/apps/shopify.ts": $$$$$$$$$$$14,
"decohub/apps/sourei.ts": $$$$$$$$$$$13,
"decohub/apps/typesense.ts": $$$$$$$$$$$0,
"decohub/apps/verified-reviews.ts": $$$$$$$$$$$16,
"decohub/apps/vnda.ts": $$$$$$$$$$$5,
"decohub/apps/vtex.ts": $$$$$$$$$$$10,
"decohub/apps/wake.ts": $$$$$$$$$$$1,
"decohub/apps/weather.ts": $$$$$$$$$$$11,
"decohub/apps/workflows.ts": $$$$$$$$$$$3,
},
"name": "decohub",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;