forked from deco-cx/deco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlive.gen.ts
More file actions
136 lines (132 loc) · 5.71 KB
/
Copy pathlive.gen.ts
File metadata and controls
136 lines (132 loc) · 5.71 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
// 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 * as $$$0 from "./loaders/state.ts";
import * as $$$1 from "./loaders/secret.ts";
import * as $$$2 from "./loaders/workflows/get.ts";
import * as $$$3 from "./loaders/workflows/events.ts";
import * as $$$$0 from "./routes/index.tsx";
import * as $$$$1 from "./routes/_middleware.ts";
import * as $$$$2 from "./routes/deco/render.ts";
import * as $$$$3 from "./routes/live/inspect/[...block].ts";
import * as $$$$4 from "./routes/live/invoke/[...key].ts";
import * as $$$$5 from "./routes/live/invoke/index.ts";
import * as $$$$6 from "./routes/live/editorData.ts";
import * as $$$$7 from "./routes/live/workflows/run.ts";
import * as $$$$8 from "./routes/live/workbench.ts";
import * as $$$$9 from "./routes/live/previews/index.tsx";
import * as $$$$10 from "./routes/live/previews/[...block].tsx";
import * as $$$$11 from "./routes/live/release.ts";
import * as $$$$12 from "./routes/live/_meta.ts";
import * as $$$$13 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/proxy.ts";
import * as $$$$$$4 from "./handlers/fresh.ts";
import * as $$$$$$5 from "./handlers/redirect.ts";
import * as $$$$$$6 from "./handlers/workflowRunner.ts";
import * as $$$$$$$0 from "./pages/LivePage.tsx";
import * as $$$$$$$$0 from "./sections/UseSlot.tsx";
import * as $$$$$$$$1 from "./sections/Slot.tsx";
import * as $$$$$$$$2 from "./sections/EmptySection.tsx";
import * as $$$$$$$$3 from "./sections/PageInclude.tsx";
import * as $$$$$$$$4 from "./sections/Conditional_Beta.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/MatchHost.ts";
import * as $$$$$$$$$4 from "./matchers/MatchCookies.ts";
import * as $$$$$$$$$5 from "./matchers/MatchCron.ts";
import * as $$$$$$$$$6 from "./matchers/MatchNever.ts";
import * as $$$$$$$$$7 from "./matchers/MatchMulti.ts";
import * as $$$$$$$$$8 from "./matchers/MatchRandom.ts";
import * as $$$$$$$$$9 from "./matchers/MatchDevice.ts";
import * as $$$$$$$$$10 from "./matchers/MatchNegate.ts";
import * as $$$$$$$$$11 from "./matchers/MatchEnvironment.ts";
import * as $$$$$$$$$12 from "./matchers/MatchAlways.ts";
import * as $$$$$$$$$13 from "./matchers/MatchLocation.ts";
import * as $$$$$$$$$$0 from "./flags/audience.ts";
import * as $$$$$$$$$$1 from "./flags/multivariate.ts";
import * as $$$$$$$$$$2 from "./flags/everyone.ts";
import * as $$$$$$$$$$3 from "./flags/flag.ts";
import * as $$$$$$$$$$$0 from "./actions/secrets/encrypt.ts";
import * as $$$$$$$$$$$1 from "./actions/workflows/start.ts";
import * as $$$$$$$$$$$2 from "./actions/workflows/cancel.ts";
import * as $$$$$$$$$$$3 from "./actions/workflows/signal.ts";
const manifest = {
"loaders": {
"$live/loaders/secret.ts": $$$1,
"$live/loaders/state.ts": $$$0,
"$live/loaders/workflows/events.ts": $$$3,
"$live/loaders/workflows/get.ts": $$$2,
},
"routes": {
"./routes/_middleware.ts": $$$$1,
"./routes/[...catchall].tsx": $$$$13,
"./routes/deco/render.ts": $$$$2,
"./routes/index.tsx": $$$$0,
"./routes/live/_meta.ts": $$$$12,
"./routes/live/editorData.ts": $$$$6,
"./routes/live/inspect/[...block].ts": $$$$3,
"./routes/live/invoke/[...key].ts": $$$$4,
"./routes/live/invoke/index.ts": $$$$5,
"./routes/live/previews/[...block].tsx": $$$$10,
"./routes/live/previews/index.tsx": $$$$9,
"./routes/live/release.ts": $$$$11,
"./routes/live/workbench.ts": $$$$8,
"./routes/live/workflows/run.ts": $$$$7,
},
"handlers": {
"$live/handlers/devPage.ts": $$$$$$2,
"$live/handlers/fresh.ts": $$$$$$4,
"$live/handlers/proxy.ts": $$$$$$3,
"$live/handlers/redirect.ts": $$$$$$5,
"$live/handlers/router.ts": $$$$$$1,
"$live/handlers/routesSelection.ts": $$$$$$0,
"$live/handlers/workflowRunner.ts": $$$$$$6,
},
"pages": {
"$live/pages/LivePage.tsx": $$$$$$$0,
},
"sections": {
"$live/sections/Conditional_Beta.tsx": $$$$$$$$4,
"$live/sections/EmptySection.tsx": $$$$$$$$2,
"$live/sections/PageInclude.tsx": $$$$$$$$3,
"$live/sections/Slot.tsx": $$$$$$$$1,
"$live/sections/UseSlot.tsx": $$$$$$$$0,
},
"matchers": {
"$live/matchers/MatchAlways.ts": $$$$$$$$$12,
"$live/matchers/MatchCookies.ts": $$$$$$$$$4,
"$live/matchers/MatchCron.ts": $$$$$$$$$5,
"$live/matchers/MatchDate.ts": $$$$$$$$$0,
"$live/matchers/MatchDevice.ts": $$$$$$$$$9,
"$live/matchers/MatchEnvironment.ts": $$$$$$$$$11,
"$live/matchers/MatchHost.ts": $$$$$$$$$3,
"$live/matchers/MatchLocation.ts": $$$$$$$$$13,
"$live/matchers/MatchMulti.ts": $$$$$$$$$7,
"$live/matchers/MatchNegate.ts": $$$$$$$$$10,
"$live/matchers/MatchNever.ts": $$$$$$$$$6,
"$live/matchers/MatchRandom.ts": $$$$$$$$$8,
"$live/matchers/MatchSite.ts": $$$$$$$$$2,
"$live/matchers/MatchUserAgent.ts": $$$$$$$$$1,
},
"flags": {
"$live/flags/audience.ts": $$$$$$$$$$0,
"$live/flags/everyone.ts": $$$$$$$$$$2,
"$live/flags/flag.ts": $$$$$$$$$$3,
"$live/flags/multivariate.ts": $$$$$$$$$$1,
},
"actions": {
"$live/actions/secrets/encrypt.ts": $$$$$$$$$$$0,
"$live/actions/workflows/cancel.ts": $$$$$$$$$$$2,
"$live/actions/workflows/signal.ts": $$$$$$$$$$$3,
"$live/actions/workflows/start.ts": $$$$$$$$$$$1,
},
"name": "$live",
"islands": {},
"baseUrl": import.meta.url,
};
export type Manifest = typeof manifest;
export default manifest;