-
Notifications
You must be signed in to change notification settings - Fork 2
/
fresh.gen.ts
41 lines (38 loc) · 1.5 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
// 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 $about from "./routes/about.tsx";
import * as $api_bildungsplan from "./routes/api/bildungsplan.ts";
import * as $api_chat from "./routes/api/chat.ts";
import * as $api_papers from "./routes/api/papers.ts";
import * as $api_stt from "./routes/api/stt.ts";
import * as $api_tts from "./routes/api/tts.ts";
import * as $api_wikipedia from "./routes/api/wikipedia.ts";
import * as $index from "./routes/index.tsx";
import * as $ChatIsland from "./islands/ChatIsland.tsx";
import * as $Header from "./islands/Header.tsx";
import * as $Menu from "./islands/Menu.tsx";
import type { Manifest } from "$fresh/server.ts";
const manifest = {
routes: {
"./routes/_404.tsx": $_404,
"./routes/_app.tsx": $_app,
"./routes/about.tsx": $about,
"./routes/api/bildungsplan.ts": $api_bildungsplan,
"./routes/api/chat.ts": $api_chat,
"./routes/api/papers.ts": $api_papers,
"./routes/api/stt.ts": $api_stt,
"./routes/api/tts.ts": $api_tts,
"./routes/api/wikipedia.ts": $api_wikipedia,
"./routes/index.tsx": $index,
},
islands: {
"./islands/ChatIsland.tsx": $ChatIsland,
"./islands/Header.tsx": $Header,
"./islands/Menu.tsx": $Menu,
},
baseUrl: import.meta.url,
} satisfies Manifest;
export default manifest;