-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
61 lines (58 loc) · 2.52 KB
/
fresh.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
52
53
54
55
56
57
58
59
60
61
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_404 from "./routes/_404.tsx";
import * as $_500 from "./routes/_500.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $about from "./routes/about.tsx";
import * as $api_cart_index from "./routes/api/cart/index.ts";
import * as $api_cart_pay from "./routes/api/cart/pay.ts";
import * as $api_inventory_id_ from "./routes/api/inventory/[id].ts";
import * as $cart from "./routes/cart.tsx";
import * as $category_slug_ from "./routes/category/[slug].tsx";
import * as $index from "./routes/index.tsx";
import * as $login from "./routes/login.tsx";
import * as $products_slug_ from "./routes/products/[slug].tsx";
import * as $products_index from "./routes/products/index.tsx";
import * as $profile from "./routes/profile.tsx";
import * as $register from "./routes/register.tsx";
import * as $search from "./routes/search.tsx";
import * as $BuyButton from "./islands/BuyButton.tsx";
import * as $CartProduct from "./islands/CartProduct.tsx";
import * as $Filters from "./islands/Filters.tsx";
import * as $Inventory from "./islands/Inventory.tsx";
import * as $Navigation from "./islands/Navigation.tsx";
import * as $SearchForm from "./islands/SearchForm.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_500.tsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/about.tsx": $about,
"./routes/api/cart/index.ts": $api_cart_index,
"./routes/api/cart/pay.ts": $api_cart_pay,
"./routes/api/inventory/[id].ts": $api_inventory_id_,
"./routes/cart.tsx": $cart,
"./routes/category/[slug].tsx": $category_slug_,
"./routes/index.tsx": $index,
"./routes/login.tsx": $login,
"./routes/products/[slug].tsx": $products_slug_,
"./routes/products/index.tsx": $products_index,
"./routes/profile.tsx": $profile,
"./routes/register.tsx": $register,
"./routes/search.tsx": $search,
},
islands: {
"./islands/BuyButton.tsx": $BuyButton,
"./islands/CartProduct.tsx": $CartProduct,
"./islands/Filters.tsx": $Filters,
"./islands/Inventory.tsx": $Inventory,
"./islands/Navigation.tsx": $Navigation,
"./islands/SearchForm.tsx": $SearchForm,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;