-
Notifications
You must be signed in to change notification settings - Fork 85
/
manifest.gen.ts
35 lines (31 loc) · 1.17 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
// 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/addItems.ts";
import * as $$$$$$$$$1 from "./actions/cart/updateItems.ts";
import * as $$$$0 from "./handlers/sitemap.ts";
import * as $$$0 from "./loaders/cart.ts";
import * as $$$1 from "./loaders/productDetailsPage.ts";
import * as $$$2 from "./loaders/productList.ts";
import * as $$$3 from "./loaders/productListingPage.ts";
import * as $$$4 from "./loaders/proxy.ts";
const manifest = {
"loaders": {
"nuvemshop/loaders/cart.ts": $$$0,
"nuvemshop/loaders/productDetailsPage.ts": $$$1,
"nuvemshop/loaders/productList.ts": $$$2,
"nuvemshop/loaders/productListingPage.ts": $$$3,
"nuvemshop/loaders/proxy.ts": $$$4,
},
"handlers": {
"nuvemshop/handlers/sitemap.ts": $$$$0,
},
"actions": {
"nuvemshop/actions/cart/addItems.ts": $$$$$$$$$0,
"nuvemshop/actions/cart/updateItems.ts": $$$$$$$$$1,
},
"name": "nuvemshop",
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;