-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfresh.gen.ts
44 lines (41 loc) · 1.41 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
// 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/[room].tsx";
import * as $1 from "./routes/_404.tsx";
import * as $2 from "./routes/_app.tsx";
import * as $3 from "./routes/about.tsx";
import * as $4 from "./routes/api/feedback.ts";
import * as $5 from "./routes/api/ws.ts";
import * as $6 from "./routes/feedback.tsx";
import * as $7 from "./routes/index.tsx";
import * as $$0 from "./islands/Chat.tsx";
import * as $$1 from "./islands/Counter.tsx";
import * as $$2 from "./islands/FeedbackForm.tsx";
import * as $$3 from "./islands/Options.tsx";
import * as $$4 from "./islands/Video.tsx";
import * as $$5 from "./islands/Videos.tsx";
const manifest = {
routes: {
"./routes/[room].tsx": $0,
"./routes/_404.tsx": $1,
"./routes/_app.tsx": $2,
"./routes/about.tsx": $3,
"./routes/api/feedback.ts": $4,
"./routes/api/ws.ts": $5,
"./routes/feedback.tsx": $6,
"./routes/index.tsx": $7,
},
islands: {
"./islands/Chat.tsx": $$0,
"./islands/Counter.tsx": $$1,
"./islands/FeedbackForm.tsx": $$2,
"./islands/Options.tsx": $$3,
"./islands/Video.tsx": $$4,
"./islands/Videos.tsx": $$5,
},
baseUrl: import.meta.url,
config,
};
export default manifest;