-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfresh.gen.ts
More file actions
47 lines (44 loc) · 1.79 KB
/
fresh.gen.ts
File metadata and controls
47 lines (44 loc) · 1.79 KB
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
// 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_path_ from "./routes/api/[...path].ts";
import * as $conditions from "./routes/conditions.tsx";
import * as $home from "./routes/home.tsx";
import * as $index from "./routes/index.tsx";
import * as $ogp_path_ from "./routes/ogp/[path].tsx";
import * as $play_id_ from "./routes/play/[id].tsx";
import * as $recording from "./routes/recording.tsx";
import * as $search from "./routes/search.tsx";
import * as $Player from "./islands/Player.tsx";
import * as $RecentRecordings from "./islands/RecentRecordings.tsx";
import * as $Recoder from "./islands/Recoder.tsx";
import * as $Search from "./islands/Search.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/[...path].ts": $api_path_,
"./routes/conditions.tsx": $conditions,
"./routes/home.tsx": $home,
"./routes/index.tsx": $index,
"./routes/ogp/[path].tsx": $ogp_path_,
"./routes/play/[id].tsx": $play_id_,
"./routes/recording.tsx": $recording,
"./routes/search.tsx": $search,
},
islands: {
"./islands/Player.tsx": $Player,
"./islands/RecentRecordings.tsx": $RecentRecordings,
"./islands/Recoder.tsx": $Recoder,
"./islands/Search.tsx": $Search,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;