-
Notifications
You must be signed in to change notification settings - Fork 2
/
fresh.gen.ts
71 lines (68 loc) · 2.72 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
62
63
64
65
66
67
68
69
70
71
// 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 $_layout from "./routes/_layout.tsx";
import * as $_middleware from "./routes/_middleware.ts";
import * as $api_changelog from "./routes/api/changelog.ts";
import * as $api_execute from "./routes/api/execute.ts";
import * as $api_reactAll from "./routes/api/reactAll.ts";
import * as $api_send from "./routes/api/send.ts";
import * as $api_stats from "./routes/api/stats.ts";
import * as $api_verify from "./routes/api/verify.ts";
import * as $index from "./routes/index.tsx";
import * as $me from "./routes/me.tsx";
import * as $search from "./routes/search.tsx";
import * as $stats from "./routes/stats.tsx";
import * as $user_id_ from "./routes/user/[id].tsx";
import * as $App from "./islands/App.tsx";
import * as $Changelog from "./islands/Changelog.tsx";
import * as $Comments from "./islands/Comments.tsx";
import * as $Data from "./islands/Data.tsx";
import * as $Entry from "./islands/Entry.tsx";
import * as $Error from "./islands/Error.tsx";
import * as $Feed from "./islands/Feed.tsx";
import * as $Login from "./islands/Login.tsx";
import * as $Me from "./islands/Me.tsx";
import * as $Navbar from "./islands/Navbar.tsx";
import * as $Post from "./islands/Post.tsx";
import * as $Search from "./islands/Search.tsx";
import * as $User from "./islands/User.tsx";
import { type Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/_layout.tsx": $_layout,
"./routes/_middleware.ts": $_middleware,
"./routes/api/changelog.ts": $api_changelog,
"./routes/api/execute.ts": $api_execute,
"./routes/api/reactAll.ts": $api_reactAll,
"./routes/api/send.ts": $api_send,
"./routes/api/stats.ts": $api_stats,
"./routes/api/verify.ts": $api_verify,
"./routes/index.tsx": $index,
"./routes/me.tsx": $me,
"./routes/search.tsx": $search,
"./routes/stats.tsx": $stats,
"./routes/user/[id].tsx": $user_id_,
},
islands: {
"./islands/App.tsx": $App,
"./islands/Changelog.tsx": $Changelog,
"./islands/Comments.tsx": $Comments,
"./islands/Data.tsx": $Data,
"./islands/Entry.tsx": $Entry,
"./islands/Error.tsx": $Error,
"./islands/Feed.tsx": $Feed,
"./islands/Login.tsx": $Login,
"./islands/Me.tsx": $Me,
"./islands/Navbar.tsx": $Navbar,
"./islands/Post.tsx": $Post,
"./islands/Search.tsx": $Search,
"./islands/User.tsx": $User,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;