-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
91 lines (88 loc) · 4.39 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
// 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 $account_index from './routes/account/index.tsx';
import * as $account_manage from './routes/account/manage.ts';
import * as $account_upgrade from './routes/account/upgrade.ts';
import * as $api_admin_promote_login_ from './routes/api/admin/promote/[login].ts';
import * as $api_items_id_ from './routes/api/items/[id].ts';
import * as $api_items_index from './routes/api/items/index.ts';
import * as $api_items_sse from './routes/api/items/sse.ts';
import * as $api_me_votes from './routes/api/me/votes.ts';
import * as $api_stripe_webhooks from './routes/api/stripe-webhooks.ts';
import * as $api_users_login_index from './routes/api/users/[login]/index.ts';
import * as $api_users_login_items from './routes/api/users/[login]/items.ts';
import * as $api_users_index from './routes/api/users/index.ts';
import * as $api_vote from './routes/api/vote.ts';
import * as $blog_slug_ from './routes/blog/[slug].tsx';
import * as $blog_index from './routes/blog/index.tsx';
import * as $dashboard_index from './routes/dashboard/index.tsx';
import * as $dashboard_stats from './routes/dashboard/stats.tsx';
import * as $dashboard_users from './routes/dashboard/users.tsx';
import * as $feed from './routes/feed.ts';
import * as $index from './routes/index.tsx';
import * as $kv_insights_middleware from './routes/kv-insights/_middleware.ts';
import * as $links_listId_ from './routes/links/[listId].tsx';
import * as $links_index from './routes/links/index.tsx';
import * as $pricing from './routes/pricing.tsx';
import * as $privacy_policy_index from './routes/privacy-policy/index.tsx';
import * as $submit from './routes/submit.tsx';
import * as $terms_and_conditions_index from './routes/terms-and-conditions/index.tsx';
import * as $users_login_ from './routes/users/[login].tsx';
import * as $welcome from './routes/welcome.tsx';
import * as $Button from './islands/Button.tsx';
import * as $Chart from './islands/Chart.tsx';
import * as $Iframely from './islands/Iframely.tsx';
import * as $ItemsList from './islands/ItemsList.tsx';
import * as $ListView from './islands/ListView.tsx';
import * as $UsersTable from './islands/UsersTable.tsx';
import { type Manifest } from '$fresh/server.ts';
const manifest = {
routes: {
'./routes/_404.tsx': $_404,
'./routes/_500.tsx': $_500,
'./routes/_app.tsx': $_app,
'./routes/account/index.tsx': $account_index,
'./routes/account/manage.ts': $account_manage,
'./routes/account/upgrade.ts': $account_upgrade,
'./routes/api/admin/promote/[login].ts': $api_admin_promote_login_,
'./routes/api/items/[id].ts': $api_items_id_,
'./routes/api/items/index.ts': $api_items_index,
'./routes/api/items/sse.ts': $api_items_sse,
'./routes/api/me/votes.ts': $api_me_votes,
'./routes/api/stripe-webhooks.ts': $api_stripe_webhooks,
'./routes/api/users/[login]/index.ts': $api_users_login_index,
'./routes/api/users/[login]/items.ts': $api_users_login_items,
'./routes/api/users/index.ts': $api_users_index,
'./routes/api/vote.ts': $api_vote,
'./routes/blog/[slug].tsx': $blog_slug_,
'./routes/blog/index.tsx': $blog_index,
'./routes/dashboard/index.tsx': $dashboard_index,
'./routes/dashboard/stats.tsx': $dashboard_stats,
'./routes/dashboard/users.tsx': $dashboard_users,
'./routes/feed.ts': $feed,
'./routes/index.tsx': $index,
'./routes/kv-insights/_middleware.ts': $kv_insights_middleware,
'./routes/links/[listId].tsx': $links_listId_,
'./routes/links/index.tsx': $links_index,
'./routes/pricing.tsx': $pricing,
'./routes/privacy-policy/index.tsx': $privacy_policy_index,
'./routes/submit.tsx': $submit,
'./routes/terms-and-conditions/index.tsx': $terms_and_conditions_index,
'./routes/users/[login].tsx': $users_login_,
'./routes/welcome.tsx': $welcome,
},
islands: {
'./islands/Button.tsx': $Button,
'./islands/Chart.tsx': $Chart,
'./islands/Iframely.tsx': $Iframely,
'./islands/ItemsList.tsx': $ItemsList,
'./islands/ListView.tsx': $ListView,
'./islands/UsersTable.tsx': $UsersTable,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;