-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfresh.gen.ts
78 lines (75 loc) · 3.09 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
77
78
// 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/docs/associations.tsx";
import * as $1 from "./routes/docs/development.tsx";
import * as $2 from "./routes/docs/getting-started.tsx";
import * as $3 from "./routes/docs/gui.tsx";
import * as $4 from "./routes/docs/introspection-sync.tsx";
import * as $5 from "./routes/docs/methods.tsx";
import * as $6 from "./routes/docs/migrations.tsx";
import * as $7 from "./routes/docs/model.tsx";
import * as $8 from "./routes/docs/seed.tsx";
import * as $9 from "./routes/gui/api/handleConnectionSave.ts";
import * as $10 from "./routes/gui/api/handleQuerySave.ts";
import * as $11 from "./routes/gui/api/handleRequests.ts";
import * as $12 from "./routes/gui/api/logOut.tsx";
import * as $13 from "./routes/gui/api/setConnectionIdCookie.ts";
import * as $14 from "./routes/gui/api/signIn.tsx";
import * as $15 from "./routes/gui/api/signUp.tsx";
import * as $16 from "./routes/gui/connections.tsx";
import * as $17 from "./routes/gui/explorer.tsx";
import * as $18 from "./routes/gui/home.tsx";
import * as $19 from "./routes/gui/index.tsx";
import * as $20 from "./routes/gui/logout.tsx";
import * as $21 from "./routes/gui/migrations.tsx";
import * as $22 from "./routes/index.tsx";
import * as $$0 from "./islands/Connections.tsx";
import * as $$1 from "./islands/Console.tsx";
import * as $$2 from "./islands/DocsNav.tsx";
import * as $$3 from "./islands/Gradient.tsx";
import * as $$4 from "./islands/LogOut.tsx";
import * as $$5 from "./islands/LoginSignup.tsx";
import * as $$6 from "./islands/Migrations.tsx";
import * as $$7 from "./islands/NavBar.tsx";
const manifest = {
routes: {
"./routes/docs/associations.tsx": $0,
"./routes/docs/development.tsx": $1,
"./routes/docs/getting-started.tsx": $2,
"./routes/docs/gui.tsx": $3,
"./routes/docs/introspection-sync.tsx": $4,
"./routes/docs/methods.tsx": $5,
"./routes/docs/migrations.tsx": $6,
"./routes/docs/model.tsx": $7,
"./routes/docs/seed.tsx": $8,
"./routes/gui/api/handleConnectionSave.ts": $9,
"./routes/gui/api/handleQuerySave.ts": $10,
"./routes/gui/api/handleRequests.ts": $11,
"./routes/gui/api/logOut.tsx": $12,
"./routes/gui/api/setConnectionIdCookie.ts": $13,
"./routes/gui/api/signIn.tsx": $14,
"./routes/gui/api/signUp.tsx": $15,
"./routes/gui/connections.tsx": $16,
"./routes/gui/explorer.tsx": $17,
"./routes/gui/home.tsx": $18,
"./routes/gui/index.tsx": $19,
"./routes/gui/logout.tsx": $20,
"./routes/gui/migrations.tsx": $21,
"./routes/index.tsx": $22,
},
islands: {
"./islands/Connections.tsx": $$0,
"./islands/Console.tsx": $$1,
"./islands/DocsNav.tsx": $$2,
"./islands/Gradient.tsx": $$3,
"./islands/LogOut.tsx": $$4,
"./islands/LoginSignup.tsx": $$5,
"./islands/Migrations.tsx": $$6,
"./islands/NavBar.tsx": $$7,
},
baseUrl: import.meta.url,
config,
};
export default manifest;