-
Notifications
You must be signed in to change notification settings - Fork 83
/
manifest.gen.ts
49 lines (45 loc) · 1.88 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
// 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 "./actions/cart/addItem.ts";
import * as $$$$$$$$$1 from "./actions/cart/addItems.ts";
import * as $$$$$$$$$2 from "./actions/cart/simulation.ts";
import * as $$$$$$$$$3 from "./actions/cart/updateCart.ts";
import * as $$$$$$$$$4 from "./actions/cart/updateItem.ts";
import * as $$$$$$$$$5 from "./actions/notifyme.ts";
import * as $$$$0 from "./handlers/sitemap.ts";
import * as $$$0 from "./loaders/cart.ts";
import * as $$$1 from "./loaders/extensions/price/list.ts";
import * as $$$2 from "./loaders/extensions/price/listingPage.ts";
import * as $$$3 from "./loaders/productDetailsPage.ts";
import * as $$$4 from "./loaders/productDetailsPageVideo.ts";
import * as $$$5 from "./loaders/productList.ts";
import * as $$$6 from "./loaders/productListingPage.ts";
import * as $$$7 from "./loaders/proxy.ts";
const manifest = {
"loaders": {
"vnda/loaders/cart.ts": $$$0,
"vnda/loaders/extensions/price/list.ts": $$$1,
"vnda/loaders/extensions/price/listingPage.ts": $$$2,
"vnda/loaders/productDetailsPage.ts": $$$3,
"vnda/loaders/productDetailsPageVideo.ts": $$$4,
"vnda/loaders/productList.ts": $$$5,
"vnda/loaders/productListingPage.ts": $$$6,
"vnda/loaders/proxy.ts": $$$7,
},
"handlers": {
"vnda/handlers/sitemap.ts": $$$$0,
},
"actions": {
"vnda/actions/cart/addItem.ts": $$$$$$$$$0,
"vnda/actions/cart/addItems.ts": $$$$$$$$$1,
"vnda/actions/cart/simulation.ts": $$$$$$$$$2,
"vnda/actions/cart/updateCart.ts": $$$$$$$$$3,
"vnda/actions/cart/updateItem.ts": $$$$$$$$$4,
"vnda/actions/notifyme.ts": $$$$$$$$$5,
},
"name": "vnda",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;