-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfresh.gen.ts
45 lines (42 loc) · 1.82 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
// 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 $_app from "./routes/_app.tsx";
import * as $admin_index from "./routes/admin/index.tsx";
import * as $api_bids_id_ from "./routes/api/bids/[id].ts";
import * as $api_bids_index from "./routes/api/bids/index.ts";
import * as $bids_id_ from "./routes/bids/[id].tsx";
import * as $bids_index from "./routes/bids/index.tsx";
import * as $greet_name_ from "./routes/greet/[name].tsx";
import * as $index from "./routes/index.tsx";
import * as $manager_index from "./routes/manager/index.tsx";
import * as $Connect from "./islands/Connect.tsx";
import * as $InvestorLock from "./islands/InvestorLock.tsx";
import * as $InvestorMint from "./islands/InvestorMint.tsx";
import * as $ManagerMint from "./islands/ManagerMint.tsx";
import * as $PlatformMint from "./islands/PlatformMint.tsx";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/admin/index.tsx": $admin_index,
"./routes/api/bids/[id].ts": $api_bids_id_,
"./routes/api/bids/index.ts": $api_bids_index,
"./routes/bids/[id].tsx": $bids_id_,
"./routes/bids/index.tsx": $bids_index,
"./routes/greet/[name].tsx": $greet_name_,
"./routes/index.tsx": $index,
"./routes/manager/index.tsx": $manager_index,
},
islands: {
"./islands/Connect.tsx": $Connect,
"./islands/InvestorLock.tsx": $InvestorLock,
"./islands/InvestorMint.tsx": $InvestorMint,
"./islands/ManagerMint.tsx": $ManagerMint,
"./islands/PlatformMint.tsx": $PlatformMint,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;