forked from deco-cx/deco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlive.gen.ts
74 lines (70 loc) · 2.8 KB
/
live.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
// DO NOT EDIT. This file is generated by deco.
// 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 { DecoManifest } from "$live/types.ts";
import * as $$$$0 from "./routes/_middleware.ts";
import * as $$$$1 from "./routes/live/invoke/index.ts";
import * as $$$$2 from "./routes/live/editorData.ts";
import * as $$$$3 from "./routes/live/inspect.ts";
import * as $$$$4 from "./routes/live/workbench.ts";
import * as $$$$5 from "./routes/live/previews/[...block].tsx";
import * as $$$$6 from "./routes/live/_meta.ts";
import * as $$$$7 from "./routes/[...catchall].tsx";
import * as $$$$$$0 from "./handlers/routesSelection.ts";
import * as $$$$$$1 from "./handlers/router.ts";
import * as $$$$$$2 from "./handlers/devPage.ts";
import * as $$$$$$3 from "./handlers/fresh.ts";
import * as $$$$$$$0 from "./pages/LivePage.tsx";
import * as $$$$$$$$0 from "./sections/PageInclude.tsx";
import * as $$$$$$$$$0 from "./matchers/MatchDate.ts";
import * as $$$$$$$$$1 from "./matchers/MatchUserAgent.ts";
import * as $$$$$$$$$2 from "./matchers/MatchSite.ts";
import * as $$$$$$$$$3 from "./matchers/MatchMulti.ts";
import * as $$$$$$$$$4 from "./matchers/MatchRandom.ts";
import * as $$$$$$$$$5 from "./matchers/MatchEnvironment.ts";
import * as $$$$$$$$$6 from "./matchers/MatchAlways.ts";
import * as $$$$$$$$$$0 from "./flags/audience.ts";
import * as $$$$$$$$$$1 from "./flags/everyone.ts";
const manifest = {
"routes": {
"./routes/_middleware.ts": $$$$0,
"./routes/live/invoke/index.ts": $$$$1,
"./routes/live/editorData.ts": $$$$2,
"./routes/live/inspect.ts": $$$$3,
"./routes/live/workbench.ts": $$$$4,
"./routes/live/previews/[...block].tsx": $$$$5,
"./routes/live/_meta.ts": $$$$6,
"./routes/[...catchall].tsx": $$$$7,
},
"handlers": {
"$live/handlers/routesSelection.ts": $$$$$$0,
"$live/handlers/router.ts": $$$$$$1,
"$live/handlers/devPage.ts": $$$$$$2,
"$live/handlers/fresh.ts": $$$$$$3,
},
"pages": {
"$live/pages/LivePage.tsx": $$$$$$$0,
},
"sections": {
"$live/sections/PageInclude.tsx": $$$$$$$$0,
},
"matchers": {
"$live/matchers/MatchDate.ts": $$$$$$$$$0,
"$live/matchers/MatchUserAgent.ts": $$$$$$$$$1,
"$live/matchers/MatchSite.ts": $$$$$$$$$2,
"$live/matchers/MatchMulti.ts": $$$$$$$$$3,
"$live/matchers/MatchRandom.ts": $$$$$$$$$4,
"$live/matchers/MatchEnvironment.ts": $$$$$$$$$5,
"$live/matchers/MatchAlways.ts": $$$$$$$$$6,
},
"flags": {
"$live/flags/audience.ts": $$$$$$$$$$0,
"$live/flags/everyone.ts": $$$$$$$$$$1,
},
"islands": {},
"config": config,
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest satisfies DecoManifest;