-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfresh.gen.ts
101 lines (98 loc) · 5.25 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
// 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 $_335afc1fe2e63 from "./routes/335afc1fe2e63.ts";
import * as $_56ac6c4e308a9 from "./routes/56ac6c4e308a9.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 $account_middleware from "./routes/account/_middleware.ts";
import * as $account_connectOAuth from "./routes/account/connectOAuth.ts";
import * as $account_delete from "./routes/account/delete.tsx";
import * as $account_index from "./routes/account/index.tsx";
import * as $account_sendVerificationEmail from "./routes/account/sendVerificationEmail.ts";
import * as $admin_middleware from "./routes/admin/_middleware.ts";
import * as $admin_emailTemplates from "./routes/admin/emailTemplates.tsx";
import * as $admin_index from "./routes/admin/index.tsx";
import * as $employer_middleware from "./routes/employer/_middleware.ts";
import * as $employer_delete from "./routes/employer/delete.tsx";
import * as $employer_index from "./routes/employer/index.tsx";
import * as $employerCallback from "./routes/employerCallback.ts";
import * as $employerSignIn from "./routes/employerSignIn.tsx";
import * as $gitHubCallback from "./routes/gitHubCallback.ts";
import * as $googleCallback from "./routes/googleCallback.ts";
import * as $hiring from "./routes/hiring.tsx";
import * as $index from "./routes/index.tsx";
import * as $kv_insights_middleware from "./routes/kv-insights/_middleware.ts";
import * as $privacyPolicy from "./routes/privacyPolicy.tsx";
import * as $signInOAuth from "./routes/signInOAuth.ts";
import * as $signin from "./routes/signin.tsx";
import * as $signout from "./routes/signout.ts";
import * as $start_developer_thanks from "./routes/start/developer/thanks.tsx";
import * as $start_employer_index from "./routes/start/employer/index.tsx";
import * as $start_employer_thanks from "./routes/start/employer/thanks.tsx";
import * as $start_index from "./routes/start/index.tsx";
import * as $verifyEmail from "./routes/verifyEmail.ts";
import * as $BlurHashedImage from "./islands/BlurHashedImage.tsx";
import * as $Chart from "./islands/Chart.tsx";
import * as $DeleteAccountButton from "./islands/DeleteAccountButton.tsx";
import * as $DeveloperAccountTabs from "./islands/DeveloperAccountTabs.tsx";
import * as $DeveloperEmailDetails from "./islands/DeveloperEmailDetails.tsx";
import * as $DeveloperProfileDetails from "./islands/DeveloperProfileDetails.tsx";
import * as $EntriesManagement from "./islands/EntriesManagement.tsx";
import * as $EntryManagement from "./islands/EntryManagement.tsx";
import * as $QueueManagement from "./islands/QueueManagement.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/335afc1fe2e63.ts": $_335afc1fe2e63,
"./routes/56ac6c4e308a9.ts": $_56ac6c4e308a9,
"./routes/_404.tsx": $_404,
"./routes/_500.tsx": $_500,
"./routes/_app.tsx": $_app,
"./routes/_middleware.ts": $_middleware,
"./routes/about.tsx": $about,
"./routes/account/_middleware.ts": $account_middleware,
"./routes/account/connectOAuth.ts": $account_connectOAuth,
"./routes/account/delete.tsx": $account_delete,
"./routes/account/index.tsx": $account_index,
"./routes/account/sendVerificationEmail.ts": $account_sendVerificationEmail,
"./routes/admin/_middleware.ts": $admin_middleware,
"./routes/admin/emailTemplates.tsx": $admin_emailTemplates,
"./routes/admin/index.tsx": $admin_index,
"./routes/employer/_middleware.ts": $employer_middleware,
"./routes/employer/delete.tsx": $employer_delete,
"./routes/employer/index.tsx": $employer_index,
"./routes/employerCallback.ts": $employerCallback,
"./routes/employerSignIn.tsx": $employerSignIn,
"./routes/gitHubCallback.ts": $gitHubCallback,
"./routes/googleCallback.ts": $googleCallback,
"./routes/hiring.tsx": $hiring,
"./routes/index.tsx": $index,
"./routes/kv-insights/_middleware.ts": $kv_insights_middleware,
"./routes/privacyPolicy.tsx": $privacyPolicy,
"./routes/signInOAuth.ts": $signInOAuth,
"./routes/signin.tsx": $signin,
"./routes/signout.ts": $signout,
"./routes/start/developer/thanks.tsx": $start_developer_thanks,
"./routes/start/employer/index.tsx": $start_employer_index,
"./routes/start/employer/thanks.tsx": $start_employer_thanks,
"./routes/start/index.tsx": $start_index,
"./routes/verifyEmail.ts": $verifyEmail,
},
islands: {
"./islands/BlurHashedImage.tsx": $BlurHashedImage,
"./islands/Chart.tsx": $Chart,
"./islands/DeleteAccountButton.tsx": $DeleteAccountButton,
"./islands/DeveloperAccountTabs.tsx": $DeveloperAccountTabs,
"./islands/DeveloperEmailDetails.tsx": $DeveloperEmailDetails,
"./islands/DeveloperProfileDetails.tsx": $DeveloperProfileDetails,
"./islands/EntriesManagement.tsx": $EntriesManagement,
"./islands/EntryManagement.tsx": $EntryManagement,
"./islands/QueueManagement.tsx": $QueueManagement,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;