-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfresh.gen.ts
55 lines (52 loc) · 2.1 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
// 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 $_id_edit from './routes/[id]/edit.tsx';
import * as $_id_index from './routes/[id]/index.tsx';
import * as $_404 from './routes/_404.tsx';
import * as $_500 from './routes/_500.tsx';
import * as $_503 from './routes/_503.tsx';
import * as $_app from './routes/_app.tsx';
import * as $api_autogen from './routes/api/autogen.ts';
import * as $api_popular from './routes/api/popular.ts';
import * as $api_publish from './routes/api/publish.ts';
import * as $api_search from './routes/api/search.ts';
import * as $api_updated from './routes/api/updated.ts';
import * as $api_zerochan from './routes/api/zerochan.ts';
import * as $browse from './routes/browse.tsx';
import * as $dashboard from './routes/dashboard.tsx';
import * as $index from './routes/index.tsx';
import * as $new from './routes/new.tsx';
import * as $Approved from './islands/Approved.tsx';
import * as $Browse from './islands/Browse.tsx';
import * as $Manage from './islands/Manage.tsx';
import * as $New from './islands/New.tsx';
import { type Manifest } from '$fresh/server.ts';
const manifest = {
routes: {
'./routes/[id]/edit.tsx': $_id_edit,
'./routes/[id]/index.tsx': $_id_index,
'./routes/_404.tsx': $_404,
'./routes/_500.tsx': $_500,
'./routes/_503.tsx': $_503,
'./routes/_app.tsx': $_app,
'./routes/api/autogen.ts': $api_autogen,
'./routes/api/popular.ts': $api_popular,
'./routes/api/publish.ts': $api_publish,
'./routes/api/search.ts': $api_search,
'./routes/api/updated.ts': $api_updated,
'./routes/api/zerochan.ts': $api_zerochan,
'./routes/browse.tsx': $browse,
'./routes/dashboard.tsx': $dashboard,
'./routes/index.tsx': $index,
'./routes/new.tsx': $new,
},
islands: {
'./islands/Approved.tsx': $Approved,
'./islands/Browse.tsx': $Browse,
'./islands/Manage.tsx': $Manage,
'./islands/New.tsx': $New,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;