-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfresh.gen.ts
66 lines (63 loc) · 2.48 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
// 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/_middleware.ts";
import * as $2 from "./routes/api/create-offer.ts";
import * as $3 from "./routes/api/create-room.ts";
import * as $4 from "./routes/api/login.ts";
import * as $5 from "./routes/api/register.ts";
import * as $6 from "./routes/api/registered-emails.ts";
import * as $7 from "./routes/auth/_middleware.ts";
import * as $8 from "./routes/auth/login.tsx";
import * as $9 from "./routes/auth/register.tsx";
import * as $10 from "./routes/home/_middleware.tsx";
import * as $11 from "./routes/home/create.tsx";
import * as $12 from "./routes/home/index.tsx";
import * as $13 from "./routes/home/room/[name].tsx";
import * as $14 from "./routes/index.tsx";
import * as $$0 from "./islands/Confetti.tsx";
import * as $$1 from "./islands/Counter.tsx";
import * as $$2 from "./islands/CreateRoom.tsx";
import * as $$3 from "./islands/EnterRoomScreen.tsx";
import * as $$4 from "./islands/HomeRooms.tsx";
import * as $$5 from "./islands/LocalVideo.tsx";
import * as $$6 from "./islands/LoginForm.tsx";
import * as $$7 from "./islands/LogoutButton.tsx";
import * as $$8 from "./islands/RegisterForm.tsx";
import * as $$9 from "./islands/RegisteredEmail.tsx";
const manifest = {
routes: {
"./routes/_404.tsx": $0,
"./routes/_middleware.ts": $1,
"./routes/api/create-offer.ts": $2,
"./routes/api/create-room.ts": $3,
"./routes/api/login.ts": $4,
"./routes/api/register.ts": $5,
"./routes/api/registered-emails.ts": $6,
"./routes/auth/_middleware.ts": $7,
"./routes/auth/login.tsx": $8,
"./routes/auth/register.tsx": $9,
"./routes/home/_middleware.tsx": $10,
"./routes/home/create.tsx": $11,
"./routes/home/index.tsx": $12,
"./routes/home/room/[name].tsx": $13,
"./routes/index.tsx": $14,
},
islands: {
"./islands/Confetti.tsx": $$0,
"./islands/Counter.tsx": $$1,
"./islands/CreateRoom.tsx": $$2,
"./islands/EnterRoomScreen.tsx": $$3,
"./islands/HomeRooms.tsx": $$4,
"./islands/LocalVideo.tsx": $$5,
"./islands/LoginForm.tsx": $$6,
"./islands/LogoutButton.tsx": $$7,
"./islands/RegisterForm.tsx": $$8,
"./islands/RegisteredEmail.tsx": $$9,
},
baseUrl: import.meta.url,
config,
};
export default manifest;