forked from takoserver/takos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
113 lines (110 loc) · 6.13 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
// 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 $_userName_ from "./routes/[userName].tsx"
import * as $_404 from "./routes/_404.tsx"
import * as $_app from "./routes/_app.tsx"
import * as $_middleware from "./routes/_middleware.ts"
import * as $about from "./routes/about.tsx"
import * as $addFriend from "./routes/addFriend.tsx"
import * as $api_v1_Users_icon from "./routes/api/v1/Users/icon.ts"
import * as $api_v1_Users_nickname from "./routes/api/v1/Users/nickname.ts"
import * as $api_v1_Users_username from "./routes/api/v1/Users/username.ts"
import * as $api_v1_chats_friendList from "./routes/api/v1/chats/friendList.js"
import * as $api_v1_chats_friendkey from "./routes/api/v1/chats/friendkey.js"
import * as $api_v1_chats_message from "./routes/api/v1/chats/message.js"
import * as $api_v1_chats_talk from "./routes/api/v1/chats/talk.js"
import * as $api_v1_chats_talkdata from "./routes/api/v1/chats/talkdata.ts"
import * as $api_v1_csrfToken from "./routes/api/v1/csrftoken.ts"
import * as $api_v1_friends_ID_icon from "./routes/api/v1/friends/[ID]/icon.js"
import * as $api_v1_friends_ID_info from "./routes/api/v1/friends/[ID]/info.ts"
import * as $api_v1_friends_reqLists from "./routes/api/v1/friends/reqLists.ts"
import * as $api_v1_friends_request from "./routes/api/v1/friends/request.ts"
import * as $api_v1_logins_login from "./routes/api/v1/logins/login.ts"
import * as $api_v1_logins_logout from "./routes/api/v1/logins/logout.js"
import * as $api_v1_logins_register from "./routes/api/v1/logins/register.js"
import * as $greet_name_ from "./routes/greet/[name].tsx"
import * as $index from "./routes/index.tsx"
import * as $privacypolicy from "./routes/privacypolicy.tsx"
import * as $setting_index from "./routes/setting/index.jsx"
import * as $Chats_AddFriend from "./islands/Chats/AddFriend.tsx"
import * as $Chats_ChatHeader from "./islands/Chats/ChatHeader.tsx"
import * as $Chats_ChatList from "./islands/Chats/ChatList.jsx"
import * as $Chats_ChatMain from "./islands/Chats/ChatMain.tsx"
import * as $Chats_ChatTalk from "./islands/Chats/ChatTalk.tsx"
import * as $Chats_FriendAddList from "./islands/Chats/FriendAddList.jsx"
import * as $Chats_FriendRequest from "./islands/Chats/FriendRequest.tsx"
import * as $Chats_TalkTimeLine from "./islands/Chats/TalkTimeLine.jsx"
import * as $Chats_getAddFriendKey from "./islands/Chats/getAddFriendKey.tsx"
import * as $Chats_isnotSelectUser from "./islands/Chats/isnotSelectUser.jsx"
import * as $HeaderMenu from "./islands/HeaderMenu.tsx"
import * as $LoginForm from "./islands/LoginForm.tsx"
import * as $LogoutButton from "./islands/LogoutButton.jsx"
import * as $PleaseLogin from "./islands/PleaseLogin.jsx"
import * as $RegisterForm from "./islands/RegisterForm.tsx"
import * as $SettingList from "./islands/SettingList.tsx"
import * as $Settings_Friends from "./islands/Settings/Friends.tsx"
import * as $Settings_Infomation from "./islands/Settings/Infomation.tsx"
import * as $Settings_Logout from "./islands/Settings/Logout.tsx"
import * as $Settings_Privacy from "./islands/Settings/Privacy.tsx"
import * as $Settings_Profile from "./islands/Settings/Profile.tsx"
import * as $Welcome from "./islands/Welcome.tsx"
import * as $newLoginForm from "./islands/newLoginForm.tsx"
import { type Manifest } from "$fresh/server.ts"
const manifest = {
routes: {
"./routes/[userName].tsx": $_userName_,
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/about.tsx": $about,
"./routes/addFriend.tsx": $addFriend,
"./routes/api/v1/Users/icon.ts": $api_v1_Users_icon,
"./routes/api/v1/Users/nickname.ts": $api_v1_Users_nickname,
"./routes/api/v1/Users/username.ts": $api_v1_Users_username,
"./routes/api/v1/chats/friendList.js": $api_v1_chats_friendList,
"./routes/api/v1/chats/friendkey.js": $api_v1_chats_friendkey,
"./routes/api/v1/chats/message.js": $api_v1_chats_message,
"./routes/api/v1/chats/talk.js": $api_v1_chats_talk,
"./routes/api/v1/chats/talkdata.ts": $api_v1_chats_talkdata,
"./routes/api/v1/csrftoken.ts": $api_v1_csrfToken,
"./routes/api/v1/friends/[ID]/icon.js": $api_v1_friends_ID_icon,
"./routes/api/v1/friends/[ID]/info.ts": $api_v1_friends_ID_info,
"./routes/api/v1/friends/reqLists.ts": $api_v1_friends_reqLists,
"./routes/api/v1/friends/request.ts": $api_v1_friends_request,
"./routes/api/v1/logins/login.ts": $api_v1_logins_login,
"./routes/api/v1/logins/logout.js": $api_v1_logins_logout,
"./routes/api/v1/logins/register.js": $api_v1_logins_register,
"./routes/greet/[name].tsx": $greet_name_,
"./routes/index.tsx": $index,
"./routes/privacypolicy.tsx": $privacypolicy,
"./routes/setting/index.jsx": $setting_index,
},
islands: {
"./islands/Chats/AddFriend.tsx": $Chats_AddFriend,
"./islands/Chats/ChatHeader.tsx": $Chats_ChatHeader,
"./islands/Chats/ChatList.jsx": $Chats_ChatList,
"./islands/Chats/ChatMain.tsx": $Chats_ChatMain,
"./islands/Chats/ChatTalk.tsx": $Chats_ChatTalk,
"./islands/Chats/FriendAddList.jsx": $Chats_FriendAddList,
"./islands/Chats/FriendRequest.tsx": $Chats_FriendRequest,
"./islands/Chats/TalkTimeLine.jsx": $Chats_TalkTimeLine,
"./islands/Chats/getAddFriendKey.tsx": $Chats_getAddFriendKey,
"./islands/Chats/isnotSelectUser.jsx": $Chats_isnotSelectUser,
"./islands/HeaderMenu.tsx": $HeaderMenu,
"./islands/LoginForm.tsx": $LoginForm,
"./islands/LogoutButton.jsx": $LogoutButton,
"./islands/PleaseLogin.jsx": $PleaseLogin,
"./islands/RegisterForm.tsx": $RegisterForm,
"./islands/SettingList.tsx": $SettingList,
"./islands/Settings/Friends.tsx": $Settings_Friends,
"./islands/Settings/Infomation.tsx": $Settings_Infomation,
"./islands/Settings/Logout.tsx": $Settings_Logout,
"./islands/Settings/Privacy.tsx": $Settings_Privacy,
"./islands/Settings/Profile.tsx": $Settings_Profile,
"./islands/Welcome.tsx": $Welcome,
"./islands/newLoginForm.tsx": $newLoginForm,
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest