This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 625
/
fresh.gen.ts
76 lines (73 loc) · 2.76 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
// 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 config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/_404.tsx";
import * as $1 from "./routes/_app.tsx";
import * as $2 from "./routes/add_module.tsx";
import * as $3 from "./routes/api.tsx";
import * as $4 from "./routes/api/closehellobar.ts";
import * as $5 from "./routes/artwork.tsx";
import * as $6 from "./routes/badge.ts";
import * as $7 from "./routes/benchmarks.tsx";
import * as $8 from "./routes/chat.ts";
import * as $9 from "./routes/completions/config.ts";
import * as $10 from "./routes/completions/v1.ts";
import * as $11 from "./routes/gfm.css.ts";
import * as $12 from "./routes/index.tsx";
import * as $13 from "./routes/install.ts";
import * as $14 from "./routes/legacy_redirects/posts.ts";
import * as $15 from "./routes/legacy_redirects/v1.ts";
import * as $16 from "./routes/manual.tsx";
import * as $17 from "./routes/manual_page.tsx";
import * as $18 from "./routes/search_event.ts";
import * as $19 from "./routes/showcase.tsx";
import * as $20 from "./routes/status.tsx";
import * as $21 from "./routes/std.tsx";
import * as $22 from "./routes/translations.tsx";
import * as $23 from "./routes/x/index.tsx";
import * as $24 from "./routes/x/module.tsx";
import * as $$0 from "./islands/AddModule.tsx";
import * as $$1 from "./islands/GlobalSearch.tsx";
import * as $$2 from "./islands/HelloBar.tsx";
import * as $$3 from "./islands/ScrollInGif.tsx";
import * as $$4 from "./islands/VersionSelect.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_app.tsx": $1,
"./routes/add_module.tsx": $2,
"./routes/api.tsx": $3,
"./routes/api/closehellobar.ts": $4,
"./routes/artwork.tsx": $5,
"./routes/badge.ts": $6,
"./routes/benchmarks.tsx": $7,
"./routes/chat.ts": $8,
"./routes/completions/config.ts": $9,
"./routes/completions/v1.ts": $10,
"./routes/gfm.css.ts": $11,
"./routes/index.tsx": $12,
"./routes/install.ts": $13,
"./routes/legacy_redirects/posts.ts": $14,
"./routes/legacy_redirects/v1.ts": $15,
"./routes/manual.tsx": $16,
"./routes/manual_page.tsx": $17,
"./routes/search_event.ts": $18,
"./routes/showcase.tsx": $19,
"./routes/status.tsx": $20,
"./routes/std.tsx": $21,
"./routes/translations.tsx": $22,
"./routes/x/index.tsx": $23,
"./routes/x/module.tsx": $24,
},
islands: {
"./islands/AddModule.tsx": $$0,
"./islands/GlobalSearch.tsx": $$1,
"./islands/HelloBar.tsx": $$2,
"./islands/ScrollInGif.tsx": $$3,
"./islands/VersionSelect.tsx": $$4,
},
baseUrl: import.meta.url,
config,
};
export default manifest;