@epic-web/workshop-utils 4.0.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -54,12 +54,15 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<{
|
|
|
54
54
|
}>, z.ZodObject<{
|
|
55
55
|
type: z.ZodLiteral<"script">;
|
|
56
56
|
portNumber: z.ZodNumber;
|
|
57
|
+
initialRoute: z.ZodString;
|
|
57
58
|
}, "strip", z.ZodTypeAny, {
|
|
58
59
|
type: "script";
|
|
59
60
|
portNumber: number;
|
|
61
|
+
initialRoute: string;
|
|
60
62
|
}, {
|
|
61
63
|
type: "script";
|
|
62
64
|
portNumber: number;
|
|
65
|
+
initialRoute: string;
|
|
63
66
|
}>, z.ZodObject<{
|
|
64
67
|
type: z.ZodLiteral<"none">;
|
|
65
68
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -91,6 +94,7 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<{
|
|
|
91
94
|
} | {
|
|
92
95
|
type: "script";
|
|
93
96
|
portNumber: number;
|
|
97
|
+
initialRoute: string;
|
|
94
98
|
} | {
|
|
95
99
|
type: "none";
|
|
96
100
|
};
|
|
@@ -120,6 +124,7 @@ declare const BaseExerciseStepAppSchema: z.ZodObject<{
|
|
|
120
124
|
} | {
|
|
121
125
|
type: "script";
|
|
122
126
|
portNumber: number;
|
|
127
|
+
initialRoute: string;
|
|
123
128
|
} | {
|
|
124
129
|
type: "none";
|
|
125
130
|
};
|
|
@@ -176,12 +181,15 @@ declare const ProblemAppSchema: z.ZodObject<{
|
|
|
176
181
|
}>, z.ZodObject<{
|
|
177
182
|
type: z.ZodLiteral<"script">;
|
|
178
183
|
portNumber: z.ZodNumber;
|
|
184
|
+
initialRoute: z.ZodString;
|
|
179
185
|
}, "strip", z.ZodTypeAny, {
|
|
180
186
|
type: "script";
|
|
181
187
|
portNumber: number;
|
|
188
|
+
initialRoute: string;
|
|
182
189
|
}, {
|
|
183
190
|
type: "script";
|
|
184
191
|
portNumber: number;
|
|
192
|
+
initialRoute: string;
|
|
185
193
|
}>, z.ZodObject<{
|
|
186
194
|
type: z.ZodLiteral<"none">;
|
|
187
195
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -216,6 +224,7 @@ declare const ProblemAppSchema: z.ZodObject<{
|
|
|
216
224
|
} | {
|
|
217
225
|
type: "script";
|
|
218
226
|
portNumber: number;
|
|
227
|
+
initialRoute: string;
|
|
219
228
|
} | {
|
|
220
229
|
type: "none";
|
|
221
230
|
};
|
|
@@ -247,6 +256,7 @@ declare const ProblemAppSchema: z.ZodObject<{
|
|
|
247
256
|
} | {
|
|
248
257
|
type: "script";
|
|
249
258
|
portNumber: number;
|
|
259
|
+
initialRoute: string;
|
|
250
260
|
} | {
|
|
251
261
|
type: "none";
|
|
252
262
|
};
|
|
@@ -304,12 +314,15 @@ declare const SolutionAppSchema: z.ZodObject<{
|
|
|
304
314
|
}>, z.ZodObject<{
|
|
305
315
|
type: z.ZodLiteral<"script">;
|
|
306
316
|
portNumber: z.ZodNumber;
|
|
317
|
+
initialRoute: z.ZodString;
|
|
307
318
|
}, "strip", z.ZodTypeAny, {
|
|
308
319
|
type: "script";
|
|
309
320
|
portNumber: number;
|
|
321
|
+
initialRoute: string;
|
|
310
322
|
}, {
|
|
311
323
|
type: "script";
|
|
312
324
|
portNumber: number;
|
|
325
|
+
initialRoute: string;
|
|
313
326
|
}>, z.ZodObject<{
|
|
314
327
|
type: z.ZodLiteral<"none">;
|
|
315
328
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -344,6 +357,7 @@ declare const SolutionAppSchema: z.ZodObject<{
|
|
|
344
357
|
} | {
|
|
345
358
|
type: "script";
|
|
346
359
|
portNumber: number;
|
|
360
|
+
initialRoute: string;
|
|
347
361
|
} | {
|
|
348
362
|
type: "none";
|
|
349
363
|
};
|
|
@@ -375,6 +389,7 @@ declare const SolutionAppSchema: z.ZodObject<{
|
|
|
375
389
|
} | {
|
|
376
390
|
type: "script";
|
|
377
391
|
portNumber: number;
|
|
392
|
+
initialRoute: string;
|
|
378
393
|
} | {
|
|
379
394
|
type: "none";
|
|
380
395
|
};
|
|
@@ -432,12 +447,15 @@ declare const ExampleAppSchema: z.ZodObject<{
|
|
|
432
447
|
}>, z.ZodObject<{
|
|
433
448
|
type: z.ZodLiteral<"script">;
|
|
434
449
|
portNumber: z.ZodNumber;
|
|
450
|
+
initialRoute: z.ZodString;
|
|
435
451
|
}, "strip", z.ZodTypeAny, {
|
|
436
452
|
type: "script";
|
|
437
453
|
portNumber: number;
|
|
454
|
+
initialRoute: string;
|
|
438
455
|
}, {
|
|
439
456
|
type: "script";
|
|
440
457
|
portNumber: number;
|
|
458
|
+
initialRoute: string;
|
|
441
459
|
}>, z.ZodObject<{
|
|
442
460
|
type: z.ZodLiteral<"none">;
|
|
443
461
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -469,6 +487,7 @@ declare const ExampleAppSchema: z.ZodObject<{
|
|
|
469
487
|
} | {
|
|
470
488
|
type: "script";
|
|
471
489
|
portNumber: number;
|
|
490
|
+
initialRoute: string;
|
|
472
491
|
} | {
|
|
473
492
|
type: "none";
|
|
474
493
|
};
|
|
@@ -497,6 +516,7 @@ declare const ExampleAppSchema: z.ZodObject<{
|
|
|
497
516
|
} | {
|
|
498
517
|
type: "script";
|
|
499
518
|
portNumber: number;
|
|
519
|
+
initialRoute: string;
|
|
500
520
|
} | {
|
|
501
521
|
type: "none";
|
|
502
522
|
};
|
|
@@ -551,12 +571,15 @@ declare const PlaygroundAppSchema: z.ZodObject<{
|
|
|
551
571
|
}>, z.ZodObject<{
|
|
552
572
|
type: z.ZodLiteral<"script">;
|
|
553
573
|
portNumber: z.ZodNumber;
|
|
574
|
+
initialRoute: z.ZodString;
|
|
554
575
|
}, "strip", z.ZodTypeAny, {
|
|
555
576
|
type: "script";
|
|
556
577
|
portNumber: number;
|
|
578
|
+
initialRoute: string;
|
|
557
579
|
}, {
|
|
558
580
|
type: "script";
|
|
559
581
|
portNumber: number;
|
|
582
|
+
initialRoute: string;
|
|
560
583
|
}>, z.ZodObject<{
|
|
561
584
|
type: z.ZodLiteral<"none">;
|
|
562
585
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -589,6 +612,7 @@ declare const PlaygroundAppSchema: z.ZodObject<{
|
|
|
589
612
|
} | {
|
|
590
613
|
type: "script";
|
|
591
614
|
portNumber: number;
|
|
615
|
+
initialRoute: string;
|
|
592
616
|
} | {
|
|
593
617
|
type: "none";
|
|
594
618
|
};
|
|
@@ -618,6 +642,7 @@ declare const PlaygroundAppSchema: z.ZodObject<{
|
|
|
618
642
|
} | {
|
|
619
643
|
type: "script";
|
|
620
644
|
portNumber: number;
|
|
645
|
+
initialRoute: string;
|
|
621
646
|
} | {
|
|
622
647
|
type: "none";
|
|
623
648
|
};
|
|
@@ -686,12 +711,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
686
711
|
}>, z.ZodObject<{
|
|
687
712
|
type: z.ZodLiteral<"script">;
|
|
688
713
|
portNumber: z.ZodNumber;
|
|
714
|
+
initialRoute: z.ZodString;
|
|
689
715
|
}, "strip", z.ZodTypeAny, {
|
|
690
716
|
type: "script";
|
|
691
717
|
portNumber: number;
|
|
718
|
+
initialRoute: string;
|
|
692
719
|
}, {
|
|
693
720
|
type: "script";
|
|
694
721
|
portNumber: number;
|
|
722
|
+
initialRoute: string;
|
|
695
723
|
}>, z.ZodObject<{
|
|
696
724
|
type: z.ZodLiteral<"none">;
|
|
697
725
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -726,6 +754,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
726
754
|
} | {
|
|
727
755
|
type: "script";
|
|
728
756
|
portNumber: number;
|
|
757
|
+
initialRoute: string;
|
|
729
758
|
} | {
|
|
730
759
|
type: "none";
|
|
731
760
|
};
|
|
@@ -757,6 +786,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
757
786
|
} | {
|
|
758
787
|
type: "script";
|
|
759
788
|
portNumber: number;
|
|
789
|
+
initialRoute: string;
|
|
760
790
|
} | {
|
|
761
791
|
type: "none";
|
|
762
792
|
};
|
|
@@ -814,12 +844,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
814
844
|
}>, z.ZodObject<{
|
|
815
845
|
type: z.ZodLiteral<"script">;
|
|
816
846
|
portNumber: z.ZodNumber;
|
|
847
|
+
initialRoute: z.ZodString;
|
|
817
848
|
}, "strip", z.ZodTypeAny, {
|
|
818
849
|
type: "script";
|
|
819
850
|
portNumber: number;
|
|
851
|
+
initialRoute: string;
|
|
820
852
|
}, {
|
|
821
853
|
type: "script";
|
|
822
854
|
portNumber: number;
|
|
855
|
+
initialRoute: string;
|
|
823
856
|
}>, z.ZodObject<{
|
|
824
857
|
type: z.ZodLiteral<"none">;
|
|
825
858
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -854,6 +887,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
854
887
|
} | {
|
|
855
888
|
type: "script";
|
|
856
889
|
portNumber: number;
|
|
890
|
+
initialRoute: string;
|
|
857
891
|
} | {
|
|
858
892
|
type: "none";
|
|
859
893
|
};
|
|
@@ -885,6 +919,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
885
919
|
} | {
|
|
886
920
|
type: "script";
|
|
887
921
|
portNumber: number;
|
|
922
|
+
initialRoute: string;
|
|
888
923
|
} | {
|
|
889
924
|
type: "none";
|
|
890
925
|
};
|
|
@@ -919,6 +954,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
919
954
|
} | {
|
|
920
955
|
type: "script";
|
|
921
956
|
portNumber: number;
|
|
957
|
+
initialRoute: string;
|
|
922
958
|
} | {
|
|
923
959
|
type: "none";
|
|
924
960
|
};
|
|
@@ -951,6 +987,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
951
987
|
} | {
|
|
952
988
|
type: "script";
|
|
953
989
|
portNumber: number;
|
|
990
|
+
initialRoute: string;
|
|
954
991
|
} | {
|
|
955
992
|
type: "none";
|
|
956
993
|
};
|
|
@@ -985,6 +1022,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
985
1022
|
} | {
|
|
986
1023
|
type: "script";
|
|
987
1024
|
portNumber: number;
|
|
1025
|
+
initialRoute: string;
|
|
988
1026
|
} | {
|
|
989
1027
|
type: "none";
|
|
990
1028
|
};
|
|
@@ -1017,6 +1055,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1017
1055
|
} | {
|
|
1018
1056
|
type: "script";
|
|
1019
1057
|
portNumber: number;
|
|
1058
|
+
initialRoute: string;
|
|
1020
1059
|
} | {
|
|
1021
1060
|
type: "none";
|
|
1022
1061
|
};
|
|
@@ -1076,12 +1115,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1076
1115
|
}>, z.ZodObject<{
|
|
1077
1116
|
type: z.ZodLiteral<"script">;
|
|
1078
1117
|
portNumber: z.ZodNumber;
|
|
1118
|
+
initialRoute: z.ZodString;
|
|
1079
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1080
1120
|
type: "script";
|
|
1081
1121
|
portNumber: number;
|
|
1122
|
+
initialRoute: string;
|
|
1082
1123
|
}, {
|
|
1083
1124
|
type: "script";
|
|
1084
1125
|
portNumber: number;
|
|
1126
|
+
initialRoute: string;
|
|
1085
1127
|
}>, z.ZodObject<{
|
|
1086
1128
|
type: z.ZodLiteral<"none">;
|
|
1087
1129
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1116,6 +1158,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1116
1158
|
} | {
|
|
1117
1159
|
type: "script";
|
|
1118
1160
|
portNumber: number;
|
|
1161
|
+
initialRoute: string;
|
|
1119
1162
|
} | {
|
|
1120
1163
|
type: "none";
|
|
1121
1164
|
};
|
|
@@ -1147,6 +1190,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1147
1190
|
} | {
|
|
1148
1191
|
type: "script";
|
|
1149
1192
|
portNumber: number;
|
|
1193
|
+
initialRoute: string;
|
|
1150
1194
|
} | {
|
|
1151
1195
|
type: "none";
|
|
1152
1196
|
};
|
|
@@ -1182,6 +1226,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1182
1226
|
} | {
|
|
1183
1227
|
type: "script";
|
|
1184
1228
|
portNumber: number;
|
|
1229
|
+
initialRoute: string;
|
|
1185
1230
|
} | {
|
|
1186
1231
|
type: "none";
|
|
1187
1232
|
};
|
|
@@ -1217,6 +1262,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1217
1262
|
} | {
|
|
1218
1263
|
type: "script";
|
|
1219
1264
|
portNumber: number;
|
|
1265
|
+
initialRoute: string;
|
|
1220
1266
|
} | {
|
|
1221
1267
|
type: "none";
|
|
1222
1268
|
};
|
|
@@ -1278,12 +1324,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1278
1324
|
}>, z.ZodObject<{
|
|
1279
1325
|
type: z.ZodLiteral<"script">;
|
|
1280
1326
|
portNumber: z.ZodNumber;
|
|
1327
|
+
initialRoute: z.ZodString;
|
|
1281
1328
|
}, "strip", z.ZodTypeAny, {
|
|
1282
1329
|
type: "script";
|
|
1283
1330
|
portNumber: number;
|
|
1331
|
+
initialRoute: string;
|
|
1284
1332
|
}, {
|
|
1285
1333
|
type: "script";
|
|
1286
1334
|
portNumber: number;
|
|
1335
|
+
initialRoute: string;
|
|
1287
1336
|
}>, z.ZodObject<{
|
|
1288
1337
|
type: z.ZodLiteral<"none">;
|
|
1289
1338
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1318,6 +1367,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1318
1367
|
} | {
|
|
1319
1368
|
type: "script";
|
|
1320
1369
|
portNumber: number;
|
|
1370
|
+
initialRoute: string;
|
|
1321
1371
|
} | {
|
|
1322
1372
|
type: "none";
|
|
1323
1373
|
};
|
|
@@ -1349,6 +1399,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1349
1399
|
} | {
|
|
1350
1400
|
type: "script";
|
|
1351
1401
|
portNumber: number;
|
|
1402
|
+
initialRoute: string;
|
|
1352
1403
|
} | {
|
|
1353
1404
|
type: "none";
|
|
1354
1405
|
};
|
|
@@ -1383,6 +1434,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1383
1434
|
} | {
|
|
1384
1435
|
type: "script";
|
|
1385
1436
|
portNumber: number;
|
|
1437
|
+
initialRoute: string;
|
|
1386
1438
|
} | {
|
|
1387
1439
|
type: "none";
|
|
1388
1440
|
};
|
|
@@ -1418,6 +1470,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1418
1470
|
} | {
|
|
1419
1471
|
type: "script";
|
|
1420
1472
|
portNumber: number;
|
|
1473
|
+
initialRoute: string;
|
|
1421
1474
|
} | {
|
|
1422
1475
|
type: "none";
|
|
1423
1476
|
};
|
|
@@ -1477,12 +1530,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1477
1530
|
}>, z.ZodObject<{
|
|
1478
1531
|
type: z.ZodLiteral<"script">;
|
|
1479
1532
|
portNumber: z.ZodNumber;
|
|
1533
|
+
initialRoute: z.ZodString;
|
|
1480
1534
|
}, "strip", z.ZodTypeAny, {
|
|
1481
1535
|
type: "script";
|
|
1482
1536
|
portNumber: number;
|
|
1537
|
+
initialRoute: string;
|
|
1483
1538
|
}, {
|
|
1484
1539
|
type: "script";
|
|
1485
1540
|
portNumber: number;
|
|
1541
|
+
initialRoute: string;
|
|
1486
1542
|
}>, z.ZodObject<{
|
|
1487
1543
|
type: z.ZodLiteral<"none">;
|
|
1488
1544
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1517,6 +1573,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1517
1573
|
} | {
|
|
1518
1574
|
type: "script";
|
|
1519
1575
|
portNumber: number;
|
|
1576
|
+
initialRoute: string;
|
|
1520
1577
|
} | {
|
|
1521
1578
|
type: "none";
|
|
1522
1579
|
};
|
|
@@ -1548,6 +1605,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1548
1605
|
} | {
|
|
1549
1606
|
type: "script";
|
|
1550
1607
|
portNumber: number;
|
|
1608
|
+
initialRoute: string;
|
|
1551
1609
|
} | {
|
|
1552
1610
|
type: "none";
|
|
1553
1611
|
};
|
|
@@ -1605,12 +1663,15 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1605
1663
|
}>, z.ZodObject<{
|
|
1606
1664
|
type: z.ZodLiteral<"script">;
|
|
1607
1665
|
portNumber: z.ZodNumber;
|
|
1666
|
+
initialRoute: z.ZodString;
|
|
1608
1667
|
}, "strip", z.ZodTypeAny, {
|
|
1609
1668
|
type: "script";
|
|
1610
1669
|
portNumber: number;
|
|
1670
|
+
initialRoute: string;
|
|
1611
1671
|
}, {
|
|
1612
1672
|
type: "script";
|
|
1613
1673
|
portNumber: number;
|
|
1674
|
+
initialRoute: string;
|
|
1614
1675
|
}>, z.ZodObject<{
|
|
1615
1676
|
type: z.ZodLiteral<"none">;
|
|
1616
1677
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1645,6 +1706,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1645
1706
|
} | {
|
|
1646
1707
|
type: "script";
|
|
1647
1708
|
portNumber: number;
|
|
1709
|
+
initialRoute: string;
|
|
1648
1710
|
} | {
|
|
1649
1711
|
type: "none";
|
|
1650
1712
|
};
|
|
@@ -1676,6 +1738,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1676
1738
|
} | {
|
|
1677
1739
|
type: "script";
|
|
1678
1740
|
portNumber: number;
|
|
1741
|
+
initialRoute: string;
|
|
1679
1742
|
} | {
|
|
1680
1743
|
type: "none";
|
|
1681
1744
|
};
|
|
@@ -1714,6 +1777,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1714
1777
|
} | {
|
|
1715
1778
|
type: "script";
|
|
1716
1779
|
portNumber: number;
|
|
1780
|
+
initialRoute: string;
|
|
1717
1781
|
} | {
|
|
1718
1782
|
type: "none";
|
|
1719
1783
|
};
|
|
@@ -1746,6 +1810,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1746
1810
|
} | {
|
|
1747
1811
|
type: "script";
|
|
1748
1812
|
portNumber: number;
|
|
1813
|
+
initialRoute: string;
|
|
1749
1814
|
} | {
|
|
1750
1815
|
type: "none";
|
|
1751
1816
|
};
|
|
@@ -1780,6 +1845,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1780
1845
|
} | {
|
|
1781
1846
|
type: "script";
|
|
1782
1847
|
portNumber: number;
|
|
1848
|
+
initialRoute: string;
|
|
1783
1849
|
} | {
|
|
1784
1850
|
type: "none";
|
|
1785
1851
|
};
|
|
@@ -1815,6 +1881,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1815
1881
|
} | {
|
|
1816
1882
|
type: "script";
|
|
1817
1883
|
portNumber: number;
|
|
1884
|
+
initialRoute: string;
|
|
1818
1885
|
} | {
|
|
1819
1886
|
type: "none";
|
|
1820
1887
|
};
|
|
@@ -1849,6 +1916,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1849
1916
|
} | {
|
|
1850
1917
|
type: "script";
|
|
1851
1918
|
portNumber: number;
|
|
1919
|
+
initialRoute: string;
|
|
1852
1920
|
} | {
|
|
1853
1921
|
type: "none";
|
|
1854
1922
|
};
|
|
@@ -1881,6 +1949,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1881
1949
|
} | {
|
|
1882
1950
|
type: "script";
|
|
1883
1951
|
portNumber: number;
|
|
1952
|
+
initialRoute: string;
|
|
1884
1953
|
} | {
|
|
1885
1954
|
type: "none";
|
|
1886
1955
|
};
|
|
@@ -1923,6 +1992,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1923
1992
|
} | {
|
|
1924
1993
|
type: "script";
|
|
1925
1994
|
portNumber: number;
|
|
1995
|
+
initialRoute: string;
|
|
1926
1996
|
} | {
|
|
1927
1997
|
type: "none";
|
|
1928
1998
|
};
|
|
@@ -1955,6 +2025,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1955
2025
|
} | {
|
|
1956
2026
|
type: "script";
|
|
1957
2027
|
portNumber: number;
|
|
2028
|
+
initialRoute: string;
|
|
1958
2029
|
} | {
|
|
1959
2030
|
type: "none";
|
|
1960
2031
|
};
|
|
@@ -1989,6 +2060,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
1989
2060
|
} | {
|
|
1990
2061
|
type: "script";
|
|
1991
2062
|
portNumber: number;
|
|
2063
|
+
initialRoute: string;
|
|
1992
2064
|
} | {
|
|
1993
2065
|
type: "none";
|
|
1994
2066
|
};
|
|
@@ -2024,6 +2096,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
2024
2096
|
} | {
|
|
2025
2097
|
type: "script";
|
|
2026
2098
|
portNumber: number;
|
|
2099
|
+
initialRoute: string;
|
|
2027
2100
|
} | {
|
|
2028
2101
|
type: "none";
|
|
2029
2102
|
};
|
|
@@ -2058,6 +2131,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
2058
2131
|
} | {
|
|
2059
2132
|
type: "script";
|
|
2060
2133
|
portNumber: number;
|
|
2134
|
+
initialRoute: string;
|
|
2061
2135
|
} | {
|
|
2062
2136
|
type: "none";
|
|
2063
2137
|
};
|
|
@@ -2090,6 +2164,7 @@ declare const ExerciseSchema: z.ZodObject<{
|
|
|
2090
2164
|
} | {
|
|
2091
2165
|
type: "script";
|
|
2092
2166
|
portNumber: number;
|
|
2167
|
+
initialRoute: string;
|
|
2093
2168
|
} | {
|
|
2094
2169
|
type: "none";
|
|
2095
2170
|
};
|
|
@@ -2152,12 +2227,15 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2152
2227
|
}>, z.ZodObject<{
|
|
2153
2228
|
type: z.ZodLiteral<"script">;
|
|
2154
2229
|
portNumber: z.ZodNumber;
|
|
2230
|
+
initialRoute: z.ZodString;
|
|
2155
2231
|
}, "strip", z.ZodTypeAny, {
|
|
2156
2232
|
type: "script";
|
|
2157
2233
|
portNumber: number;
|
|
2234
|
+
initialRoute: string;
|
|
2158
2235
|
}, {
|
|
2159
2236
|
type: "script";
|
|
2160
2237
|
portNumber: number;
|
|
2238
|
+
initialRoute: string;
|
|
2161
2239
|
}>, z.ZodObject<{
|
|
2162
2240
|
type: z.ZodLiteral<"none">;
|
|
2163
2241
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2192,6 +2270,7 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2192
2270
|
} | {
|
|
2193
2271
|
type: "script";
|
|
2194
2272
|
portNumber: number;
|
|
2273
|
+
initialRoute: string;
|
|
2195
2274
|
} | {
|
|
2196
2275
|
type: "none";
|
|
2197
2276
|
};
|
|
@@ -2223,6 +2302,7 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2223
2302
|
} | {
|
|
2224
2303
|
type: "script";
|
|
2225
2304
|
portNumber: number;
|
|
2305
|
+
initialRoute: string;
|
|
2226
2306
|
} | {
|
|
2227
2307
|
type: "none";
|
|
2228
2308
|
};
|
|
@@ -2279,12 +2359,15 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2279
2359
|
}>, z.ZodObject<{
|
|
2280
2360
|
type: z.ZodLiteral<"script">;
|
|
2281
2361
|
portNumber: z.ZodNumber;
|
|
2362
|
+
initialRoute: z.ZodString;
|
|
2282
2363
|
}, "strip", z.ZodTypeAny, {
|
|
2283
2364
|
type: "script";
|
|
2284
2365
|
portNumber: number;
|
|
2366
|
+
initialRoute: string;
|
|
2285
2367
|
}, {
|
|
2286
2368
|
type: "script";
|
|
2287
2369
|
portNumber: number;
|
|
2370
|
+
initialRoute: string;
|
|
2288
2371
|
}>, z.ZodObject<{
|
|
2289
2372
|
type: z.ZodLiteral<"none">;
|
|
2290
2373
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2319,6 +2402,7 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2319
2402
|
} | {
|
|
2320
2403
|
type: "script";
|
|
2321
2404
|
portNumber: number;
|
|
2405
|
+
initialRoute: string;
|
|
2322
2406
|
} | {
|
|
2323
2407
|
type: "none";
|
|
2324
2408
|
};
|
|
@@ -2350,6 +2434,7 @@ declare const ExerciseStepAppSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
2350
2434
|
} | {
|
|
2351
2435
|
type: "script";
|
|
2352
2436
|
portNumber: number;
|
|
2437
|
+
initialRoute: string;
|
|
2353
2438
|
} | {
|
|
2354
2439
|
type: "none";
|
|
2355
2440
|
};
|
|
@@ -2407,12 +2492,15 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2407
2492
|
}>, z.ZodObject<{
|
|
2408
2493
|
type: z.ZodLiteral<"script">;
|
|
2409
2494
|
portNumber: z.ZodNumber;
|
|
2495
|
+
initialRoute: z.ZodString;
|
|
2410
2496
|
}, "strip", z.ZodTypeAny, {
|
|
2411
2497
|
type: "script";
|
|
2412
2498
|
portNumber: number;
|
|
2499
|
+
initialRoute: string;
|
|
2413
2500
|
}, {
|
|
2414
2501
|
type: "script";
|
|
2415
2502
|
portNumber: number;
|
|
2503
|
+
initialRoute: string;
|
|
2416
2504
|
}>, z.ZodObject<{
|
|
2417
2505
|
type: z.ZodLiteral<"none">;
|
|
2418
2506
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2447,6 +2535,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2447
2535
|
} | {
|
|
2448
2536
|
type: "script";
|
|
2449
2537
|
portNumber: number;
|
|
2538
|
+
initialRoute: string;
|
|
2450
2539
|
} | {
|
|
2451
2540
|
type: "none";
|
|
2452
2541
|
};
|
|
@@ -2478,6 +2567,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2478
2567
|
} | {
|
|
2479
2568
|
type: "script";
|
|
2480
2569
|
portNumber: number;
|
|
2570
|
+
initialRoute: string;
|
|
2481
2571
|
} | {
|
|
2482
2572
|
type: "none";
|
|
2483
2573
|
};
|
|
@@ -2534,12 +2624,15 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2534
2624
|
}>, z.ZodObject<{
|
|
2535
2625
|
type: z.ZodLiteral<"script">;
|
|
2536
2626
|
portNumber: z.ZodNumber;
|
|
2627
|
+
initialRoute: z.ZodString;
|
|
2537
2628
|
}, "strip", z.ZodTypeAny, {
|
|
2538
2629
|
type: "script";
|
|
2539
2630
|
portNumber: number;
|
|
2631
|
+
initialRoute: string;
|
|
2540
2632
|
}, {
|
|
2541
2633
|
type: "script";
|
|
2542
2634
|
portNumber: number;
|
|
2635
|
+
initialRoute: string;
|
|
2543
2636
|
}>, z.ZodObject<{
|
|
2544
2637
|
type: z.ZodLiteral<"none">;
|
|
2545
2638
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2574,6 +2667,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2574
2667
|
} | {
|
|
2575
2668
|
type: "script";
|
|
2576
2669
|
portNumber: number;
|
|
2670
|
+
initialRoute: string;
|
|
2577
2671
|
} | {
|
|
2578
2672
|
type: "none";
|
|
2579
2673
|
};
|
|
@@ -2605,6 +2699,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2605
2699
|
} | {
|
|
2606
2700
|
type: "script";
|
|
2607
2701
|
portNumber: number;
|
|
2702
|
+
initialRoute: string;
|
|
2608
2703
|
} | {
|
|
2609
2704
|
type: "none";
|
|
2610
2705
|
};
|
|
@@ -2661,12 +2756,15 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2661
2756
|
}>, z.ZodObject<{
|
|
2662
2757
|
type: z.ZodLiteral<"script">;
|
|
2663
2758
|
portNumber: z.ZodNumber;
|
|
2759
|
+
initialRoute: z.ZodString;
|
|
2664
2760
|
}, "strip", z.ZodTypeAny, {
|
|
2665
2761
|
type: "script";
|
|
2666
2762
|
portNumber: number;
|
|
2763
|
+
initialRoute: string;
|
|
2667
2764
|
}, {
|
|
2668
2765
|
type: "script";
|
|
2669
2766
|
portNumber: number;
|
|
2767
|
+
initialRoute: string;
|
|
2670
2768
|
}>, z.ZodObject<{
|
|
2671
2769
|
type: z.ZodLiteral<"none">;
|
|
2672
2770
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2699,6 +2797,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2699
2797
|
} | {
|
|
2700
2798
|
type: "script";
|
|
2701
2799
|
portNumber: number;
|
|
2800
|
+
initialRoute: string;
|
|
2702
2801
|
} | {
|
|
2703
2802
|
type: "none";
|
|
2704
2803
|
};
|
|
@@ -2728,6 +2827,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2728
2827
|
} | {
|
|
2729
2828
|
type: "script";
|
|
2730
2829
|
portNumber: number;
|
|
2830
|
+
initialRoute: string;
|
|
2731
2831
|
} | {
|
|
2732
2832
|
type: "none";
|
|
2733
2833
|
};
|
|
@@ -2782,12 +2882,15 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2782
2882
|
}>, z.ZodObject<{
|
|
2783
2883
|
type: z.ZodLiteral<"script">;
|
|
2784
2884
|
portNumber: z.ZodNumber;
|
|
2885
|
+
initialRoute: z.ZodString;
|
|
2785
2886
|
}, "strip", z.ZodTypeAny, {
|
|
2786
2887
|
type: "script";
|
|
2787
2888
|
portNumber: number;
|
|
2889
|
+
initialRoute: string;
|
|
2788
2890
|
}, {
|
|
2789
2891
|
type: "script";
|
|
2790
2892
|
portNumber: number;
|
|
2893
|
+
initialRoute: string;
|
|
2791
2894
|
}>, z.ZodObject<{
|
|
2792
2895
|
type: z.ZodLiteral<"none">;
|
|
2793
2896
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2819,6 +2922,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2819
2922
|
} | {
|
|
2820
2923
|
type: "script";
|
|
2821
2924
|
portNumber: number;
|
|
2925
|
+
initialRoute: string;
|
|
2822
2926
|
} | {
|
|
2823
2927
|
type: "none";
|
|
2824
2928
|
};
|
|
@@ -2847,6 +2951,7 @@ declare const AppSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{
|
|
|
2847
2951
|
} | {
|
|
2848
2952
|
type: "script";
|
|
2849
2953
|
portNumber: number;
|
|
2954
|
+
initialRoute: string;
|
|
2850
2955
|
} | {
|
|
2851
2956
|
type: "none";
|
|
2852
2957
|
};
|
|
@@ -2923,6 +3028,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
2923
3028
|
} | {
|
|
2924
3029
|
type: "script";
|
|
2925
3030
|
portNumber: number;
|
|
3031
|
+
initialRoute: string;
|
|
2926
3032
|
} | {
|
|
2927
3033
|
type: "none";
|
|
2928
3034
|
};
|
|
@@ -2955,6 +3061,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
2955
3061
|
} | {
|
|
2956
3062
|
type: "script";
|
|
2957
3063
|
portNumber: number;
|
|
3064
|
+
initialRoute: string;
|
|
2958
3065
|
} | {
|
|
2959
3066
|
type: "none";
|
|
2960
3067
|
};
|
|
@@ -2989,6 +3096,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
2989
3096
|
} | {
|
|
2990
3097
|
type: "script";
|
|
2991
3098
|
portNumber: number;
|
|
3099
|
+
initialRoute: string;
|
|
2992
3100
|
} | {
|
|
2993
3101
|
type: "none";
|
|
2994
3102
|
};
|
|
@@ -3024,6 +3132,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
3024
3132
|
} | {
|
|
3025
3133
|
type: "script";
|
|
3026
3134
|
portNumber: number;
|
|
3135
|
+
initialRoute: string;
|
|
3027
3136
|
} | {
|
|
3028
3137
|
type: "none";
|
|
3029
3138
|
};
|
|
@@ -3058,6 +3167,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
3058
3167
|
} | {
|
|
3059
3168
|
type: "script";
|
|
3060
3169
|
portNumber: number;
|
|
3170
|
+
initialRoute: string;
|
|
3061
3171
|
} | {
|
|
3062
3172
|
type: "none";
|
|
3063
3173
|
};
|
|
@@ -3090,6 +3200,7 @@ export declare function getExercise(exerciseNumber: number | string, { request,
|
|
|
3090
3200
|
} | {
|
|
3091
3201
|
type: "script";
|
|
3092
3202
|
portNumber: number;
|
|
3203
|
+
initialRoute: string;
|
|
3093
3204
|
} | {
|
|
3094
3205
|
type: "none";
|
|
3095
3206
|
};
|
|
@@ -3133,6 +3244,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3133
3244
|
} | {
|
|
3134
3245
|
type: "script";
|
|
3135
3246
|
portNumber: number;
|
|
3247
|
+
initialRoute: string;
|
|
3136
3248
|
} | {
|
|
3137
3249
|
type: "none";
|
|
3138
3250
|
};
|
|
@@ -3165,6 +3277,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3165
3277
|
} | {
|
|
3166
3278
|
type: "script";
|
|
3167
3279
|
portNumber: number;
|
|
3280
|
+
initialRoute: string;
|
|
3168
3281
|
} | {
|
|
3169
3282
|
type: "none";
|
|
3170
3283
|
};
|
|
@@ -3199,6 +3312,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3199
3312
|
} | {
|
|
3200
3313
|
type: "script";
|
|
3201
3314
|
portNumber: number;
|
|
3315
|
+
initialRoute: string;
|
|
3202
3316
|
} | {
|
|
3203
3317
|
type: "none";
|
|
3204
3318
|
};
|
|
@@ -3234,6 +3348,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3234
3348
|
} | {
|
|
3235
3349
|
type: "script";
|
|
3236
3350
|
portNumber: number;
|
|
3351
|
+
initialRoute: string;
|
|
3237
3352
|
} | {
|
|
3238
3353
|
type: "none";
|
|
3239
3354
|
};
|
|
@@ -3268,6 +3383,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3268
3383
|
} | {
|
|
3269
3384
|
type: "script";
|
|
3270
3385
|
portNumber: number;
|
|
3386
|
+
initialRoute: string;
|
|
3271
3387
|
} | {
|
|
3272
3388
|
type: "none";
|
|
3273
3389
|
};
|
|
@@ -3300,6 +3416,7 @@ export declare function requireExercise(exerciseNumber: number | string, { reque
|
|
|
3300
3416
|
} | {
|
|
3301
3417
|
type: "script";
|
|
3302
3418
|
portNumber: number;
|
|
3419
|
+
initialRoute: string;
|
|
3303
3420
|
} | {
|
|
3304
3421
|
type: "none";
|
|
3305
3422
|
};
|
|
@@ -3337,6 +3454,7 @@ export declare function requireExerciseApp(params: Parameters<typeof getExercise
|
|
|
3337
3454
|
} | {
|
|
3338
3455
|
type: "script";
|
|
3339
3456
|
portNumber: number;
|
|
3457
|
+
initialRoute: string;
|
|
3340
3458
|
} | {
|
|
3341
3459
|
type: "none";
|
|
3342
3460
|
};
|
|
@@ -3368,6 +3486,7 @@ export declare function requireExerciseApp(params: Parameters<typeof getExercise
|
|
|
3368
3486
|
} | {
|
|
3369
3487
|
type: "script";
|
|
3370
3488
|
portNumber: number;
|
|
3489
|
+
initialRoute: string;
|
|
3371
3490
|
} | {
|
|
3372
3491
|
type: "none";
|
|
3373
3492
|
};
|
|
@@ -3404,6 +3523,7 @@ export declare function getExerciseApp(params: {
|
|
|
3404
3523
|
} | {
|
|
3405
3524
|
type: "script";
|
|
3406
3525
|
portNumber: number;
|
|
3526
|
+
initialRoute: string;
|
|
3407
3527
|
} | {
|
|
3408
3528
|
type: "none";
|
|
3409
3529
|
};
|
|
@@ -3435,6 +3555,7 @@ export declare function getExerciseApp(params: {
|
|
|
3435
3555
|
} | {
|
|
3436
3556
|
type: "script";
|
|
3437
3557
|
portNumber: number;
|
|
3558
|
+
initialRoute: string;
|
|
3438
3559
|
} | {
|
|
3439
3560
|
type: "none";
|
|
3440
3561
|
};
|
|
@@ -3467,6 +3588,7 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
|
|
|
3467
3588
|
} | {
|
|
3468
3589
|
type: "script";
|
|
3469
3590
|
portNumber: number;
|
|
3591
|
+
initialRoute: string;
|
|
3470
3592
|
} | {
|
|
3471
3593
|
type: "none";
|
|
3472
3594
|
};
|
|
@@ -3498,6 +3620,7 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
|
|
|
3498
3620
|
} | {
|
|
3499
3621
|
type: "script";
|
|
3500
3622
|
portNumber: number;
|
|
3623
|
+
initialRoute: string;
|
|
3501
3624
|
} | {
|
|
3502
3625
|
type: "none";
|
|
3503
3626
|
};
|
|
@@ -3529,6 +3652,7 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
|
|
|
3529
3652
|
} | {
|
|
3530
3653
|
type: "script";
|
|
3531
3654
|
portNumber: number;
|
|
3655
|
+
initialRoute: string;
|
|
3532
3656
|
} | {
|
|
3533
3657
|
type: "none";
|
|
3534
3658
|
};
|
|
@@ -3557,6 +3681,7 @@ export declare function getAppByName(name: string, { request, timings }?: Cachif
|
|
|
3557
3681
|
} | {
|
|
3558
3682
|
type: "script";
|
|
3559
3683
|
portNumber: number;
|
|
3684
|
+
initialRoute: string;
|
|
3560
3685
|
} | {
|
|
3561
3686
|
type: "none";
|
|
3562
3687
|
};
|
|
@@ -3587,6 +3712,7 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
|
|
|
3587
3712
|
} | {
|
|
3588
3713
|
type: "script";
|
|
3589
3714
|
portNumber: number;
|
|
3715
|
+
initialRoute: string;
|
|
3590
3716
|
} | {
|
|
3591
3717
|
type: "none";
|
|
3592
3718
|
};
|
|
@@ -3618,6 +3744,7 @@ export declare function getNextExerciseApp(app: ExerciseStepApp, { request, timi
|
|
|
3618
3744
|
} | {
|
|
3619
3745
|
type: "script";
|
|
3620
3746
|
portNumber: number;
|
|
3747
|
+
initialRoute: string;
|
|
3621
3748
|
} | {
|
|
3622
3749
|
type: "none";
|
|
3623
3750
|
};
|
|
@@ -3650,6 +3777,7 @@ export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timi
|
|
|
3650
3777
|
} | {
|
|
3651
3778
|
type: "script";
|
|
3652
3779
|
portNumber: number;
|
|
3780
|
+
initialRoute: string;
|
|
3653
3781
|
} | {
|
|
3654
3782
|
type: "none";
|
|
3655
3783
|
};
|
|
@@ -3681,6 +3809,7 @@ export declare function getPrevExerciseApp(app: ExerciseStepApp, { request, timi
|
|
|
3681
3809
|
} | {
|
|
3682
3810
|
type: "script";
|
|
3683
3811
|
portNumber: number;
|
|
3812
|
+
initialRoute: string;
|
|
3684
3813
|
} | {
|
|
3685
3814
|
type: "none";
|
|
3686
3815
|
};
|
|
@@ -3717,6 +3846,7 @@ export declare function getAppFromFile(filePath: string): Promise<{
|
|
|
3717
3846
|
} | {
|
|
3718
3847
|
type: "script";
|
|
3719
3848
|
portNumber: number;
|
|
3849
|
+
initialRoute: string;
|
|
3720
3850
|
} | {
|
|
3721
3851
|
type: "none";
|
|
3722
3852
|
};
|
|
@@ -3748,6 +3878,7 @@ export declare function getAppFromFile(filePath: string): Promise<{
|
|
|
3748
3878
|
} | {
|
|
3749
3879
|
type: "script";
|
|
3750
3880
|
portNumber: number;
|
|
3881
|
+
initialRoute: string;
|
|
3751
3882
|
} | {
|
|
3752
3883
|
type: "none";
|
|
3753
3884
|
};
|
|
@@ -3779,6 +3910,7 @@ export declare function getAppFromFile(filePath: string): Promise<{
|
|
|
3779
3910
|
} | {
|
|
3780
3911
|
type: "script";
|
|
3781
3912
|
portNumber: number;
|
|
3913
|
+
initialRoute: string;
|
|
3782
3914
|
} | {
|
|
3783
3915
|
type: "none";
|
|
3784
3916
|
};
|
|
@@ -3807,6 +3939,7 @@ export declare function getAppFromFile(filePath: string): Promise<{
|
|
|
3807
3939
|
} | {
|
|
3808
3940
|
type: "script";
|
|
3809
3941
|
portNumber: number;
|
|
3942
|
+
initialRoute: string;
|
|
3810
3943
|
} | {
|
|
3811
3944
|
type: "none";
|
|
3812
3945
|
};
|