-
Notifications
You must be signed in to change notification settings - Fork 0
/
fresh.gen.ts
68 lines (65 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// 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/adddomain.tsx";
import * as $1 from "./routes/admin.tsx";
import * as $2 from "./routes/api/adddomain.ts";
import * as $3 from "./routes/api/changepassword.ts";
import * as $4 from "./routes/api/deletedomain.ts";
import * as $5 from "./routes/api/deleteuser.ts";
import * as $6 from "./routes/api/domain.ts";
import * as $7 from "./routes/api/email.ts";
import * as $8 from "./routes/api/login.ts";
import * as $9 from "./routes/api/records.ts";
import * as $10 from "./routes/api/register.ts";
import * as $11 from "./routes/api/status.ts";
import * as $12 from "./routes/api/ttl.ts";
import * as $13 from "./routes/dash.tsx";
import * as $14 from "./routes/domain.tsx";
import * as $15 from "./routes/domains.tsx";
import * as $16 from "./routes/index.tsx";
import * as $17 from "./routes/login.tsx";
import * as $18 from "./routes/notice.tsx";
import * as $19 from "./routes/register.tsx";
import * as $$0 from "./islands/AddDomain.tsx";
import * as $$1 from "./islands/Admin.tsx";
import * as $$2 from "./islands/Dashboard.tsx";
import * as $$3 from "./islands/DomainPage.tsx";
import * as $$4 from "./islands/Login.tsx";
import * as $$5 from "./islands/Register.tsx";
const manifest = {
routes: {
"./routes/adddomain.tsx": $0,
"./routes/admin.tsx": $1,
"./routes/api/adddomain.ts": $2,
"./routes/api/changepassword.ts": $3,
"./routes/api/deletedomain.ts": $4,
"./routes/api/deleteuser.ts": $5,
"./routes/api/domain.ts": $6,
"./routes/api/email.ts": $7,
"./routes/api/login.ts": $8,
"./routes/api/records.ts": $9,
"./routes/api/register.ts": $10,
"./routes/api/status.ts": $11,
"./routes/api/ttl.ts": $12,
"./routes/dash.tsx": $13,
"./routes/domain.tsx": $14,
"./routes/domains.tsx": $15,
"./routes/index.tsx": $16,
"./routes/login.tsx": $17,
"./routes/notice.tsx": $18,
"./routes/register.tsx": $19,
},
islands: {
"./islands/AddDomain.tsx": $$0,
"./islands/Admin.tsx": $$1,
"./islands/Dashboard.tsx": $$2,
"./islands/DomainPage.tsx": $$3,
"./islands/Login.tsx": $$4,
"./islands/Register.tsx": $$5,
},
baseUrl: import.meta.url,
config,
};
export default manifest;