@better-t-stack/types 3.27.4 → 3.28.0
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.
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/json-schema.d.mts +432 -12
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/schemas.d.mts +326 -11
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +33 -4
- package/dist/schemas.mjs.map +1 -1
- package/package.json +1 -1
package/dist/schemas.d.mts
CHANGED
|
@@ -61,6 +61,7 @@ declare const AddonsSchema: z.ZodEnum<{
|
|
|
61
61
|
opentui: "opentui";
|
|
62
62
|
wxt: "wxt";
|
|
63
63
|
skills: "skills";
|
|
64
|
+
evlog: "evlog";
|
|
64
65
|
}>;
|
|
65
66
|
declare const ExamplesSchema: z.ZodEnum<{
|
|
66
67
|
none: "none";
|
|
@@ -139,6 +140,18 @@ declare const FumadocsTemplateSchema: z.ZodEnum<{
|
|
|
139
140
|
"react-router-spa": "react-router-spa";
|
|
140
141
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
141
142
|
}>;
|
|
143
|
+
declare const FumadocsSearchSchema: z.ZodEnum<{
|
|
144
|
+
orama: "orama";
|
|
145
|
+
"orama-cloud": "orama-cloud";
|
|
146
|
+
}>;
|
|
147
|
+
declare const FumadocsOgImageSchema: z.ZodEnum<{
|
|
148
|
+
"next-og": "next-og";
|
|
149
|
+
takumi: "takumi";
|
|
150
|
+
}>;
|
|
151
|
+
declare const FumadocsAiChatSchema: z.ZodEnum<{
|
|
152
|
+
openrouter: "openrouter";
|
|
153
|
+
inkeep: "inkeep";
|
|
154
|
+
}>;
|
|
142
155
|
declare const InstallScopeSchema: z.ZodEnum<{
|
|
143
156
|
project: "project";
|
|
144
157
|
global: "global";
|
|
@@ -199,6 +212,7 @@ declare const SkillsSourceSchema: z.ZodEnum<{
|
|
|
199
212
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
200
213
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
201
214
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
215
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
202
216
|
}>;
|
|
203
217
|
declare const SkillsAgentSchema: z.ZodEnum<{
|
|
204
218
|
antigravity: "antigravity";
|
|
@@ -248,6 +262,7 @@ declare const SkillSelectionSchema: z.ZodObject<{
|
|
|
248
262
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
249
263
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
250
264
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
265
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
251
266
|
}>;
|
|
252
267
|
skills: z.ZodArray<z.ZodString>;
|
|
253
268
|
}, z.core.$strict>;
|
|
@@ -257,13 +272,15 @@ declare const UltraciteLinterSchema: z.ZodEnum<{
|
|
|
257
272
|
eslint: "eslint";
|
|
258
273
|
}>;
|
|
259
274
|
declare const UltraciteEditorSchema: z.ZodEnum<{
|
|
275
|
+
void: "void";
|
|
260
276
|
antigravity: "antigravity";
|
|
261
277
|
cursor: "cursor";
|
|
262
278
|
vscode: "vscode";
|
|
263
279
|
zed: "zed";
|
|
264
280
|
windsurf: "windsurf";
|
|
265
281
|
trae: "trae";
|
|
266
|
-
|
|
282
|
+
codebuddy: "codebuddy";
|
|
283
|
+
bob: "bob";
|
|
267
284
|
kiro: "kiro";
|
|
268
285
|
}>;
|
|
269
286
|
declare const UltraciteAgentSchema: z.ZodEnum<{
|
|
@@ -272,9 +289,26 @@ declare const UltraciteAgentSchema: z.ZodEnum<{
|
|
|
272
289
|
opencode: "opencode";
|
|
273
290
|
goose: "goose";
|
|
274
291
|
amp: "amp";
|
|
292
|
+
pi: "pi";
|
|
293
|
+
qoder: "qoder";
|
|
275
294
|
droid: "droid";
|
|
295
|
+
zencoder: "zencoder";
|
|
296
|
+
mcpjam: "mcpjam";
|
|
297
|
+
bob: "bob";
|
|
298
|
+
universal: "universal";
|
|
276
299
|
claude: "claude";
|
|
277
300
|
jules: "jules";
|
|
301
|
+
replit: "replit";
|
|
302
|
+
devin: "devin";
|
|
303
|
+
lovable: "lovable";
|
|
304
|
+
ona: "ona";
|
|
305
|
+
openclaw: "openclaw";
|
|
306
|
+
continue: "continue";
|
|
307
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
308
|
+
deepagents: "deepagents";
|
|
309
|
+
"kimi-cli": "kimi-cli";
|
|
310
|
+
mux: "mux";
|
|
311
|
+
adal: "adal";
|
|
278
312
|
copilot: "copilot";
|
|
279
313
|
aider: "aider";
|
|
280
314
|
"firebase-studio": "firebase-studio";
|
|
@@ -296,7 +330,9 @@ declare const UltraciteAgentSchema: z.ZodEnum<{
|
|
|
296
330
|
declare const UltraciteHookSchema: z.ZodEnum<{
|
|
297
331
|
cursor: "cursor";
|
|
298
332
|
windsurf: "windsurf";
|
|
333
|
+
codebuddy: "codebuddy";
|
|
299
334
|
claude: "claude";
|
|
335
|
+
copilot: "copilot";
|
|
300
336
|
}>;
|
|
301
337
|
declare const DbSetupModeSchema: z.ZodEnum<{
|
|
302
338
|
manual: "manual";
|
|
@@ -328,6 +364,18 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
328
364
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
329
365
|
}>;
|
|
330
366
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
367
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
368
|
+
orama: "orama";
|
|
369
|
+
"orama-cloud": "orama-cloud";
|
|
370
|
+
}>>;
|
|
371
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
372
|
+
"next-og": "next-og";
|
|
373
|
+
takumi: "takumi";
|
|
374
|
+
}>>;
|
|
375
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
376
|
+
openrouter: "openrouter";
|
|
377
|
+
inkeep: "inkeep";
|
|
378
|
+
}>>;
|
|
331
379
|
}, z.core.$strict>>;
|
|
332
380
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
333
381
|
template: z.ZodEnum<{
|
|
@@ -431,6 +479,7 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
431
479
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
432
480
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
433
481
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
482
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
434
483
|
}>;
|
|
435
484
|
skills: z.ZodArray<z.ZodString>;
|
|
436
485
|
}, z.core.$strict>>>;
|
|
@@ -442,13 +491,15 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
442
491
|
eslint: "eslint";
|
|
443
492
|
}>>;
|
|
444
493
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
494
|
+
void: "void";
|
|
445
495
|
antigravity: "antigravity";
|
|
446
496
|
cursor: "cursor";
|
|
447
497
|
vscode: "vscode";
|
|
448
498
|
zed: "zed";
|
|
449
499
|
windsurf: "windsurf";
|
|
450
500
|
trae: "trae";
|
|
451
|
-
|
|
501
|
+
codebuddy: "codebuddy";
|
|
502
|
+
bob: "bob";
|
|
452
503
|
kiro: "kiro";
|
|
453
504
|
}>>>;
|
|
454
505
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -457,9 +508,26 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
457
508
|
opencode: "opencode";
|
|
458
509
|
goose: "goose";
|
|
459
510
|
amp: "amp";
|
|
511
|
+
pi: "pi";
|
|
512
|
+
qoder: "qoder";
|
|
460
513
|
droid: "droid";
|
|
514
|
+
zencoder: "zencoder";
|
|
515
|
+
mcpjam: "mcpjam";
|
|
516
|
+
bob: "bob";
|
|
517
|
+
universal: "universal";
|
|
461
518
|
claude: "claude";
|
|
462
519
|
jules: "jules";
|
|
520
|
+
replit: "replit";
|
|
521
|
+
devin: "devin";
|
|
522
|
+
lovable: "lovable";
|
|
523
|
+
ona: "ona";
|
|
524
|
+
openclaw: "openclaw";
|
|
525
|
+
continue: "continue";
|
|
526
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
527
|
+
deepagents: "deepagents";
|
|
528
|
+
"kimi-cli": "kimi-cli";
|
|
529
|
+
mux: "mux";
|
|
530
|
+
adal: "adal";
|
|
463
531
|
copilot: "copilot";
|
|
464
532
|
aider: "aider";
|
|
465
533
|
"firebase-studio": "firebase-studio";
|
|
@@ -481,7 +549,9 @@ declare const AddonOptionsSchema: z.ZodObject<{
|
|
|
481
549
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
482
550
|
cursor: "cursor";
|
|
483
551
|
windsurf: "windsurf";
|
|
552
|
+
codebuddy: "codebuddy";
|
|
484
553
|
claude: "claude";
|
|
554
|
+
copilot: "copilot";
|
|
485
555
|
}>>>;
|
|
486
556
|
}, z.core.$strict>>;
|
|
487
557
|
}, z.core.$strict>;
|
|
@@ -543,6 +613,18 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
543
613
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
544
614
|
}>;
|
|
545
615
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
616
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
617
|
+
orama: "orama";
|
|
618
|
+
"orama-cloud": "orama-cloud";
|
|
619
|
+
}>>;
|
|
620
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
621
|
+
"next-og": "next-og";
|
|
622
|
+
takumi: "takumi";
|
|
623
|
+
}>>;
|
|
624
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
625
|
+
openrouter: "openrouter";
|
|
626
|
+
inkeep: "inkeep";
|
|
627
|
+
}>>;
|
|
546
628
|
}, z.core.$strict>>;
|
|
547
629
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
548
630
|
template: z.ZodEnum<{
|
|
@@ -646,6 +728,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
646
728
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
647
729
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
648
730
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
731
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
649
732
|
}>;
|
|
650
733
|
skills: z.ZodArray<z.ZodString>;
|
|
651
734
|
}, z.core.$strict>>>;
|
|
@@ -657,13 +740,15 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
657
740
|
eslint: "eslint";
|
|
658
741
|
}>>;
|
|
659
742
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
743
|
+
void: "void";
|
|
660
744
|
antigravity: "antigravity";
|
|
661
745
|
cursor: "cursor";
|
|
662
746
|
vscode: "vscode";
|
|
663
747
|
zed: "zed";
|
|
664
748
|
windsurf: "windsurf";
|
|
665
749
|
trae: "trae";
|
|
666
|
-
|
|
750
|
+
codebuddy: "codebuddy";
|
|
751
|
+
bob: "bob";
|
|
667
752
|
kiro: "kiro";
|
|
668
753
|
}>>>;
|
|
669
754
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -672,9 +757,26 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
672
757
|
opencode: "opencode";
|
|
673
758
|
goose: "goose";
|
|
674
759
|
amp: "amp";
|
|
760
|
+
pi: "pi";
|
|
761
|
+
qoder: "qoder";
|
|
675
762
|
droid: "droid";
|
|
763
|
+
zencoder: "zencoder";
|
|
764
|
+
mcpjam: "mcpjam";
|
|
765
|
+
bob: "bob";
|
|
766
|
+
universal: "universal";
|
|
676
767
|
claude: "claude";
|
|
677
768
|
jules: "jules";
|
|
769
|
+
replit: "replit";
|
|
770
|
+
devin: "devin";
|
|
771
|
+
lovable: "lovable";
|
|
772
|
+
ona: "ona";
|
|
773
|
+
openclaw: "openclaw";
|
|
774
|
+
continue: "continue";
|
|
775
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
776
|
+
deepagents: "deepagents";
|
|
777
|
+
"kimi-cli": "kimi-cli";
|
|
778
|
+
mux: "mux";
|
|
779
|
+
adal: "adal";
|
|
678
780
|
copilot: "copilot";
|
|
679
781
|
aider: "aider";
|
|
680
782
|
"firebase-studio": "firebase-studio";
|
|
@@ -696,7 +798,9 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
696
798
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
697
799
|
cursor: "cursor";
|
|
698
800
|
windsurf: "windsurf";
|
|
801
|
+
codebuddy: "codebuddy";
|
|
699
802
|
claude: "claude";
|
|
803
|
+
copilot: "copilot";
|
|
700
804
|
}>>>;
|
|
701
805
|
}, z.core.$strict>>;
|
|
702
806
|
}, z.core.$strict>>;
|
|
@@ -776,6 +880,7 @@ declare const CreateInputSchema: z.ZodObject<{
|
|
|
776
880
|
opentui: "opentui";
|
|
777
881
|
wxt: "wxt";
|
|
778
882
|
skills: "skills";
|
|
883
|
+
evlog: "evlog";
|
|
779
884
|
}>>>;
|
|
780
885
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
781
886
|
none: "none";
|
|
@@ -857,6 +962,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
857
962
|
opentui: "opentui";
|
|
858
963
|
wxt: "wxt";
|
|
859
964
|
skills: "skills";
|
|
965
|
+
evlog: "evlog";
|
|
860
966
|
}>>>;
|
|
861
967
|
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
862
968
|
wxt: z.ZodOptional<z.ZodObject<{
|
|
@@ -880,6 +986,18 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
880
986
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
881
987
|
}>;
|
|
882
988
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
989
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
990
|
+
orama: "orama";
|
|
991
|
+
"orama-cloud": "orama-cloud";
|
|
992
|
+
}>>;
|
|
993
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
994
|
+
"next-og": "next-og";
|
|
995
|
+
takumi: "takumi";
|
|
996
|
+
}>>;
|
|
997
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
998
|
+
openrouter: "openrouter";
|
|
999
|
+
inkeep: "inkeep";
|
|
1000
|
+
}>>;
|
|
883
1001
|
}, z.core.$strict>>;
|
|
884
1002
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
885
1003
|
template: z.ZodEnum<{
|
|
@@ -983,6 +1101,7 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
983
1101
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
984
1102
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
985
1103
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1104
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
986
1105
|
}>;
|
|
987
1106
|
skills: z.ZodArray<z.ZodString>;
|
|
988
1107
|
}, z.core.$strict>>>;
|
|
@@ -994,13 +1113,15 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
994
1113
|
eslint: "eslint";
|
|
995
1114
|
}>>;
|
|
996
1115
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1116
|
+
void: "void";
|
|
997
1117
|
antigravity: "antigravity";
|
|
998
1118
|
cursor: "cursor";
|
|
999
1119
|
vscode: "vscode";
|
|
1000
1120
|
zed: "zed";
|
|
1001
1121
|
windsurf: "windsurf";
|
|
1002
1122
|
trae: "trae";
|
|
1003
|
-
|
|
1123
|
+
codebuddy: "codebuddy";
|
|
1124
|
+
bob: "bob";
|
|
1004
1125
|
kiro: "kiro";
|
|
1005
1126
|
}>>>;
|
|
1006
1127
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1009,9 +1130,26 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1009
1130
|
opencode: "opencode";
|
|
1010
1131
|
goose: "goose";
|
|
1011
1132
|
amp: "amp";
|
|
1133
|
+
pi: "pi";
|
|
1134
|
+
qoder: "qoder";
|
|
1012
1135
|
droid: "droid";
|
|
1136
|
+
zencoder: "zencoder";
|
|
1137
|
+
mcpjam: "mcpjam";
|
|
1138
|
+
bob: "bob";
|
|
1139
|
+
universal: "universal";
|
|
1013
1140
|
claude: "claude";
|
|
1014
1141
|
jules: "jules";
|
|
1142
|
+
replit: "replit";
|
|
1143
|
+
devin: "devin";
|
|
1144
|
+
lovable: "lovable";
|
|
1145
|
+
ona: "ona";
|
|
1146
|
+
openclaw: "openclaw";
|
|
1147
|
+
continue: "continue";
|
|
1148
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1149
|
+
deepagents: "deepagents";
|
|
1150
|
+
"kimi-cli": "kimi-cli";
|
|
1151
|
+
mux: "mux";
|
|
1152
|
+
adal: "adal";
|
|
1015
1153
|
copilot: "copilot";
|
|
1016
1154
|
aider: "aider";
|
|
1017
1155
|
"firebase-studio": "firebase-studio";
|
|
@@ -1033,7 +1171,9 @@ declare const AddInputSchema: z.ZodObject<{
|
|
|
1033
1171
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1034
1172
|
cursor: "cursor";
|
|
1035
1173
|
windsurf: "windsurf";
|
|
1174
|
+
codebuddy: "codebuddy";
|
|
1036
1175
|
claude: "claude";
|
|
1176
|
+
copilot: "copilot";
|
|
1037
1177
|
}>>>;
|
|
1038
1178
|
}, z.core.$strict>>;
|
|
1039
1179
|
}, z.core.$strict>>;
|
|
@@ -1089,6 +1229,18 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1089
1229
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1090
1230
|
}>;
|
|
1091
1231
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1232
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1233
|
+
orama: "orama";
|
|
1234
|
+
"orama-cloud": "orama-cloud";
|
|
1235
|
+
}>>;
|
|
1236
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1237
|
+
"next-og": "next-og";
|
|
1238
|
+
takumi: "takumi";
|
|
1239
|
+
}>>;
|
|
1240
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1241
|
+
openrouter: "openrouter";
|
|
1242
|
+
inkeep: "inkeep";
|
|
1243
|
+
}>>;
|
|
1092
1244
|
}, z.core.$strict>>;
|
|
1093
1245
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1094
1246
|
template: z.ZodEnum<{
|
|
@@ -1192,6 +1344,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1192
1344
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1193
1345
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1194
1346
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1347
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1195
1348
|
}>;
|
|
1196
1349
|
skills: z.ZodArray<z.ZodString>;
|
|
1197
1350
|
}, z.core.$strict>>>;
|
|
@@ -1203,13 +1356,15 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1203
1356
|
eslint: "eslint";
|
|
1204
1357
|
}>>;
|
|
1205
1358
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1359
|
+
void: "void";
|
|
1206
1360
|
antigravity: "antigravity";
|
|
1207
1361
|
cursor: "cursor";
|
|
1208
1362
|
vscode: "vscode";
|
|
1209
1363
|
zed: "zed";
|
|
1210
1364
|
windsurf: "windsurf";
|
|
1211
1365
|
trae: "trae";
|
|
1212
|
-
|
|
1366
|
+
codebuddy: "codebuddy";
|
|
1367
|
+
bob: "bob";
|
|
1213
1368
|
kiro: "kiro";
|
|
1214
1369
|
}>>>;
|
|
1215
1370
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1218,9 +1373,26 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1218
1373
|
opencode: "opencode";
|
|
1219
1374
|
goose: "goose";
|
|
1220
1375
|
amp: "amp";
|
|
1376
|
+
pi: "pi";
|
|
1377
|
+
qoder: "qoder";
|
|
1221
1378
|
droid: "droid";
|
|
1379
|
+
zencoder: "zencoder";
|
|
1380
|
+
mcpjam: "mcpjam";
|
|
1381
|
+
bob: "bob";
|
|
1382
|
+
universal: "universal";
|
|
1222
1383
|
claude: "claude";
|
|
1223
1384
|
jules: "jules";
|
|
1385
|
+
replit: "replit";
|
|
1386
|
+
devin: "devin";
|
|
1387
|
+
lovable: "lovable";
|
|
1388
|
+
ona: "ona";
|
|
1389
|
+
openclaw: "openclaw";
|
|
1390
|
+
continue: "continue";
|
|
1391
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1392
|
+
deepagents: "deepagents";
|
|
1393
|
+
"kimi-cli": "kimi-cli";
|
|
1394
|
+
mux: "mux";
|
|
1395
|
+
adal: "adal";
|
|
1224
1396
|
copilot: "copilot";
|
|
1225
1397
|
aider: "aider";
|
|
1226
1398
|
"firebase-studio": "firebase-studio";
|
|
@@ -1242,7 +1414,9 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1242
1414
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1243
1415
|
cursor: "cursor";
|
|
1244
1416
|
windsurf: "windsurf";
|
|
1417
|
+
codebuddy: "codebuddy";
|
|
1245
1418
|
claude: "claude";
|
|
1419
|
+
copilot: "copilot";
|
|
1246
1420
|
}>>>;
|
|
1247
1421
|
}, z.core.$strict>>;
|
|
1248
1422
|
}, z.core.$strict>>;
|
|
@@ -1322,6 +1496,7 @@ declare const CLIInputSchema: z.ZodObject<{
|
|
|
1322
1496
|
opentui: "opentui";
|
|
1323
1497
|
wxt: "wxt";
|
|
1324
1498
|
skills: "skills";
|
|
1499
|
+
evlog: "evlog";
|
|
1325
1500
|
}>>>;
|
|
1326
1501
|
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1327
1502
|
none: "none";
|
|
@@ -1411,6 +1586,18 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1411
1586
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1412
1587
|
}>;
|
|
1413
1588
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1589
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1590
|
+
orama: "orama";
|
|
1591
|
+
"orama-cloud": "orama-cloud";
|
|
1592
|
+
}>>;
|
|
1593
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1594
|
+
"next-og": "next-og";
|
|
1595
|
+
takumi: "takumi";
|
|
1596
|
+
}>>;
|
|
1597
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1598
|
+
openrouter: "openrouter";
|
|
1599
|
+
inkeep: "inkeep";
|
|
1600
|
+
}>>;
|
|
1414
1601
|
}, z.core.$strict>>;
|
|
1415
1602
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1416
1603
|
template: z.ZodEnum<{
|
|
@@ -1514,6 +1701,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1514
1701
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1515
1702
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1516
1703
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
1704
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1517
1705
|
}>;
|
|
1518
1706
|
skills: z.ZodArray<z.ZodString>;
|
|
1519
1707
|
}, z.core.$strict>>>;
|
|
@@ -1525,13 +1713,15 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1525
1713
|
eslint: "eslint";
|
|
1526
1714
|
}>>;
|
|
1527
1715
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1716
|
+
void: "void";
|
|
1528
1717
|
antigravity: "antigravity";
|
|
1529
1718
|
cursor: "cursor";
|
|
1530
1719
|
vscode: "vscode";
|
|
1531
1720
|
zed: "zed";
|
|
1532
1721
|
windsurf: "windsurf";
|
|
1533
1722
|
trae: "trae";
|
|
1534
|
-
|
|
1723
|
+
codebuddy: "codebuddy";
|
|
1724
|
+
bob: "bob";
|
|
1535
1725
|
kiro: "kiro";
|
|
1536
1726
|
}>>>;
|
|
1537
1727
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1540,9 +1730,26 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1540
1730
|
opencode: "opencode";
|
|
1541
1731
|
goose: "goose";
|
|
1542
1732
|
amp: "amp";
|
|
1733
|
+
pi: "pi";
|
|
1734
|
+
qoder: "qoder";
|
|
1543
1735
|
droid: "droid";
|
|
1736
|
+
zencoder: "zencoder";
|
|
1737
|
+
mcpjam: "mcpjam";
|
|
1738
|
+
bob: "bob";
|
|
1739
|
+
universal: "universal";
|
|
1544
1740
|
claude: "claude";
|
|
1545
1741
|
jules: "jules";
|
|
1742
|
+
replit: "replit";
|
|
1743
|
+
devin: "devin";
|
|
1744
|
+
lovable: "lovable";
|
|
1745
|
+
ona: "ona";
|
|
1746
|
+
openclaw: "openclaw";
|
|
1747
|
+
continue: "continue";
|
|
1748
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
1749
|
+
deepagents: "deepagents";
|
|
1750
|
+
"kimi-cli": "kimi-cli";
|
|
1751
|
+
mux: "mux";
|
|
1752
|
+
adal: "adal";
|
|
1546
1753
|
copilot: "copilot";
|
|
1547
1754
|
aider: "aider";
|
|
1548
1755
|
"firebase-studio": "firebase-studio";
|
|
@@ -1564,7 +1771,9 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1564
1771
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1565
1772
|
cursor: "cursor";
|
|
1566
1773
|
windsurf: "windsurf";
|
|
1774
|
+
codebuddy: "codebuddy";
|
|
1567
1775
|
claude: "claude";
|
|
1776
|
+
copilot: "copilot";
|
|
1568
1777
|
}>>>;
|
|
1569
1778
|
}, z.core.$strict>>;
|
|
1570
1779
|
}, z.core.$strict>>;
|
|
@@ -1650,6 +1859,7 @@ declare const ProjectConfigSchema: z.ZodObject<{
|
|
|
1650
1859
|
opentui: "opentui";
|
|
1651
1860
|
wxt: "wxt";
|
|
1652
1861
|
skills: "skills";
|
|
1862
|
+
evlog: "evlog";
|
|
1653
1863
|
}>>;
|
|
1654
1864
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1655
1865
|
none: "none";
|
|
@@ -1723,6 +1933,18 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1723
1933
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
1724
1934
|
}>;
|
|
1725
1935
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
1936
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
1937
|
+
orama: "orama";
|
|
1938
|
+
"orama-cloud": "orama-cloud";
|
|
1939
|
+
}>>;
|
|
1940
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
1941
|
+
"next-og": "next-og";
|
|
1942
|
+
takumi: "takumi";
|
|
1943
|
+
}>>;
|
|
1944
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
1945
|
+
openrouter: "openrouter";
|
|
1946
|
+
inkeep: "inkeep";
|
|
1947
|
+
}>>;
|
|
1726
1948
|
}, z.core.$strict>>;
|
|
1727
1949
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
1728
1950
|
template: z.ZodEnum<{
|
|
@@ -1826,6 +2048,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1826
2048
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
1827
2049
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
1828
2050
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2051
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
1829
2052
|
}>;
|
|
1830
2053
|
skills: z.ZodArray<z.ZodString>;
|
|
1831
2054
|
}, z.core.$strict>>>;
|
|
@@ -1837,13 +2060,15 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1837
2060
|
eslint: "eslint";
|
|
1838
2061
|
}>>;
|
|
1839
2062
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2063
|
+
void: "void";
|
|
1840
2064
|
antigravity: "antigravity";
|
|
1841
2065
|
cursor: "cursor";
|
|
1842
2066
|
vscode: "vscode";
|
|
1843
2067
|
zed: "zed";
|
|
1844
2068
|
windsurf: "windsurf";
|
|
1845
2069
|
trae: "trae";
|
|
1846
|
-
|
|
2070
|
+
codebuddy: "codebuddy";
|
|
2071
|
+
bob: "bob";
|
|
1847
2072
|
kiro: "kiro";
|
|
1848
2073
|
}>>>;
|
|
1849
2074
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -1852,9 +2077,26 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1852
2077
|
opencode: "opencode";
|
|
1853
2078
|
goose: "goose";
|
|
1854
2079
|
amp: "amp";
|
|
2080
|
+
pi: "pi";
|
|
2081
|
+
qoder: "qoder";
|
|
1855
2082
|
droid: "droid";
|
|
2083
|
+
zencoder: "zencoder";
|
|
2084
|
+
mcpjam: "mcpjam";
|
|
2085
|
+
bob: "bob";
|
|
2086
|
+
universal: "universal";
|
|
1856
2087
|
claude: "claude";
|
|
1857
2088
|
jules: "jules";
|
|
2089
|
+
replit: "replit";
|
|
2090
|
+
devin: "devin";
|
|
2091
|
+
lovable: "lovable";
|
|
2092
|
+
ona: "ona";
|
|
2093
|
+
openclaw: "openclaw";
|
|
2094
|
+
continue: "continue";
|
|
2095
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2096
|
+
deepagents: "deepagents";
|
|
2097
|
+
"kimi-cli": "kimi-cli";
|
|
2098
|
+
mux: "mux";
|
|
2099
|
+
adal: "adal";
|
|
1858
2100
|
copilot: "copilot";
|
|
1859
2101
|
aider: "aider";
|
|
1860
2102
|
"firebase-studio": "firebase-studio";
|
|
@@ -1876,7 +2118,9 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1876
2118
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
1877
2119
|
cursor: "cursor";
|
|
1878
2120
|
windsurf: "windsurf";
|
|
2121
|
+
codebuddy: "codebuddy";
|
|
1879
2122
|
claude: "claude";
|
|
2123
|
+
copilot: "copilot";
|
|
1880
2124
|
}>>>;
|
|
1881
2125
|
}, z.core.$strict>>;
|
|
1882
2126
|
}, z.core.$strict>>;
|
|
@@ -1962,6 +2206,7 @@ declare const BetterTStackConfigSchema: z.ZodObject<{
|
|
|
1962
2206
|
opentui: "opentui";
|
|
1963
2207
|
wxt: "wxt";
|
|
1964
2208
|
skills: "skills";
|
|
2209
|
+
evlog: "evlog";
|
|
1965
2210
|
}>>;
|
|
1966
2211
|
examples: z.ZodArray<z.ZodEnum<{
|
|
1967
2212
|
none: "none";
|
|
@@ -2034,6 +2279,18 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2034
2279
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
2035
2280
|
}>;
|
|
2036
2281
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2282
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2283
|
+
orama: "orama";
|
|
2284
|
+
"orama-cloud": "orama-cloud";
|
|
2285
|
+
}>>;
|
|
2286
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2287
|
+
"next-og": "next-og";
|
|
2288
|
+
takumi: "takumi";
|
|
2289
|
+
}>>;
|
|
2290
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2291
|
+
openrouter: "openrouter";
|
|
2292
|
+
inkeep: "inkeep";
|
|
2293
|
+
}>>;
|
|
2037
2294
|
}, z.core.$strict>>;
|
|
2038
2295
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
2039
2296
|
template: z.ZodEnum<{
|
|
@@ -2137,6 +2394,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2137
2394
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2138
2395
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2139
2396
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2397
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2140
2398
|
}>;
|
|
2141
2399
|
skills: z.ZodArray<z.ZodString>;
|
|
2142
2400
|
}, z.core.$strict>>>;
|
|
@@ -2148,13 +2406,15 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2148
2406
|
eslint: "eslint";
|
|
2149
2407
|
}>>;
|
|
2150
2408
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2409
|
+
void: "void";
|
|
2151
2410
|
antigravity: "antigravity";
|
|
2152
2411
|
cursor: "cursor";
|
|
2153
2412
|
vscode: "vscode";
|
|
2154
2413
|
zed: "zed";
|
|
2155
2414
|
windsurf: "windsurf";
|
|
2156
2415
|
trae: "trae";
|
|
2157
|
-
|
|
2416
|
+
codebuddy: "codebuddy";
|
|
2417
|
+
bob: "bob";
|
|
2158
2418
|
kiro: "kiro";
|
|
2159
2419
|
}>>>;
|
|
2160
2420
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2163,9 +2423,26 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2163
2423
|
opencode: "opencode";
|
|
2164
2424
|
goose: "goose";
|
|
2165
2425
|
amp: "amp";
|
|
2426
|
+
pi: "pi";
|
|
2427
|
+
qoder: "qoder";
|
|
2166
2428
|
droid: "droid";
|
|
2429
|
+
zencoder: "zencoder";
|
|
2430
|
+
mcpjam: "mcpjam";
|
|
2431
|
+
bob: "bob";
|
|
2432
|
+
universal: "universal";
|
|
2167
2433
|
claude: "claude";
|
|
2168
2434
|
jules: "jules";
|
|
2435
|
+
replit: "replit";
|
|
2436
|
+
devin: "devin";
|
|
2437
|
+
lovable: "lovable";
|
|
2438
|
+
ona: "ona";
|
|
2439
|
+
openclaw: "openclaw";
|
|
2440
|
+
continue: "continue";
|
|
2441
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2442
|
+
deepagents: "deepagents";
|
|
2443
|
+
"kimi-cli": "kimi-cli";
|
|
2444
|
+
mux: "mux";
|
|
2445
|
+
adal: "adal";
|
|
2169
2446
|
copilot: "copilot";
|
|
2170
2447
|
aider: "aider";
|
|
2171
2448
|
"firebase-studio": "firebase-studio";
|
|
@@ -2187,7 +2464,9 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2187
2464
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2188
2465
|
cursor: "cursor";
|
|
2189
2466
|
windsurf: "windsurf";
|
|
2467
|
+
codebuddy: "codebuddy";
|
|
2190
2468
|
claude: "claude";
|
|
2469
|
+
copilot: "copilot";
|
|
2191
2470
|
}>>>;
|
|
2192
2471
|
}, z.core.$strict>>;
|
|
2193
2472
|
}, z.core.$strict>>;
|
|
@@ -2273,6 +2552,7 @@ declare const BetterTStackConfigFileSchema: z.ZodObject<{
|
|
|
2273
2552
|
opentui: "opentui";
|
|
2274
2553
|
wxt: "wxt";
|
|
2275
2554
|
skills: "skills";
|
|
2555
|
+
evlog: "evlog";
|
|
2276
2556
|
}>>;
|
|
2277
2557
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2278
2558
|
none: "none";
|
|
@@ -2346,6 +2626,18 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2346
2626
|
"tanstack-start-spa": "tanstack-start-spa";
|
|
2347
2627
|
}>;
|
|
2348
2628
|
devPort: z.ZodOptional<z.ZodNumber>;
|
|
2629
|
+
search: z.ZodOptional<z.ZodEnum<{
|
|
2630
|
+
orama: "orama";
|
|
2631
|
+
"orama-cloud": "orama-cloud";
|
|
2632
|
+
}>>;
|
|
2633
|
+
ogImage: z.ZodOptional<z.ZodEnum<{
|
|
2634
|
+
"next-og": "next-og";
|
|
2635
|
+
takumi: "takumi";
|
|
2636
|
+
}>>;
|
|
2637
|
+
aiChat: z.ZodOptional<z.ZodEnum<{
|
|
2638
|
+
openrouter: "openrouter";
|
|
2639
|
+
inkeep: "inkeep";
|
|
2640
|
+
}>>;
|
|
2349
2641
|
}, z.core.$strict>>;
|
|
2350
2642
|
opentui: z.ZodOptional<z.ZodObject<{
|
|
2351
2643
|
template: z.ZodEnum<{
|
|
@@ -2449,6 +2741,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2449
2741
|
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
2450
2742
|
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
2451
2743
|
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
2744
|
+
"https://www.evlog.dev": "https://www.evlog.dev";
|
|
2452
2745
|
}>;
|
|
2453
2746
|
skills: z.ZodArray<z.ZodString>;
|
|
2454
2747
|
}, z.core.$strict>>>;
|
|
@@ -2460,13 +2753,15 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2460
2753
|
eslint: "eslint";
|
|
2461
2754
|
}>>;
|
|
2462
2755
|
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2756
|
+
void: "void";
|
|
2463
2757
|
antigravity: "antigravity";
|
|
2464
2758
|
cursor: "cursor";
|
|
2465
2759
|
vscode: "vscode";
|
|
2466
2760
|
zed: "zed";
|
|
2467
2761
|
windsurf: "windsurf";
|
|
2468
2762
|
trae: "trae";
|
|
2469
|
-
|
|
2763
|
+
codebuddy: "codebuddy";
|
|
2764
|
+
bob: "bob";
|
|
2470
2765
|
kiro: "kiro";
|
|
2471
2766
|
}>>>;
|
|
2472
2767
|
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -2475,9 +2770,26 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2475
2770
|
opencode: "opencode";
|
|
2476
2771
|
goose: "goose";
|
|
2477
2772
|
amp: "amp";
|
|
2773
|
+
pi: "pi";
|
|
2774
|
+
qoder: "qoder";
|
|
2478
2775
|
droid: "droid";
|
|
2776
|
+
zencoder: "zencoder";
|
|
2777
|
+
mcpjam: "mcpjam";
|
|
2778
|
+
bob: "bob";
|
|
2779
|
+
universal: "universal";
|
|
2479
2780
|
claude: "claude";
|
|
2480
2781
|
jules: "jules";
|
|
2782
|
+
replit: "replit";
|
|
2783
|
+
devin: "devin";
|
|
2784
|
+
lovable: "lovable";
|
|
2785
|
+
ona: "ona";
|
|
2786
|
+
openclaw: "openclaw";
|
|
2787
|
+
continue: "continue";
|
|
2788
|
+
"snowflake-cortex": "snowflake-cortex";
|
|
2789
|
+
deepagents: "deepagents";
|
|
2790
|
+
"kimi-cli": "kimi-cli";
|
|
2791
|
+
mux: "mux";
|
|
2792
|
+
adal: "adal";
|
|
2481
2793
|
copilot: "copilot";
|
|
2482
2794
|
aider: "aider";
|
|
2483
2795
|
"firebase-studio": "firebase-studio";
|
|
@@ -2499,7 +2811,9 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2499
2811
|
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2500
2812
|
cursor: "cursor";
|
|
2501
2813
|
windsurf: "windsurf";
|
|
2814
|
+
codebuddy: "codebuddy";
|
|
2502
2815
|
claude: "claude";
|
|
2816
|
+
copilot: "copilot";
|
|
2503
2817
|
}>>>;
|
|
2504
2818
|
}, z.core.$strict>>;
|
|
2505
2819
|
}, z.core.$strict>>;
|
|
@@ -2585,6 +2899,7 @@ declare const InitResultSchema: z.ZodObject<{
|
|
|
2585
2899
|
opentui: "opentui";
|
|
2586
2900
|
wxt: "wxt";
|
|
2587
2901
|
skills: "skills";
|
|
2902
|
+
evlog: "evlog";
|
|
2588
2903
|
}>>;
|
|
2589
2904
|
examples: z.ZodArray<z.ZodEnum<{
|
|
2590
2905
|
none: "none";
|
|
@@ -2644,7 +2959,7 @@ declare const ORM_VALUES: ("none" | "drizzle" | "prisma" | "mongoose")[];
|
|
|
2644
2959
|
declare const BACKEND_VALUES: ("none" | "hono" | "express" | "fastify" | "elysia" | "convex" | "self")[];
|
|
2645
2960
|
declare const RUNTIME_VALUES: ("none" | "bun" | "node" | "workers")[];
|
|
2646
2961
|
declare const FRONTEND_VALUES: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro")[];
|
|
2647
|
-
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[];
|
|
2962
|
+
declare const ADDONS_VALUES: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills" | "evlog")[];
|
|
2648
2963
|
declare const EXAMPLES_VALUES: ("none" | "todo" | "ai")[];
|
|
2649
2964
|
declare const PACKAGE_MANAGER_VALUES: ("bun" | "npm" | "pnpm")[];
|
|
2650
2965
|
declare const DATABASE_SETUP_VALUES: ("none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "d1" | "docker")[];
|
|
@@ -2656,5 +2971,5 @@ declare const SERVER_DEPLOY_VALUES: ("none" | "cloudflare")[];
|
|
|
2656
2971
|
declare const DIRECTORY_CONFLICT_VALUES: ("merge" | "overwrite" | "increment" | "error")[];
|
|
2657
2972
|
declare const TEMPLATE_VALUES: ("none" | "mern" | "pern" | "t3" | "uniwind")[];
|
|
2658
2973
|
//#endregion
|
|
2659
|
-
export { ADDONS_VALUES, APISchema, API_VALUES, AUTH_VALUES, AddInputSchema, AddonOptionsSchema, AddonsSchema, AuthSchema, BACKEND_VALUES, BackendSchema, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CLIInputSchema, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, DatabaseSchema, DatabaseSetupSchema, DbSetupModeSchema, DbSetupOptionsSchema, DirectoryConflictSchema, EXAMPLES_VALUES, ExamplesSchema, FRONTEND_VALUES, FrontendSchema, FumadocsTemplateSchema, InitResultSchema, InstallScopeSchema, McpAgentSchema, McpServerSchema, NeonSetupMethodSchema, ORMSchema, ORM_VALUES, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, ProjectNameSchema, RUNTIME_VALUES, RuntimeSchema, SERVER_DEPLOY_VALUES, ServerDeploySchema, SkillSelectionSchema, SkillsAgentSchema, SkillsSourceSchema, TEMPLATE_VALUES, TemplateSchema, TuiTemplateSchema, UltraciteAgentSchema, UltraciteEditorSchema, UltraciteHookSchema, UltraciteLinterSchema, WEB_DEPLOY_VALUES, WebDeploySchema, WxtTemplateSchema };
|
|
2974
|
+
export { ADDONS_VALUES, APISchema, API_VALUES, AUTH_VALUES, AddInputSchema, AddonOptionsSchema, AddonsSchema, AuthSchema, BACKEND_VALUES, BackendSchema, BetterTStackConfigFileSchema, BetterTStackConfigSchema, CLIInputSchema, CreateInputSchema, DATABASE_SETUP_VALUES, DATABASE_VALUES, DIRECTORY_CONFLICT_VALUES, DatabaseSchema, DatabaseSetupSchema, DbSetupModeSchema, DbSetupOptionsSchema, DirectoryConflictSchema, EXAMPLES_VALUES, ExamplesSchema, FRONTEND_VALUES, FrontendSchema, FumadocsAiChatSchema, FumadocsOgImageSchema, FumadocsSearchSchema, FumadocsTemplateSchema, InitResultSchema, InstallScopeSchema, McpAgentSchema, McpServerSchema, NeonSetupMethodSchema, ORMSchema, ORM_VALUES, PACKAGE_MANAGER_VALUES, PAYMENTS_VALUES, PackageManagerSchema, PaymentsSchema, ProjectConfigSchema, ProjectNameSchema, RUNTIME_VALUES, RuntimeSchema, SERVER_DEPLOY_VALUES, ServerDeploySchema, SkillSelectionSchema, SkillsAgentSchema, SkillsSourceSchema, TEMPLATE_VALUES, TemplateSchema, TuiTemplateSchema, UltraciteAgentSchema, UltraciteEditorSchema, UltraciteHookSchema, UltraciteLinterSchema, WEB_DEPLOY_VALUES, WebDeploySchema, WxtTemplateSchema };
|
|
2660
2975
|
//# sourceMappingURL=schemas.d.mts.map
|