@better-fullstack/types 2.0.1 → 2.0.2
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/{defaults-DNmNiuxG.mjs → defaults-Cy0_ttEE.mjs} +31 -1
- package/dist/defaults-Cy0_ttEE.mjs.map +1 -0
- package/dist/{defaults-ByJzfP7_.d.mts → defaults-zyxI-U_5.d.mts} +2 -2
- package/dist/defaults-zyxI-U_5.d.mts.map +1 -0
- package/dist/defaults.d.mts +3 -3
- package/dist/defaults.mjs +1 -1
- package/dist/index.d.mts +6 -6
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/json-schema.d.mts +2196 -206
- package/dist/json-schema.d.mts.map +1 -1
- package/dist/json-schema.mjs +1 -1
- package/dist/{schemas-62dqb8iS.d.mts → schemas-BTO7jwoE.d.mts} +2034 -218
- package/dist/schemas-BTO7jwoE.d.mts.map +1 -0
- package/dist/{schemas-DnEGgQzA.mjs → schemas-D444b8s8.mjs} +321 -14
- package/dist/schemas-D444b8s8.mjs.map +1 -0
- package/dist/schemas.d.mts +2 -2
- package/dist/schemas.mjs +2 -2
- package/dist/{stack-graph-UgPd4sup.d.mts → stack-graph-DH1m1ONQ.d.mts} +19 -4
- package/dist/stack-graph-DH1m1ONQ.d.mts.map +1 -0
- package/dist/stack-graph-DXh8F1TL.mjs +2114 -0
- package/dist/stack-graph-DXh8F1TL.mjs.map +1 -0
- package/dist/stack-graph.d.mts +4 -4
- package/dist/stack-graph.mjs +3 -3
- package/dist/{stack-translation-COVG5IPm.mjs → stack-translation-Bb3LIDTp.mjs} +4054 -3026
- package/dist/stack-translation-Bb3LIDTp.mjs.map +1 -0
- package/dist/{stack-translation-CYNMQUUu.d.mts → stack-translation-LwAKaXg1.d.mts} +116 -34
- package/dist/stack-translation-LwAKaXg1.d.mts.map +1 -0
- package/dist/stack-translation.d.mts +4 -4
- package/dist/stack-translation.mjs +3 -3
- package/dist/types-C4r4ucMM.d.mts +153 -0
- package/dist/types-C4r4ucMM.d.mts.map +1 -0
- package/dist/types.d.mts +3 -3
- package/package.json +1 -1
- package/dist/defaults-ByJzfP7_.d.mts.map +0 -1
- package/dist/defaults-DNmNiuxG.mjs.map +0 -1
- package/dist/schemas-62dqb8iS.d.mts.map +0 -1
- package/dist/schemas-DnEGgQzA.mjs.map +0 -1
- package/dist/stack-graph-C2tzuzRe.mjs +0 -585
- package/dist/stack-graph-C2tzuzRe.mjs.map +0 -1
- package/dist/stack-graph-UgPd4sup.d.mts.map +0 -1
- package/dist/stack-translation-COVG5IPm.mjs.map +0 -1
- package/dist/stack-translation-CYNMQUUu.d.mts.map +0 -1
- package/dist/types-CWpfWGSN.d.mts +0 -123
- package/dist/types-CWpfWGSN.d.mts.map +0 -1
|
@@ -1,8 +1,56 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { t as CliDefaultProjectConfigBase } from "./defaults-
|
|
1
|
+
import { Pn as UILibrary, c as AstroIntegration, h as CSSFramework, i as Addons, l as Auth, n as API, nt as Frontend, p as CLIInput, rn as Runtime, t as AI, tt as Forms, u as Backend, zt as ProjectConfig } from "./types-C4r4ucMM.mjs";
|
|
2
|
+
import { t as CliDefaultProjectConfigBase } from "./defaults-zyxI-U_5.mjs";
|
|
3
3
|
|
|
4
|
+
//#region src/option-metadata.d.ts
|
|
5
|
+
type OptionCategory = "api" | "webFrontend" | "nativeFrontend" | "astroIntegration" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "webDeploy" | "serverDeploy" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "backendLibraries" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "fileStorage" | "animation" | "cssFramework" | "uiLibrary" | "cms" | "featureFlags" | "analytics" | "mobileNavigation" | "mobileUI" | "mobileStorage" | "mobileTesting" | "mobilePush" | "mobileOTA" | "mobileDeepLinking" | "codeQuality" | "documentation" | "appPlatforms" | "packageManager" | "versionChannel" | "examples" | "ai" | "aiDocs" | "git" | "install" | "effect" | "shadcnBase" | "shadcnStyle" | "shadcnIconLibrary" | "shadcnColorTheme" | "shadcnBaseColor" | "shadcnFont" | "shadcnRadius" | "rustWebFramework" | "rustFrontend" | "rustOrm" | "rustApi" | "rustCli" | "rustLibraries" | "rustLogging" | "rustErrorHandling" | "rustCaching" | "rustAuth" | "rustRealtime" | "rustMessageQueue" | "rustObservability" | "rustTemplating" | "pythonWebFramework" | "pythonOrm" | "pythonValidation" | "pythonAi" | "pythonAuth" | "pythonApi" | "pythonTaskQueue" | "pythonGraphql" | "pythonQuality" | "pythonTesting" | "pythonCaching" | "pythonRealtime" | "pythonObservability" | "pythonCli" | "goWebFramework" | "goOrm" | "goApi" | "goCli" | "goLogging" | "goAuth" | "goTesting" | "goRealtime" | "goMessageQueue" | "goCaching" | "goConfig" | "goObservability" | "javaWebFramework" | "javaBuildTool" | "javaOrm" | "javaAuth" | "javaApi" | "javaLogging" | "javaLibraries" | "javaTestingLibraries" | "dotnetWebFramework" | "dotnetOrm" | "dotnetAuth" | "dotnetApi" | "dotnetTesting" | "dotnetJobQueue" | "dotnetRealtime" | "dotnetObservability" | "dotnetValidation" | "dotnetCaching" | "dotnetDeploy" | "elixirWebFramework" | "elixirOrm" | "elixirAuth" | "elixirApi" | "elixirRealtime" | "elixirJobs" | "elixirValidation" | "elixirHttp" | "elixirJson" | "elixirEmail" | "elixirCaching" | "elixirObservability" | "elixirTesting" | "elixirQuality" | "elixirDeploy" | "elixirLibraries";
|
|
6
|
+
type OptionSelectionMode = "single" | "multiple";
|
|
7
|
+
type OptionCategoryEcosystem = "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "dotnet" | "elixir";
|
|
8
|
+
declare const TYPESCRIPT_CATEGORY_ORDER: readonly ["webFrontend", "astroIntegration", "cssFramework", "uiLibrary", "shadcnBase", "shadcnStyle", "shadcnIconLibrary", "shadcnColorTheme", "shadcnBaseColor", "shadcnFont", "shadcnRadius", "backend", "backendLibraries", "runtime", "api", "database", "orm", "dbSetup", "webDeploy", "serverDeploy", "auth", "payments", "email", "fileUpload", "logging", "observability", "featureFlags", "analytics", "ai", "stateManagement", "forms", "validation", "testing", "realtime", "jobQueue", "caching", "rateLimit", "i18n", "search", "fileStorage", "animation", "cms", "codeQuality", "documentation", "appPlatforms", "packageManager", "examples", "aiDocs", "versionChannel", "git", "install"];
|
|
9
|
+
declare const REACT_NATIVE_CATEGORY_ORDER: readonly ["nativeFrontend", "mobileNavigation", "mobileUI", "mobileStorage", "mobileTesting", "mobilePush", "mobileOTA", "mobileDeepLinking", "auth", "packageManager", "aiDocs", "git", "install"];
|
|
10
|
+
declare const RUST_CATEGORY_ORDER: readonly ["rustWebFramework", "rustFrontend", "rustOrm", "rustApi", "rustCli", "rustLibraries", "rustLogging", "rustErrorHandling", "rustCaching", "rustAuth", "rustRealtime", "rustMessageQueue", "rustObservability", "rustTemplating", "email", "observability", "caching", "search", "aiDocs", "git", "install"];
|
|
11
|
+
declare const PYTHON_CATEGORY_ORDER: readonly ["pythonWebFramework", "pythonOrm", "pythonValidation", "pythonAi", "pythonAuth", "pythonApi", "pythonTaskQueue", "pythonGraphql", "pythonQuality", "pythonTesting", "pythonCaching", "pythonRealtime", "pythonObservability", "pythonCli", "email", "observability", "caching", "search", "aiDocs", "git", "install"];
|
|
12
|
+
declare const GO_CATEGORY_ORDER: readonly ["goWebFramework", "goOrm", "goApi", "goCli", "goLogging", "goAuth", "goTesting", "goRealtime", "goMessageQueue", "goCaching", "goConfig", "goObservability", "auth", "email", "observability", "caching", "search", "aiDocs", "git", "install"];
|
|
13
|
+
declare const JAVA_CATEGORY_ORDER: readonly ["javaWebFramework", "javaBuildTool", "javaOrm", "javaAuth", "javaApi", "javaLogging", "javaLibraries", "javaTestingLibraries", "email", "observability", "caching", "search", "aiDocs", "git", "install"];
|
|
14
|
+
declare const DOTNET_CATEGORY_ORDER: readonly ["dotnetWebFramework", "dotnetOrm", "dotnetAuth", "dotnetApi", "dotnetTesting", "dotnetJobQueue", "dotnetRealtime", "dotnetObservability", "dotnetValidation", "dotnetCaching", "dotnetDeploy", "aiDocs", "git", "install"];
|
|
15
|
+
declare const ELIXIR_CATEGORY_ORDER: readonly ["elixirWebFramework", "elixirOrm", "elixirAuth", "elixirApi", "elixirRealtime", "elixirJobs", "elixirValidation", "elixirHttp", "elixirJson", "elixirEmail", "elixirCaching", "elixirObservability", "elixirTesting", "elixirQuality", "elixirDeploy", "elixirLibraries", "aiDocs", "git", "install"];
|
|
16
|
+
declare const CATEGORY_ORDER: OptionCategory[];
|
|
17
|
+
declare function getCategoryOrderForEcosystem(ecosystem: OptionCategoryEcosystem): readonly OptionCategory[];
|
|
18
|
+
declare function getCategoryDisplayName(categoryKey: string): string;
|
|
19
|
+
type OptionMetadata = {
|
|
20
|
+
id: string;
|
|
21
|
+
label: string;
|
|
22
|
+
aliases: readonly string[];
|
|
23
|
+
cliValue: string;
|
|
24
|
+
};
|
|
25
|
+
type OptionCategoryMetadata = {
|
|
26
|
+
selectionMode: OptionSelectionMode;
|
|
27
|
+
options: readonly OptionMetadata[];
|
|
28
|
+
};
|
|
29
|
+
declare const OPTION_CATEGORY_METADATA: Record<OptionCategory, OptionCategoryMetadata>;
|
|
30
|
+
declare function isMultiSelectCategory(category: OptionCategory): boolean;
|
|
31
|
+
declare function getOptionMetadata(category: OptionCategory, optionId: string): OptionMetadata | undefined;
|
|
32
|
+
declare function getCategoryOptionIds(category: OptionCategory): string[];
|
|
33
|
+
declare function getCategoryCliValues(category: OptionCategory): string[];
|
|
34
|
+
declare function normalizeOptionId(category: OptionCategory, value: string): string;
|
|
35
|
+
//#endregion
|
|
36
|
+
//#region src/stack-compatibility-rules.d.ts
|
|
37
|
+
declare const hasPWACompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
38
|
+
declare const hasTauriCompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
39
|
+
declare const hasDockerComposeCompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
40
|
+
declare function getUnsupportedWebDeployFrontend(webDeploy: string | undefined, frontends?: readonly string[]): string | undefined;
|
|
41
|
+
declare const UI_LIBRARY_COMPATIBILITY: Record<UILibrary, {
|
|
42
|
+
frontends: readonly Frontend[];
|
|
43
|
+
cssFrameworks: readonly CSSFramework[];
|
|
44
|
+
}>;
|
|
45
|
+
declare const BACKEND_UTILS_COMPATIBLE_BACKENDS: readonly ["hono", "express", "fastify", "elysia", "fets", "nestjs"];
|
|
46
|
+
declare function isBackendUtilsCompatibleBackend(backend: string | undefined): boolean;
|
|
47
|
+
declare function isExampleAIAllowed(backend?: Backend, frontends?: Frontend[]): boolean;
|
|
48
|
+
declare function isExampleChatSdkAllowed(backend?: Backend | string, frontends?: Frontend[], runtime?: Runtime | string): boolean;
|
|
49
|
+
declare function requiresChatSdkVercelAIForExamples(backend?: Backend | string, runtime?: Runtime | string, examples?: readonly string[]): boolean;
|
|
50
|
+
declare function hasTanStackAICompatibleFrontend(frontends?: readonly string[]): boolean;
|
|
51
|
+
//#endregion
|
|
4
52
|
//#region src/compatibility.d.ts
|
|
5
|
-
type CompatibilityCategory =
|
|
53
|
+
type CompatibilityCategory = OptionCategory;
|
|
6
54
|
type CompatibilityIssue = {
|
|
7
55
|
code: string;
|
|
8
56
|
message: string;
|
|
@@ -19,7 +67,7 @@ type CompatibilityAdjustment = {
|
|
|
19
67
|
message: string;
|
|
20
68
|
};
|
|
21
69
|
type CompatibilityInput = {
|
|
22
|
-
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir";
|
|
70
|
+
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet";
|
|
23
71
|
projectName: string | null;
|
|
24
72
|
webFrontend: string[];
|
|
25
73
|
nativeFrontend: string[];
|
|
@@ -45,6 +93,7 @@ type CompatibilityInput = {
|
|
|
45
93
|
realtime: string;
|
|
46
94
|
jobQueue: string;
|
|
47
95
|
caching: string;
|
|
96
|
+
rateLimit: string;
|
|
48
97
|
animation: string;
|
|
49
98
|
cssFramework: string;
|
|
50
99
|
uiLibrary: string;
|
|
@@ -90,6 +139,10 @@ type CompatibilityInput = {
|
|
|
90
139
|
rustErrorHandling: string;
|
|
91
140
|
rustCaching: string;
|
|
92
141
|
rustAuth: string;
|
|
142
|
+
rustRealtime: string;
|
|
143
|
+
rustMessageQueue: string;
|
|
144
|
+
rustObservability: string;
|
|
145
|
+
rustTemplating: string;
|
|
93
146
|
pythonWebFramework: string;
|
|
94
147
|
pythonOrm: string;
|
|
95
148
|
pythonValidation: string;
|
|
@@ -99,18 +152,42 @@ type CompatibilityInput = {
|
|
|
99
152
|
pythonTaskQueue: string;
|
|
100
153
|
pythonGraphql: string;
|
|
101
154
|
pythonQuality: string;
|
|
155
|
+
pythonTesting: string[];
|
|
156
|
+
pythonCaching: string;
|
|
157
|
+
pythonRealtime: string;
|
|
158
|
+
pythonObservability: string;
|
|
159
|
+
pythonCli: string[];
|
|
102
160
|
goWebFramework: string;
|
|
103
161
|
goOrm: string;
|
|
104
162
|
goApi: string;
|
|
105
163
|
goCli: string;
|
|
106
164
|
goLogging: string;
|
|
107
165
|
goAuth: string;
|
|
166
|
+
goTesting: string[];
|
|
167
|
+
goRealtime: string;
|
|
168
|
+
goMessageQueue: string;
|
|
169
|
+
goCaching: string;
|
|
170
|
+
goConfig: string;
|
|
171
|
+
goObservability: string;
|
|
108
172
|
javaWebFramework: string;
|
|
109
173
|
javaBuildTool: string;
|
|
110
174
|
javaOrm: string;
|
|
111
175
|
javaAuth: string;
|
|
176
|
+
javaApi: string;
|
|
177
|
+
javaLogging: string;
|
|
112
178
|
javaLibraries: string[];
|
|
113
179
|
javaTestingLibraries: string[];
|
|
180
|
+
dotnetWebFramework: string;
|
|
181
|
+
dotnetOrm: string;
|
|
182
|
+
dotnetAuth: string;
|
|
183
|
+
dotnetApi: string;
|
|
184
|
+
dotnetTesting: string[];
|
|
185
|
+
dotnetJobQueue: string;
|
|
186
|
+
dotnetRealtime: string;
|
|
187
|
+
dotnetObservability: string[];
|
|
188
|
+
dotnetValidation: string;
|
|
189
|
+
dotnetCaching: string;
|
|
190
|
+
dotnetDeploy: string;
|
|
114
191
|
elixirWebFramework: string;
|
|
115
192
|
elixirOrm: string;
|
|
116
193
|
elixirAuth: string;
|
|
@@ -126,13 +203,10 @@ type CompatibilityInput = {
|
|
|
126
203
|
elixirTesting: string;
|
|
127
204
|
elixirQuality: string;
|
|
128
205
|
elixirDeploy: string;
|
|
206
|
+
elixirLibraries: string[];
|
|
129
207
|
};
|
|
130
208
|
declare function validateProjectName(name: string): string | undefined;
|
|
131
|
-
declare const hasPWACompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
132
|
-
declare const hasTauriCompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
133
|
-
declare const hasDockerComposeCompatibleFrontend: (webFrontend: string[]) => boolean;
|
|
134
209
|
declare const requiresChatSdkVercelAI: (stack: CompatibilityInput) => boolean;
|
|
135
|
-
declare const getCategoryDisplayName: (categoryKey: string) => string;
|
|
136
210
|
type CompatibilityAnalysisResult = {
|
|
137
211
|
adjustedStack: CompatibilityInput | null;
|
|
138
212
|
notes: Record<string, {
|
|
@@ -166,40 +240,18 @@ declare function allowedApisForFrontends(frontends?: Frontend[], astroIntegratio
|
|
|
166
240
|
declare function getApiFrontendCompatibilityIssue(api: API | undefined, frontends?: Frontend[], astroIntegration?: AstroIntegration): CompatibilityIssue | undefined;
|
|
167
241
|
declare function getAIFrontendCompatibilityIssue(ai: AI | undefined, frontends?: Frontend[]): CompatibilityIssue | undefined;
|
|
168
242
|
declare function isFrontendAllowedWithBackend(frontend: Frontend, backend?: Backend, auth?: string): boolean;
|
|
169
|
-
declare function isExampleAIAllowed(backend?: Backend, frontends?: Frontend[]): boolean;
|
|
170
|
-
declare function isExampleChatSdkAllowed(backend?: Backend | string, frontends?: Frontend[], runtime?: Runtime | string): boolean;
|
|
171
243
|
declare function requiresChatSdkVercelAIForSelection(backend?: Backend | string, frontends?: Frontend[], runtime?: Runtime | string): boolean;
|
|
172
244
|
declare function validateAddonCompatibility(addon: Addons, frontend: Frontend[], _auth?: Auth): {
|
|
173
245
|
isCompatible: boolean;
|
|
174
246
|
reason?: string;
|
|
175
247
|
};
|
|
176
|
-
declare function getCompatibleAddons(allAddons: Addons[], frontend: Frontend[], existingAddons?: Addons[], auth?: Auth): ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "docker-compose")[];
|
|
248
|
+
declare function getCompatibleAddons(allAddons: Addons[], frontend: Frontend[], existingAddons?: Addons[], auth?: Auth): ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "docker-compose")[];
|
|
177
249
|
declare function getCompatibleUILibraries(frontends?: Frontend[], astroIntegration?: AstroIntegration): UILibrary[];
|
|
178
250
|
declare function getCompatibleCSSFrameworks(uiLibrary: UILibrary | undefined): CSSFramework[];
|
|
179
251
|
declare function hasWebStyling(frontends?: Frontend[]): boolean;
|
|
180
252
|
declare function getCompatibleFormLibraries(frontends?: Frontend[]): Forms[];
|
|
181
253
|
declare function evaluateCompatibility(input: CompatibilityInput): CompatibilityEvaluation;
|
|
182
254
|
//#endregion
|
|
183
|
-
//#region src/option-metadata.d.ts
|
|
184
|
-
type OptionCategory = "api" | "webFrontend" | "nativeFrontend" | "astroIntegration" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "webDeploy" | "serverDeploy" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "backendLibraries" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "i18n" | "search" | "fileStorage" | "animation" | "cssFramework" | "uiLibrary" | "cms" | "featureFlags" | "analytics" | "mobileNavigation" | "mobileUI" | "mobileStorage" | "mobileTesting" | "mobilePush" | "mobileOTA" | "mobileDeepLinking" | "codeQuality" | "documentation" | "appPlatforms" | "packageManager" | "versionChannel" | "examples" | "ai" | "aiDocs" | "git" | "install" | "effect" | "shadcnBase" | "shadcnStyle" | "shadcnIconLibrary" | "shadcnColorTheme" | "shadcnBaseColor" | "shadcnFont" | "shadcnRadius" | "rustWebFramework" | "rustFrontend" | "rustOrm" | "rustApi" | "rustCli" | "rustLibraries" | "rustLogging" | "rustErrorHandling" | "rustCaching" | "rustAuth" | "pythonWebFramework" | "pythonOrm" | "pythonValidation" | "pythonAi" | "pythonAuth" | "pythonApi" | "pythonTaskQueue" | "pythonGraphql" | "pythonQuality" | "goWebFramework" | "goOrm" | "goApi" | "goCli" | "goLogging" | "goAuth" | "javaWebFramework" | "javaBuildTool" | "javaOrm" | "javaAuth" | "javaLibraries" | "javaTestingLibraries" | "elixirWebFramework" | "elixirOrm" | "elixirAuth" | "elixirApi" | "elixirRealtime" | "elixirJobs" | "elixirValidation" | "elixirHttp" | "elixirJson" | "elixirEmail" | "elixirCaching" | "elixirObservability" | "elixirTesting" | "elixirQuality" | "elixirDeploy";
|
|
185
|
-
type OptionSelectionMode = "single" | "multiple";
|
|
186
|
-
type OptionMetadata = {
|
|
187
|
-
id: string;
|
|
188
|
-
label: string;
|
|
189
|
-
aliases: readonly string[];
|
|
190
|
-
cliValue: string;
|
|
191
|
-
};
|
|
192
|
-
type OptionCategoryMetadata = {
|
|
193
|
-
selectionMode: OptionSelectionMode;
|
|
194
|
-
options: readonly OptionMetadata[];
|
|
195
|
-
};
|
|
196
|
-
declare const OPTION_CATEGORY_METADATA: Record<OptionCategory, OptionCategoryMetadata>;
|
|
197
|
-
declare function isMultiSelectCategory(category: OptionCategory): boolean;
|
|
198
|
-
declare function getOptionMetadata(category: OptionCategory, optionId: string): OptionMetadata | undefined;
|
|
199
|
-
declare function getCategoryOptionIds(category: OptionCategory): string[];
|
|
200
|
-
declare function getCategoryCliValues(category: OptionCategory): string[];
|
|
201
|
-
declare function normalizeOptionId(category: OptionCategory, value: string): string;
|
|
202
|
-
//#endregion
|
|
203
255
|
//#region src/stack-translation.d.ts
|
|
204
256
|
type StackSelectionMode = "solo" | "multi";
|
|
205
257
|
type StackSelectionInput = CompatibilityInput & {
|
|
@@ -213,7 +265,7 @@ type StackSelectionUrlValue = string | string[] | null | undefined;
|
|
|
213
265
|
type StackSelectionUrlRecord = Record<string, StackSelectionUrlValue>;
|
|
214
266
|
declare const NON_OPTION_STACK_SELECTION_KEYS: readonly ["stackMode", "stackPartSpecs", "ecosystem", "projectName", "yolo"];
|
|
215
267
|
declare const STACK_SELECTION_OPTION_CATEGORY_BY_KEY: Record<Exclude<StackSelectionKey, (typeof NON_OPTION_STACK_SELECTION_KEYS)[number]>, OptionCategory>;
|
|
216
|
-
declare const VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS: readonly ["rustLibraries", "pythonAi", "javaLibraries", "javaTestingLibraries", "aiDocs"];
|
|
268
|
+
declare const VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS: readonly ["rustLibraries", "pythonAi", "javaLibraries", "javaTestingLibraries", "dotnetTesting", "dotnetObservability", "goTesting", "pythonTesting", "pythonCli", "elixirLibraries", "aiDocs"];
|
|
217
269
|
declare function usesVirtualNoneStackSelection(key: StackSelectionKey): key is (typeof VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS)[number];
|
|
218
270
|
declare const STACK_SELECTION_URL_KEYS: {
|
|
219
271
|
readonly stackMode: "mode";
|
|
@@ -251,6 +303,7 @@ declare const STACK_SELECTION_URL_KEYS: {
|
|
|
251
303
|
readonly realtime: "rt2";
|
|
252
304
|
readonly jobQueue: "jq";
|
|
253
305
|
readonly caching: "cache";
|
|
306
|
+
readonly rateLimit: "rl";
|
|
254
307
|
readonly i18n: "i18n";
|
|
255
308
|
readonly animation: "anim";
|
|
256
309
|
readonly cssFramework: "css";
|
|
@@ -289,6 +342,10 @@ declare const STACK_SELECTION_URL_KEYS: {
|
|
|
289
342
|
readonly rustErrorHandling: "reh";
|
|
290
343
|
readonly rustCaching: "rca";
|
|
291
344
|
readonly rustAuth: "rau";
|
|
345
|
+
readonly rustRealtime: "rrt";
|
|
346
|
+
readonly rustMessageQueue: "rmq";
|
|
347
|
+
readonly rustObservability: "robs";
|
|
348
|
+
readonly rustTemplating: "rtpl";
|
|
292
349
|
readonly pythonWebFramework: "pwf";
|
|
293
350
|
readonly pythonOrm: "porm";
|
|
294
351
|
readonly pythonValidation: "pval";
|
|
@@ -298,18 +355,42 @@ declare const STACK_SELECTION_URL_KEYS: {
|
|
|
298
355
|
readonly pythonTaskQueue: "ptq";
|
|
299
356
|
readonly pythonGraphql: "pgql";
|
|
300
357
|
readonly pythonQuality: "pq";
|
|
358
|
+
readonly pythonTesting: "ptest";
|
|
359
|
+
readonly pythonCaching: "pcache";
|
|
360
|
+
readonly pythonRealtime: "prt";
|
|
361
|
+
readonly pythonObservability: "pobs";
|
|
362
|
+
readonly pythonCli: "pcli";
|
|
301
363
|
readonly goWebFramework: "gwf";
|
|
302
364
|
readonly goOrm: "gorm";
|
|
303
365
|
readonly goApi: "gapi";
|
|
304
366
|
readonly goCli: "gcli";
|
|
305
367
|
readonly goLogging: "glog";
|
|
306
368
|
readonly goAuth: "gauth";
|
|
369
|
+
readonly goTesting: "gtest";
|
|
370
|
+
readonly goRealtime: "grt";
|
|
371
|
+
readonly goMessageQueue: "gmq";
|
|
372
|
+
readonly goCaching: "gcache";
|
|
373
|
+
readonly goConfig: "gcfg";
|
|
374
|
+
readonly goObservability: "gobs";
|
|
307
375
|
readonly javaWebFramework: "jwf";
|
|
308
376
|
readonly javaBuildTool: "jbt";
|
|
309
377
|
readonly javaOrm: "jorm";
|
|
310
378
|
readonly javaAuth: "jauth";
|
|
379
|
+
readonly javaApi: "japi";
|
|
380
|
+
readonly javaLogging: "jlog";
|
|
311
381
|
readonly javaLibraries: "jlib";
|
|
312
382
|
readonly javaTestingLibraries: "jtest";
|
|
383
|
+
readonly dotnetWebFramework: "dnwf";
|
|
384
|
+
readonly dotnetOrm: "dnorm";
|
|
385
|
+
readonly dotnetAuth: "dnauth";
|
|
386
|
+
readonly dotnetApi: "dnapi";
|
|
387
|
+
readonly dotnetTesting: "dntest";
|
|
388
|
+
readonly dotnetJobQueue: "dnjob";
|
|
389
|
+
readonly dotnetRealtime: "dnrt";
|
|
390
|
+
readonly dotnetObservability: "dnobs";
|
|
391
|
+
readonly dotnetValidation: "dnval";
|
|
392
|
+
readonly dotnetCaching: "dncache";
|
|
393
|
+
readonly dotnetDeploy: "dndeploy";
|
|
313
394
|
readonly elixirWebFramework: "ewf";
|
|
314
395
|
readonly elixirOrm: "eorm";
|
|
315
396
|
readonly elixirAuth: "eauth";
|
|
@@ -325,6 +406,7 @@ declare const STACK_SELECTION_URL_KEYS: {
|
|
|
325
406
|
readonly elixirTesting: "etest";
|
|
326
407
|
readonly elixirQuality: "eq";
|
|
327
408
|
readonly elixirDeploy: "edeploy";
|
|
409
|
+
readonly elixirLibraries: "elib";
|
|
328
410
|
};
|
|
329
411
|
declare const STACK_SELECTION_KEYS: StackSelectionKey[];
|
|
330
412
|
declare function isArrayStackSelectionKey(key: StackSelectionKey): boolean;
|
|
@@ -350,5 +432,5 @@ declare function stackSelectionToCliComparableConfig(selection: StackSelectionIn
|
|
|
350
432
|
declare function isCliDefaultStackSelection(selection: StackSelectionInput, projectName?: string): boolean;
|
|
351
433
|
declare function generateStackSelectionCommand(selection: StackSelectionInput): string;
|
|
352
434
|
//#endregion
|
|
353
|
-
export {
|
|
354
|
-
//# sourceMappingURL=stack-translation-
|
|
435
|
+
export { BACKEND_UTILS_COMPATIBLE_BACKENDS as $, CompatibilityCategory as A, isMultiSelectCategory as At, getCompatibleCSSFrameworks as B, parseStackSelectionFromUrlRecord as C, RUST_CATEGORY_ORDER as Ct, usesVirtualNoneStackSelection as D, getCategoryOptionIds as Dt, stackSelectionToProjectConfig as E, getCategoryDisplayName as Et, analyzeStackCompatibility as F, isFrontendAllowedWithBackend as G, getCompatibleUILibraries as H, evaluateCompatibility as I, requiresChatSdkVercelAI as J, isOptionCompatible as K, getAIFrontendCompatibilityIssue as L, CompatibilityInput as M, CompatibilityIssue as N, CompatibilityAdjustment as O, getCategoryOrderForEcosystem as Ot, allowedApisForFrontends as P, validateProjectName as Q, getApiFrontendCompatibilityIssue as R, parseStackSelectionFromSearch as S, REACT_NATIVE_CATEGORY_ORDER as St, stackSelectionToCliComparableConfig as T, getCategoryCliValues as Tt, getDisabledReason as U, getCompatibleFormLibraries as V, hasWebStyling as W, splitFrontends as X, requiresChatSdkVercelAIForSelection as Y, validateAddonCompatibility as Z, isCliDefaultStackSelection as _, OptionCategoryEcosystem as _t, STACK_SELECTION_URL_KEYS as a, hasTauriCompatibleFrontend as at, normalizeStackSelection as b, OptionSelectionMode as bt, StackSelectionKey as c, isExampleChatSdkAllowed as ct, VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS as d, DOTNET_CATEGORY_ORDER as dt, UI_LIBRARY_COMPATIBILITY as et, cliInputToProjectConfigPartial as f, ELIXIR_CATEGORY_ORDER as ft, isArrayStackSelectionKey as g, OptionCategory as gt, generateStackSelectionCommand as h, OPTION_CATEGORY_METADATA as ht, STACK_SELECTION_OPTION_CATEGORY_BY_KEY as i, hasTanStackAICompatibleFrontend as it, CompatibilityEvaluation as j, normalizeOptionId as jt, CompatibilityAnalysisResult as k, getOptionMetadata as kt, StackSelectionMode as l, requiresChatSdkVercelAIForExamples as lt, createStackSelectionSearchParams as m, JAVA_CATEGORY_ORDER as mt, NON_OPTION_STACK_SELECTION_KEYS as n, hasDockerComposeCompatibleFrontend as nt, StackProjectConfigOptions as o, isBackendUtilsCompatibleBackend as ot, cloneDefaultStackSelection as p, GO_CATEGORY_ORDER as pt, isWebFrontend as q, STACK_SELECTION_KEYS as r, hasPWACompatibleFrontend as rt, StackSelectionInput as s, isExampleAIAllowed as st, DEFAULT_STACK_SELECTION as t, getUnsupportedWebDeployFrontend as tt, StackSelectionState as u, CATEGORY_ORDER as ut, isGraphStackSelection as v, OptionCategoryMetadata as vt, processCliArrayOption as w, TYPESCRIPT_CATEGORY_ORDER as wt, normalizeStackSelectionValue as x, PYTHON_CATEGORY_ORDER as xt, isStackSelectionDefault as y, OptionMetadata as yt, getCompatibleAddons as z };
|
|
436
|
+
//# sourceMappingURL=stack-translation-LwAKaXg1.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack-translation-LwAKaXg1.d.mts","names":[],"sources":["../src/option-metadata.ts","../src/stack-compatibility-rules.ts","../src/compatibility.ts","../src/stack-translation.ts"],"sourcesContent":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./schemas-
|
|
2
|
-
import "./types-
|
|
3
|
-
import "./defaults-
|
|
4
|
-
import { C as parseStackSelectionFromUrlRecord, D as usesVirtualNoneStackSelection, E as stackSelectionToProjectConfig, S as parseStackSelectionFromSearch, T as stackSelectionToCliComparableConfig, _ as isCliDefaultStackSelection, a as STACK_SELECTION_URL_KEYS, b as normalizeStackSelection, c as StackSelectionKey, d as VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, f as cliInputToProjectConfigPartial, g as isArrayStackSelectionKey, h as generateStackSelectionCommand, i as STACK_SELECTION_OPTION_CATEGORY_BY_KEY, l as StackSelectionMode, m as createStackSelectionSearchParams, n as NON_OPTION_STACK_SELECTION_KEYS, o as StackProjectConfigOptions, p as cloneDefaultStackSelection, r as STACK_SELECTION_KEYS, s as StackSelectionInput, t as DEFAULT_STACK_SELECTION, u as StackSelectionState, v as isGraphStackSelection, w as processCliArrayOption, x as normalizeStackSelectionValue, y as isStackSelectionDefault } from "./stack-translation-
|
|
1
|
+
import "./schemas-BTO7jwoE.mjs";
|
|
2
|
+
import "./types-C4r4ucMM.mjs";
|
|
3
|
+
import "./defaults-zyxI-U_5.mjs";
|
|
4
|
+
import { C as parseStackSelectionFromUrlRecord, D as usesVirtualNoneStackSelection, E as stackSelectionToProjectConfig, S as parseStackSelectionFromSearch, T as stackSelectionToCliComparableConfig, _ as isCliDefaultStackSelection, a as STACK_SELECTION_URL_KEYS, b as normalizeStackSelection, c as StackSelectionKey, d as VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, f as cliInputToProjectConfigPartial, g as isArrayStackSelectionKey, h as generateStackSelectionCommand, i as STACK_SELECTION_OPTION_CATEGORY_BY_KEY, l as StackSelectionMode, m as createStackSelectionSearchParams, n as NON_OPTION_STACK_SELECTION_KEYS, o as StackProjectConfigOptions, p as cloneDefaultStackSelection, r as STACK_SELECTION_KEYS, s as StackSelectionInput, t as DEFAULT_STACK_SELECTION, u as StackSelectionState, v as isGraphStackSelection, w as processCliArrayOption, x as normalizeStackSelectionValue, y as isStackSelectionDefault } from "./stack-translation-LwAKaXg1.mjs";
|
|
5
5
|
export { DEFAULT_STACK_SELECTION, NON_OPTION_STACK_SELECTION_KEYS, STACK_SELECTION_KEYS, STACK_SELECTION_OPTION_CATEGORY_BY_KEY, STACK_SELECTION_URL_KEYS, StackProjectConfigOptions, StackSelectionInput, StackSelectionKey, StackSelectionMode, StackSelectionState, VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, cliInputToProjectConfigPartial, cloneDefaultStackSelection, createStackSelectionSearchParams, generateStackSelectionCommand, isArrayStackSelectionKey, isCliDefaultStackSelection, isGraphStackSelection, isStackSelectionDefault, normalizeStackSelection, normalizeStackSelectionValue, parseStackSelectionFromSearch, parseStackSelectionFromUrlRecord, processCliArrayOption, stackSelectionToCliComparableConfig, stackSelectionToProjectConfig, usesVirtualNoneStackSelection };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import "./schemas-
|
|
2
|
-
import { S as usesVirtualNoneStackSelection, _ as parseStackSelectionFromSearch, a as STACK_SELECTION_URL_KEYS, b as stackSelectionToCliComparableConfig, c as cloneDefaultStackSelection, d as isArrayStackSelectionKey, f as isCliDefaultStackSelection, g as normalizeStackSelectionValue, h as normalizeStackSelection, i as STACK_SELECTION_OPTION_CATEGORY_BY_KEY, l as createStackSelectionSearchParams, m as isStackSelectionDefault, n as NON_OPTION_STACK_SELECTION_KEYS, o as VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, p as isGraphStackSelection, r as STACK_SELECTION_KEYS, s as cliInputToProjectConfigPartial, t as DEFAULT_STACK_SELECTION, u as generateStackSelectionCommand, v as parseStackSelectionFromUrlRecord, x as stackSelectionToProjectConfig, y as processCliArrayOption } from "./stack-translation-
|
|
3
|
-
import "./stack-graph-
|
|
1
|
+
import "./schemas-D444b8s8.mjs";
|
|
2
|
+
import { S as usesVirtualNoneStackSelection, _ as parseStackSelectionFromSearch, a as STACK_SELECTION_URL_KEYS, b as stackSelectionToCliComparableConfig, c as cloneDefaultStackSelection, d as isArrayStackSelectionKey, f as isCliDefaultStackSelection, g as normalizeStackSelectionValue, h as normalizeStackSelection, i as STACK_SELECTION_OPTION_CATEGORY_BY_KEY, l as createStackSelectionSearchParams, m as isStackSelectionDefault, n as NON_OPTION_STACK_SELECTION_KEYS, o as VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, p as isGraphStackSelection, r as STACK_SELECTION_KEYS, s as cliInputToProjectConfigPartial, t as DEFAULT_STACK_SELECTION, u as generateStackSelectionCommand, v as parseStackSelectionFromUrlRecord, x as stackSelectionToProjectConfig, y as processCliArrayOption } from "./stack-translation-Bb3LIDTp.mjs";
|
|
3
|
+
import "./stack-graph-DXh8F1TL.mjs";
|
|
4
4
|
|
|
5
5
|
export { DEFAULT_STACK_SELECTION, NON_OPTION_STACK_SELECTION_KEYS, STACK_SELECTION_KEYS, STACK_SELECTION_OPTION_CATEGORY_BY_KEY, STACK_SELECTION_URL_KEYS, VIRTUAL_NONE_MULTI_SELECT_STACK_SELECTION_KEYS, cliInputToProjectConfigPartial, cloneDefaultStackSelection, createStackSelectionSearchParams, generateStackSelectionCommand, isArrayStackSelectionKey, isCliDefaultStackSelection, isGraphStackSelection, isStackSelectionDefault, normalizeStackSelection, normalizeStackSelectionValue, parseStackSelectionFromSearch, parseStackSelectionFromUrlRecord, processCliArrayOption, stackSelectionToCliComparableConfig, stackSelectionToProjectConfig, usesVirtualNoneStackSelection };
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { $ as DotnetJobQueueSchema, $i as TemplateSchema, $t as FileUploadSchema, A as CachingSchema, Ar as PaymentsSchema, At as ElixirCachingSchema, Bi as ShadcnBaseSchema, Bn as JavaBuildToolSchema, Br as PythonOrmSchema, Bt as ElixirRealtimeSchema, C as BetterTStackConfigSchema, Ci as RustOrmSchema, Cn as GoRealtimeSchema, Dn as I18nSchema, Dt as EffectSchema, E as CMSSchema, Ei as RustWebFrameworkSchema, Et as EcosystemSchema, Fr as PythonAuthSchema, Ft as ElixirJsonSchema, Gi as ShadcnStyleSchema, Gn as JavaWebFrameworkSchema, Gr as PythonValidationSchema, Gt as ExamplesSchema, Hi as ShadcnFontSchema, Hn as JavaLoggingSchema, Hr as PythonRealtimeSchema, Ht as ElixirValidationSchema, Ir as PythonCachingSchema, It as ElixirLibrariesSchema, J as DirectoryConflictSchema, Ji as StackPartSchema, Jn as LoggingSchema, K as DatabaseSchema, Ki as StackPartEcosystemSchema, Kn as JobQueueSchema, Kr as PythonWebFrameworkSchema, Li as SearchSchema, Lr as PythonCliSchema, Lt as ElixirObservabilitySchema, Mr as ProjectNameSchema, Mt as ElixirEmailSchema, Nr as PythonAiSchema, Nt as ElixirHttpSchema, O as CSSFrameworkSchema, On as InitResultSchema, Ot as ElixirApiSchema, Pr as PythonApiSchema, Pt as ElixirJobsSchema, Q as DotnetDeploySchema, Qt as FileStorageSchema, Ri as ServerDeploySchema, Rn as JavaApiSchema, Rr as PythonGraphqlSchema, Rt as ElixirOrmSchema, Si as RustObservabilitySchema, Sn as GoOrmSchema, T as CLIInputSchema, Ti as RustTemplatingSchema, Tn as GoWebFrameworkSchema, Ui as ShadcnIconLibrarySchema, Un as JavaOrmSchema, Ur as PythonTaskQueueSchema, Ut as ElixirWebFrameworkSchema, Vi as ShadcnColorThemeSchema, Vn as JavaLibrariesSchema, Vr as PythonQualitySchema, Vt as ElixirTestingSchema, Wi as ShadcnRadiusSchema, Wn as JavaTestingLibrariesSchema, Wr as PythonTestingSchema, Wt as EmailSchema, X as DotnetAuthSchema, Xi as StateManagementSchema, Y as DotnetApiSchema, Yi as StackPartSourceSchema, Z as DotnetCachingSchema, Zt as FeatureFlagsSchema, _ as AuthSchema, _i as RustErrorHandlingSchema, _n as GoCliSchema, aa as ValidationSchema, ar as MobilePushSchema, at as DotnetWebFrameworkSchema, bi as RustLoggingSchema, bn as GoMessageQueueSchema, ca as WebDeploySchema, cr as MobileUISchema, d as AddInputSchema, di as RealtimeSchema, ea as TestingSchema, en as FormsSchema, et as DotnetObservabilitySchema, f as AddonsSchema, fi as RuntimeSchema, fr as ObservabilitySchema, g as AstroIntegrationSchema, gi as RustCliSchema, gn as GoCachingSchema, h as AnimationSchema, hi as RustCachingSchema, hn as GoAuthSchema, ir as MobileOTASchema, it as DotnetValidationSchema, j as CreateInputSchema, jr as ProjectConfigSchema, jt as ElixirDeploySchema, kr as PackageManagerSchema, kt as ElixirAuthSchema, m as AnalyticsSchema, mi as RustAuthSchema, mn as GoApiSchema, n as AISchema, nr as MobileDeepLinkingSchema, nt as DotnetRealtimeSchema, oa as VersionChannelSchema, or as MobileStorageSchema, p as AiDocsSchema, pi as RustApiSchema, q as DatabaseSetupSchema, qi as StackPartRoleSchema, rr as MobileNavigationSchema, rt as DotnetTestingSchema, s as APISchema, sr as MobileTestingSchema, ta as UILibrarySchema, tn as FrontendSchema, tt as DotnetOrmSchema, ui as RateLimitSchema, ur as ORMSchema, vi as RustFrontendSchema, vn as GoConfigSchema, wi as RustRealtimeSchema, wn as GoTestingSchema, x as BetterFullstackConfigSchema, xi as RustMessageQueueSchema, xn as GoObservabilitySchema, y as BackendSchema, yi as RustLibrariesSchema, yn as GoLoggingSchema, zi as ShadcnBaseColorSchema, zn as JavaAuthSchema, zr as PythonObservabilitySchema, zt as ElixirQualitySchema } from "./schemas-BTO7jwoE.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
4
|
+
//#region src/types.d.ts
|
|
5
|
+
type Database = z.infer<typeof DatabaseSchema>;
|
|
6
|
+
type ORM = z.infer<typeof ORMSchema>;
|
|
7
|
+
type Backend = z.infer<typeof BackendSchema>;
|
|
8
|
+
type Runtime = z.infer<typeof RuntimeSchema>;
|
|
9
|
+
type Frontend = z.infer<typeof FrontendSchema>;
|
|
10
|
+
type Addons = z.infer<typeof AddonsSchema>;
|
|
11
|
+
type Examples = z.infer<typeof ExamplesSchema>;
|
|
12
|
+
type PackageManager = z.infer<typeof PackageManagerSchema>;
|
|
13
|
+
type VersionChannel = z.infer<typeof VersionChannelSchema>;
|
|
14
|
+
type DatabaseSetup = z.infer<typeof DatabaseSetupSchema>;
|
|
15
|
+
type API = z.infer<typeof APISchema>;
|
|
16
|
+
type Auth = z.infer<typeof AuthSchema>;
|
|
17
|
+
type Payments = z.infer<typeof PaymentsSchema>;
|
|
18
|
+
type WebDeploy = z.infer<typeof WebDeploySchema>;
|
|
19
|
+
type ServerDeploy = z.infer<typeof ServerDeploySchema>;
|
|
20
|
+
type DirectoryConflict = z.infer<typeof DirectoryConflictSchema>;
|
|
21
|
+
type Template = z.infer<typeof TemplateSchema>;
|
|
22
|
+
type ProjectName = z.infer<typeof ProjectNameSchema>;
|
|
23
|
+
type AstroIntegration = z.infer<typeof AstroIntegrationSchema>;
|
|
24
|
+
type AI = z.infer<typeof AISchema>;
|
|
25
|
+
type Effect = z.infer<typeof EffectSchema>;
|
|
26
|
+
type StateManagement = z.infer<typeof StateManagementSchema>;
|
|
27
|
+
type Forms = z.infer<typeof FormsSchema>;
|
|
28
|
+
type Testing = z.infer<typeof TestingSchema>;
|
|
29
|
+
type Email = z.infer<typeof EmailSchema>;
|
|
30
|
+
type CSSFramework = z.infer<typeof CSSFrameworkSchema>;
|
|
31
|
+
type UILibrary = z.infer<typeof UILibrarySchema>;
|
|
32
|
+
type Validation = z.infer<typeof ValidationSchema>;
|
|
33
|
+
type Realtime = z.infer<typeof RealtimeSchema>;
|
|
34
|
+
type JobQueue = z.infer<typeof JobQueueSchema>;
|
|
35
|
+
type Animation = z.infer<typeof AnimationSchema>;
|
|
36
|
+
type FileUpload = z.infer<typeof FileUploadSchema>;
|
|
37
|
+
type Logging = z.infer<typeof LoggingSchema>;
|
|
38
|
+
type Observability = z.infer<typeof ObservabilitySchema>;
|
|
39
|
+
type FeatureFlags = z.infer<typeof FeatureFlagsSchema>;
|
|
40
|
+
type Analytics = z.infer<typeof AnalyticsSchema>;
|
|
41
|
+
type MobileNavigation = z.infer<typeof MobileNavigationSchema>;
|
|
42
|
+
type MobileUI = z.infer<typeof MobileUISchema>;
|
|
43
|
+
type MobileStorage = z.infer<typeof MobileStorageSchema>;
|
|
44
|
+
type MobileTesting = z.infer<typeof MobileTestingSchema>;
|
|
45
|
+
type MobilePush = z.infer<typeof MobilePushSchema>;
|
|
46
|
+
type MobileOTA = z.infer<typeof MobileOTASchema>;
|
|
47
|
+
type MobileDeepLinking = z.infer<typeof MobileDeepLinkingSchema>;
|
|
48
|
+
type CMS = z.infer<typeof CMSSchema>;
|
|
49
|
+
type Caching = z.infer<typeof CachingSchema>;
|
|
50
|
+
type RateLimit = z.infer<typeof RateLimitSchema>;
|
|
51
|
+
type I18n = z.infer<typeof I18nSchema>;
|
|
52
|
+
type Search = z.infer<typeof SearchSchema>;
|
|
53
|
+
type FileStorage = z.infer<typeof FileStorageSchema>;
|
|
54
|
+
type Ecosystem = z.infer<typeof EcosystemSchema>;
|
|
55
|
+
type RustWebFramework = z.infer<typeof RustWebFrameworkSchema>;
|
|
56
|
+
type RustFrontend = z.infer<typeof RustFrontendSchema>;
|
|
57
|
+
type RustOrm = z.infer<typeof RustOrmSchema>;
|
|
58
|
+
type RustApi = z.infer<typeof RustApiSchema>;
|
|
59
|
+
type RustCli = z.infer<typeof RustCliSchema>;
|
|
60
|
+
type RustLibraries = z.infer<typeof RustLibrariesSchema>;
|
|
61
|
+
type RustLogging = z.infer<typeof RustLoggingSchema>;
|
|
62
|
+
type RustErrorHandling = z.infer<typeof RustErrorHandlingSchema>;
|
|
63
|
+
type RustCaching = z.infer<typeof RustCachingSchema>;
|
|
64
|
+
type RustAuth = z.infer<typeof RustAuthSchema>;
|
|
65
|
+
type RustRealtime = z.infer<typeof RustRealtimeSchema>;
|
|
66
|
+
type RustMessageQueue = z.infer<typeof RustMessageQueueSchema>;
|
|
67
|
+
type RustObservability = z.infer<typeof RustObservabilitySchema>;
|
|
68
|
+
type RustTemplating = z.infer<typeof RustTemplatingSchema>;
|
|
69
|
+
type PythonWebFramework = z.infer<typeof PythonWebFrameworkSchema>;
|
|
70
|
+
type PythonOrm = z.infer<typeof PythonOrmSchema>;
|
|
71
|
+
type PythonValidation = z.infer<typeof PythonValidationSchema>;
|
|
72
|
+
type PythonAi = z.infer<typeof PythonAiSchema>;
|
|
73
|
+
type PythonAuth = z.infer<typeof PythonAuthSchema>;
|
|
74
|
+
type PythonApi = z.infer<typeof PythonApiSchema>;
|
|
75
|
+
type PythonTaskQueue = z.infer<typeof PythonTaskQueueSchema>;
|
|
76
|
+
type PythonGraphql = z.infer<typeof PythonGraphqlSchema>;
|
|
77
|
+
type PythonQuality = z.infer<typeof PythonQualitySchema>;
|
|
78
|
+
type PythonTesting = z.infer<typeof PythonTestingSchema>;
|
|
79
|
+
type PythonCaching = z.infer<typeof PythonCachingSchema>;
|
|
80
|
+
type PythonRealtime = z.infer<typeof PythonRealtimeSchema>;
|
|
81
|
+
type PythonObservability = z.infer<typeof PythonObservabilitySchema>;
|
|
82
|
+
type PythonCli = z.infer<typeof PythonCliSchema>;
|
|
83
|
+
type GoWebFramework = z.infer<typeof GoWebFrameworkSchema>;
|
|
84
|
+
type GoOrm = z.infer<typeof GoOrmSchema>;
|
|
85
|
+
type GoApi = z.infer<typeof GoApiSchema>;
|
|
86
|
+
type GoCli = z.infer<typeof GoCliSchema>;
|
|
87
|
+
type GoLogging = z.infer<typeof GoLoggingSchema>;
|
|
88
|
+
type GoAuth = z.infer<typeof GoAuthSchema>;
|
|
89
|
+
type GoTesting = z.infer<typeof GoTestingSchema>;
|
|
90
|
+
type GoRealtime = z.infer<typeof GoRealtimeSchema>;
|
|
91
|
+
type GoMessageQueue = z.infer<typeof GoMessageQueueSchema>;
|
|
92
|
+
type GoCaching = z.infer<typeof GoCachingSchema>;
|
|
93
|
+
type GoConfig = z.infer<typeof GoConfigSchema>;
|
|
94
|
+
type GoObservability = z.infer<typeof GoObservabilitySchema>;
|
|
95
|
+
type JavaWebFramework = z.infer<typeof JavaWebFrameworkSchema>;
|
|
96
|
+
type JavaBuildTool = z.infer<typeof JavaBuildToolSchema>;
|
|
97
|
+
type JavaOrm = z.infer<typeof JavaOrmSchema>;
|
|
98
|
+
type JavaAuth = z.infer<typeof JavaAuthSchema>;
|
|
99
|
+
type JavaApi = z.infer<typeof JavaApiSchema>;
|
|
100
|
+
type JavaLogging = z.infer<typeof JavaLoggingSchema>;
|
|
101
|
+
type JavaLibraries = z.infer<typeof JavaLibrariesSchema>;
|
|
102
|
+
type JavaTestingLibraries = z.infer<typeof JavaTestingLibrariesSchema>;
|
|
103
|
+
type DotnetWebFramework = z.infer<typeof DotnetWebFrameworkSchema>;
|
|
104
|
+
type DotnetOrm = z.infer<typeof DotnetOrmSchema>;
|
|
105
|
+
type DotnetAuth = z.infer<typeof DotnetAuthSchema>;
|
|
106
|
+
type DotnetApi = z.infer<typeof DotnetApiSchema>;
|
|
107
|
+
type DotnetTesting = z.infer<typeof DotnetTestingSchema>;
|
|
108
|
+
type DotnetJobQueue = z.infer<typeof DotnetJobQueueSchema>;
|
|
109
|
+
type DotnetRealtime = z.infer<typeof DotnetRealtimeSchema>;
|
|
110
|
+
type DotnetObservability = z.infer<typeof DotnetObservabilitySchema>;
|
|
111
|
+
type DotnetValidation = z.infer<typeof DotnetValidationSchema>;
|
|
112
|
+
type DotnetCaching = z.infer<typeof DotnetCachingSchema>;
|
|
113
|
+
type DotnetDeploy = z.infer<typeof DotnetDeploySchema>;
|
|
114
|
+
type ElixirWebFramework = z.infer<typeof ElixirWebFrameworkSchema>;
|
|
115
|
+
type ElixirOrm = z.infer<typeof ElixirOrmSchema>;
|
|
116
|
+
type ElixirAuth = z.infer<typeof ElixirAuthSchema>;
|
|
117
|
+
type ElixirApi = z.infer<typeof ElixirApiSchema>;
|
|
118
|
+
type ElixirLibraries = z.infer<typeof ElixirLibrariesSchema>;
|
|
119
|
+
type ElixirRealtime = z.infer<typeof ElixirRealtimeSchema>;
|
|
120
|
+
type ElixirJobs = z.infer<typeof ElixirJobsSchema>;
|
|
121
|
+
type ElixirValidation = z.infer<typeof ElixirValidationSchema>;
|
|
122
|
+
type ElixirHttp = z.infer<typeof ElixirHttpSchema>;
|
|
123
|
+
type ElixirJson = z.infer<typeof ElixirJsonSchema>;
|
|
124
|
+
type ElixirEmail = z.infer<typeof ElixirEmailSchema>;
|
|
125
|
+
type ElixirCaching = z.infer<typeof ElixirCachingSchema>;
|
|
126
|
+
type ElixirObservability = z.infer<typeof ElixirObservabilitySchema>;
|
|
127
|
+
type ElixirTesting = z.infer<typeof ElixirTestingSchema>;
|
|
128
|
+
type ElixirQuality = z.infer<typeof ElixirQualitySchema>;
|
|
129
|
+
type ElixirDeploy = z.infer<typeof ElixirDeploySchema>;
|
|
130
|
+
type AiDocs = z.infer<typeof AiDocsSchema>;
|
|
131
|
+
type ShadcnBase = z.infer<typeof ShadcnBaseSchema>;
|
|
132
|
+
type ShadcnStyle = z.infer<typeof ShadcnStyleSchema>;
|
|
133
|
+
type ShadcnIconLibrary = z.infer<typeof ShadcnIconLibrarySchema>;
|
|
134
|
+
type ShadcnColorTheme = z.infer<typeof ShadcnColorThemeSchema>;
|
|
135
|
+
type ShadcnBaseColor = z.infer<typeof ShadcnBaseColorSchema>;
|
|
136
|
+
type ShadcnFont = z.infer<typeof ShadcnFontSchema>;
|
|
137
|
+
type ShadcnRadius = z.infer<typeof ShadcnRadiusSchema>;
|
|
138
|
+
type StackPartEcosystem = z.infer<typeof StackPartEcosystemSchema>;
|
|
139
|
+
type StackPartRole = z.infer<typeof StackPartRoleSchema>;
|
|
140
|
+
type StackPartSource = z.infer<typeof StackPartSourceSchema>;
|
|
141
|
+
type StackPart = z.infer<typeof StackPartSchema>;
|
|
142
|
+
type CreateInput = z.infer<typeof CreateInputSchema>;
|
|
143
|
+
type AddInput = z.infer<typeof AddInputSchema>;
|
|
144
|
+
type CLIInput = z.infer<typeof CLIInputSchema>;
|
|
145
|
+
type ProjectConfig = z.infer<typeof ProjectConfigSchema>;
|
|
146
|
+
type BetterFullstackConfig = z.infer<typeof BetterFullstackConfigSchema>;
|
|
147
|
+
type BetterTStackConfig = z.infer<typeof BetterTStackConfigSchema>;
|
|
148
|
+
type InitResult = z.infer<typeof InitResultSchema>;
|
|
149
|
+
type WebFrontend = Extract<Frontend, "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "svelte" | "solid" | "solid-start" | "astro" | "none">;
|
|
150
|
+
type NativeFrontend = Extract<Frontend, "native-bare" | "native-uniwind" | "native-unistyles" | "none">;
|
|
151
|
+
//#endregion
|
|
152
|
+
export { FileStorage as $, PythonValidation as $t, DotnetValidation as A, StackPartSource as An, MobilePush as At, ElixirJobs as B, ProjectName as Bt, DotnetCaching as C, ShadcnFont as Cn, JavaTestingLibraries as Ct, DotnetOrm as D, StackPart as Dn, MobileDeepLinking as Dt, DotnetObservability as E, ShadcnStyle as En, Logging as Et, ElixirAuth as F, Validation as Fn, ORM as Ft, ElixirQuality as G, PythonCli as Gt, ElixirLibraries as H, PythonApi as Ht, ElixirCaching as I, VersionChannel as In, Observability as It, ElixirValidation as J, PythonOrm as Jt, ElixirRealtime as K, PythonGraphql as Kt, ElixirDeploy as L, WebDeploy as Ln, PackageManager as Lt, Ecosystem as M, Template as Mn, MobileTesting as Mt, Effect as N, Testing as Nn, MobileUI as Nt, DotnetRealtime as O, StackPartEcosystem as On, MobileNavigation as Ot, ElixirApi as P, UILibrary as Pn, NativeFrontend as Pt, FeatureFlags as Q, PythonTesting as Qt, ElixirEmail as R, WebFrontend as Rn, Payments as Rt, DotnetAuth as S, ShadcnColorTheme as Sn, JavaOrm as St, DotnetJobQueue as T, ShadcnRadius as Tn, JobQueue as Tt, ElixirObservability as U, PythonAuth as Ut, ElixirJson as V, PythonAi as Vt, ElixirOrm as W, PythonCaching as Wt, Email as X, PythonRealtime as Xt, ElixirWebFramework as Y, PythonQuality as Yt, Examples as Z, PythonTaskQueue as Zt, CreateInput as _, RustWebFramework as _n, JavaApi as _t, AiDocs as a, RustAuth as an, GoCaching as at, DirectoryConflict as b, ShadcnBase as bn, JavaLibraries as bt, AstroIntegration as c, RustErrorHandling as cn, GoLogging as ct, BetterFullstackConfig as d, RustLogging as dn, GoOrm as dt, PythonWebFramework as en, FileUpload as et, BetterTStackConfig as f, RustMessageQueue as fn, GoRealtime as ft, Caching as g, RustTemplating as gn, InitResult as gt, CSSFramework as h, RustRealtime as hn, I18n as ht, Addons as i, RustApi as in, GoAuth as it, DotnetWebFramework as j, StateManagement as jn, MobileStorage as jt, DotnetTesting as k, StackPartRole as kn, MobileOTA as kt, Auth as l, RustFrontend as ln, GoMessageQueue as lt, CMS as m, RustOrm as mn, GoWebFramework as mt, API as n, Realtime as nn, Frontend as nt, Analytics as o, RustCaching as on, GoCli as ot, CLIInput as p, RustObservability as pn, GoTesting as pt, ElixirTesting as q, PythonObservability as qt, AddInput as r, Runtime as rn, GoApi as rt, Animation as s, RustCli as sn, GoConfig as st, AI as t, RateLimit as tn, Forms as tt, Backend as u, RustLibraries as un, GoObservability as ut, Database as v, Search as vn, JavaAuth as vt, DotnetDeploy as w, ShadcnIconLibrary as wn, JavaWebFramework as wt, DotnetApi as x, ShadcnBaseColor as xn, JavaLogging as xt, DatabaseSetup as y, ServerDeploy as yn, JavaBuildTool as yt, ElixirHttp as z, ProjectConfig as zt };
|
|
153
|
+
//# sourceMappingURL=types-C4r4ucMM.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types-C4r4ucMM.d.mts","names":[],"sources":["../src/types.ts"],"sourcesContent":[],"mappings":"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"}
|
package/dist/types.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./schemas-
|
|
2
|
-
import { $ as
|
|
3
|
-
export { AI, API, AddInput, Addons, AiDocs, Analytics, Animation, AstroIntegration, Auth, Backend, BetterFullstackConfig, BetterTStackConfig, CLIInput, CMS, CSSFramework, Caching, CreateInput, Database, DatabaseSetup, DirectoryConflict, Ecosystem, Effect, ElixirApi, ElixirAuth, ElixirCaching, ElixirDeploy, ElixirEmail, ElixirHttp, ElixirJobs, ElixirJson, ElixirObservability, ElixirOrm, ElixirQuality, ElixirRealtime, ElixirTesting, ElixirValidation, ElixirWebFramework, Email, Examples, FeatureFlags, FileStorage, FileUpload, Forms, Frontend, GoApi, GoAuth, GoCli, GoLogging, GoOrm, GoWebFramework, I18n, InitResult, JavaAuth, JavaBuildTool, JavaLibraries, JavaOrm, JavaTestingLibraries, JavaWebFramework, JobQueue, Logging, MobileDeepLinking, MobileNavigation, MobileOTA, MobilePush, MobileStorage, MobileTesting, MobileUI, NativeFrontend, ORM, Observability, PackageManager, Payments, ProjectConfig, ProjectName, PythonAi, PythonApi, PythonAuth, PythonGraphql, PythonOrm, PythonQuality, PythonTaskQueue, PythonValidation, PythonWebFramework, Realtime, Runtime, RustApi, RustAuth, RustCaching, RustCli, RustErrorHandling, RustFrontend, RustLibraries, RustLogging, RustOrm, RustWebFramework, Search, ServerDeploy, ShadcnBase, ShadcnBaseColor, ShadcnColorTheme, ShadcnFont, ShadcnIconLibrary, ShadcnRadius, ShadcnStyle, StackPart, StackPartEcosystem, StackPartRole, StackPartSource, StateManagement, Template, Testing, UILibrary, Validation, VersionChannel, WebDeploy, WebFrontend };
|
|
1
|
+
import "./schemas-BTO7jwoE.mjs";
|
|
2
|
+
import { $ as FileStorage, $t as PythonValidation, A as DotnetValidation, An as StackPartSource, At as MobilePush, B as ElixirJobs, Bt as ProjectName, C as DotnetCaching, Cn as ShadcnFont, Ct as JavaTestingLibraries, D as DotnetOrm, Dn as StackPart, Dt as MobileDeepLinking, E as DotnetObservability, En as ShadcnStyle, Et as Logging, F as ElixirAuth, Fn as Validation, Ft as ORM, G as ElixirQuality, Gt as PythonCli, H as ElixirLibraries, Ht as PythonApi, I as ElixirCaching, In as VersionChannel, It as Observability, J as ElixirValidation, Jt as PythonOrm, K as ElixirRealtime, Kt as PythonGraphql, L as ElixirDeploy, Ln as WebDeploy, Lt as PackageManager, M as Ecosystem, Mn as Template, Mt as MobileTesting, N as Effect, Nn as Testing, Nt as MobileUI, O as DotnetRealtime, On as StackPartEcosystem, Ot as MobileNavigation, P as ElixirApi, Pn as UILibrary, Pt as NativeFrontend, Q as FeatureFlags, Qt as PythonTesting, R as ElixirEmail, Rn as WebFrontend, Rt as Payments, S as DotnetAuth, Sn as ShadcnColorTheme, St as JavaOrm, T as DotnetJobQueue, Tn as ShadcnRadius, Tt as JobQueue, U as ElixirObservability, Ut as PythonAuth, V as ElixirJson, Vt as PythonAi, W as ElixirOrm, Wt as PythonCaching, X as Email, Xt as PythonRealtime, Y as ElixirWebFramework, Yt as PythonQuality, Z as Examples, Zt as PythonTaskQueue, _ as CreateInput, _n as RustWebFramework, _t as JavaApi, a as AiDocs, an as RustAuth, at as GoCaching, b as DirectoryConflict, bn as ShadcnBase, bt as JavaLibraries, c as AstroIntegration, cn as RustErrorHandling, ct as GoLogging, d as BetterFullstackConfig, dn as RustLogging, dt as GoOrm, en as PythonWebFramework, et as FileUpload, f as BetterTStackConfig, fn as RustMessageQueue, ft as GoRealtime, g as Caching, gn as RustTemplating, gt as InitResult, h as CSSFramework, hn as RustRealtime, ht as I18n, i as Addons, in as RustApi, it as GoAuth, j as DotnetWebFramework, jn as StateManagement, jt as MobileStorage, k as DotnetTesting, kn as StackPartRole, kt as MobileOTA, l as Auth, ln as RustFrontend, lt as GoMessageQueue, m as CMS, mn as RustOrm, mt as GoWebFramework, n as API, nn as Realtime, nt as Frontend, o as Analytics, on as RustCaching, ot as GoCli, p as CLIInput, pn as RustObservability, pt as GoTesting, q as ElixirTesting, qt as PythonObservability, r as AddInput, rn as Runtime, rt as GoApi, s as Animation, sn as RustCli, st as GoConfig, t as AI, tn as RateLimit, tt as Forms, u as Backend, un as RustLibraries, ut as GoObservability, v as Database, vn as Search, vt as JavaAuth, w as DotnetDeploy, wn as ShadcnIconLibrary, wt as JavaWebFramework, x as DotnetApi, xn as ShadcnBaseColor, xt as JavaLogging, y as DatabaseSetup, yn as ServerDeploy, yt as JavaBuildTool, z as ElixirHttp, zt as ProjectConfig } from "./types-C4r4ucMM.mjs";
|
|
3
|
+
export { AI, API, AddInput, Addons, AiDocs, Analytics, Animation, AstroIntegration, Auth, Backend, BetterFullstackConfig, BetterTStackConfig, CLIInput, CMS, CSSFramework, Caching, CreateInput, Database, DatabaseSetup, DirectoryConflict, DotnetApi, DotnetAuth, DotnetCaching, DotnetDeploy, DotnetJobQueue, DotnetObservability, DotnetOrm, DotnetRealtime, DotnetTesting, DotnetValidation, DotnetWebFramework, Ecosystem, Effect, ElixirApi, ElixirAuth, ElixirCaching, ElixirDeploy, ElixirEmail, ElixirHttp, ElixirJobs, ElixirJson, ElixirLibraries, ElixirObservability, ElixirOrm, ElixirQuality, ElixirRealtime, ElixirTesting, ElixirValidation, ElixirWebFramework, Email, Examples, FeatureFlags, FileStorage, FileUpload, Forms, Frontend, GoApi, GoAuth, GoCaching, GoCli, GoConfig, GoLogging, GoMessageQueue, GoObservability, GoOrm, GoRealtime, GoTesting, GoWebFramework, I18n, InitResult, JavaApi, JavaAuth, JavaBuildTool, JavaLibraries, JavaLogging, JavaOrm, JavaTestingLibraries, JavaWebFramework, JobQueue, Logging, MobileDeepLinking, MobileNavigation, MobileOTA, MobilePush, MobileStorage, MobileTesting, MobileUI, NativeFrontend, ORM, Observability, PackageManager, Payments, ProjectConfig, ProjectName, PythonAi, PythonApi, PythonAuth, PythonCaching, PythonCli, PythonGraphql, PythonObservability, PythonOrm, PythonQuality, PythonRealtime, PythonTaskQueue, PythonTesting, PythonValidation, PythonWebFramework, RateLimit, Realtime, Runtime, RustApi, RustAuth, RustCaching, RustCli, RustErrorHandling, RustFrontend, RustLibraries, RustLogging, RustMessageQueue, RustObservability, RustOrm, RustRealtime, RustTemplating, RustWebFramework, Search, ServerDeploy, ShadcnBase, ShadcnBaseColor, ShadcnColorTheme, ShadcnFont, ShadcnIconLibrary, ShadcnRadius, ShadcnStyle, StackPart, StackPartEcosystem, StackPartRole, StackPartSource, StateManagement, Template, Testing, UILibrary, Validation, VersionChannel, WebDeploy, WebFrontend };
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults-ByJzfP7_.d.mts","names":[],"sources":["../src/defaults.ts"],"sourcesContent":[],"mappings":";;;KAEY,2BAAA,GAA8B,KAAK;iBAE/B,iCAAA,kBACE,iBACf"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults-DNmNiuxG.mjs","names":[],"sources":["../src/defaults.ts"],"sourcesContent":["import type { PackageManager, ProjectConfig } from \"./types\";\n\nexport type CliDefaultProjectConfigBase = Omit<ProjectConfig, \"projectDir\">;\n\nexport function createCliDefaultProjectConfigBase(\n packageManager: PackageManager = \"bun\",\n): CliDefaultProjectConfigBase {\n return {\n projectName: \"my-app\",\n relativePath: \"my-app\",\n ecosystem: \"typescript\",\n database: \"sqlite\",\n orm: \"drizzle\",\n backend: \"hono\",\n runtime: \"bun\",\n frontend: [\"tanstack-router\"],\n addons: [\"turborepo\"],\n examples: [],\n auth: \"better-auth\",\n payments: \"none\",\n email: \"none\",\n fileUpload: \"none\",\n effect: \"none\",\n git: true,\n packageManager,\n versionChannel: \"stable\",\n install: true,\n dbSetup: \"none\",\n api: \"trpc\",\n webDeploy: \"none\",\n serverDeploy: \"none\",\n astroIntegration: \"none\",\n ai: \"none\",\n stateManagement: \"none\",\n forms: \"react-hook-form\",\n testing: \"vitest\",\n cssFramework: \"tailwind\",\n uiLibrary: \"shadcn-ui\",\n shadcnBase: \"radix\",\n shadcnStyle: \"nova\",\n shadcnIconLibrary: \"lucide\",\n shadcnColorTheme: \"neutral\",\n shadcnBaseColor: \"neutral\",\n shadcnFont: \"inter\",\n shadcnRadius: \"default\",\n validation: \"zod\",\n realtime: \"none\",\n jobQueue: \"none\",\n animation: \"none\",\n logging: \"none\",\n observability: \"none\",\n featureFlags: \"none\",\n analytics: \"none\",\n mobileNavigation: \"none\",\n mobileUI: \"none\",\n mobileStorage: \"none\",\n mobileTesting: \"none\",\n mobilePush: \"none\",\n mobileOTA: \"none\",\n mobileDeepLinking: \"none\",\n cms: \"none\",\n caching: \"none\",\n i18n: \"none\",\n search: \"none\",\n fileStorage: \"none\",\n rustWebFramework: \"none\",\n rustFrontend: \"none\",\n rustOrm: \"none\",\n rustApi: \"none\",\n rustCli: \"none\",\n rustLibraries: [],\n rustLogging: \"tracing\",\n rustErrorHandling: \"anyhow-thiserror\",\n rustCaching: \"none\",\n rustAuth: \"none\",\n pythonWebFramework: \"fastapi\",\n pythonOrm: \"sqlalchemy\",\n pythonValidation: \"pydantic\",\n pythonAi: [],\n pythonAuth: \"none\",\n pythonApi: \"none\",\n pythonTaskQueue: \"none\",\n pythonGraphql: \"none\",\n pythonQuality: \"ruff\",\n goWebFramework: \"gin\",\n goOrm: \"gorm\",\n goApi: \"none\",\n goCli: \"none\",\n goLogging: \"zap\",\n goAuth: \"none\",\n javaWebFramework: \"spring-boot\",\n javaBuildTool: \"maven\",\n javaOrm: \"none\",\n javaAuth: \"none\",\n javaLibraries: [],\n javaTestingLibraries: [\"junit5\"],\n elixirWebFramework: \"phoenix\",\n elixirOrm: \"ecto-sql\",\n elixirAuth: \"none\",\n elixirApi: \"rest\",\n elixirRealtime: \"channels\",\n elixirJobs: \"none\",\n elixirValidation: \"ecto-changesets\",\n elixirHttp: \"req\",\n elixirJson: \"jason\",\n elixirEmail: \"none\",\n elixirCaching: \"none\",\n elixirObservability: \"telemetry\",\n elixirTesting: \"ex_unit\",\n elixirQuality: \"credo\",\n elixirDeploy: \"none\",\n aiDocs: [\"claude-md\"],\n };\n}\n"],"mappings":";AAIA,SAAgB,kCACd,iBAAiC,OACJ;AAC7B,QAAO;EACL,aAAa;EACb,cAAc;EACd,WAAW;EACX,UAAU;EACV,KAAK;EACL,SAAS;EACT,SAAS;EACT,UAAU,CAAC,kBAAkB;EAC7B,QAAQ,CAAC,YAAY;EACrB,UAAU,EAAE;EACZ,MAAM;EACN,UAAU;EACV,OAAO;EACP,YAAY;EACZ,QAAQ;EACR,KAAK;EACL;EACA,gBAAgB;EAChB,SAAS;EACT,SAAS;EACT,KAAK;EACL,WAAW;EACX,cAAc;EACd,kBAAkB;EAClB,IAAI;EACJ,iBAAiB;EACjB,OAAO;EACP,SAAS;EACT,cAAc;EACd,WAAW;EACX,YAAY;EACZ,aAAa;EACb,mBAAmB;EACnB,kBAAkB;EAClB,iBAAiB;EACjB,YAAY;EACZ,cAAc;EACd,YAAY;EACZ,UAAU;EACV,UAAU;EACV,WAAW;EACX,SAAS;EACT,eAAe;EACf,cAAc;EACd,WAAW;EACX,kBAAkB;EAClB,UAAU;EACV,eAAe;EACf,eAAe;EACf,YAAY;EACZ,WAAW;EACX,mBAAmB;EACnB,KAAK;EACL,SAAS;EACT,MAAM;EACN,QAAQ;EACR,aAAa;EACb,kBAAkB;EAClB,cAAc;EACd,SAAS;EACT,SAAS;EACT,SAAS;EACT,eAAe,EAAE;EACjB,aAAa;EACb,mBAAmB;EACnB,aAAa;EACb,UAAU;EACV,oBAAoB;EACpB,WAAW;EACX,kBAAkB;EAClB,UAAU,EAAE;EACZ,YAAY;EACZ,WAAW;EACX,iBAAiB;EACjB,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,OAAO;EACP,OAAO;EACP,OAAO;EACP,WAAW;EACX,QAAQ;EACR,kBAAkB;EAClB,eAAe;EACf,SAAS;EACT,UAAU;EACV,eAAe,EAAE;EACjB,sBAAsB,CAAC,SAAS;EAChC,oBAAoB;EACpB,WAAW;EACX,YAAY;EACZ,WAAW;EACX,gBAAgB;EAChB,YAAY;EACZ,kBAAkB;EAClB,YAAY;EACZ,YAAY;EACZ,aAAa;EACb,eAAe;EACf,qBAAqB;EACrB,eAAe;EACf,eAAe;EACf,cAAc;EACd,QAAQ,CAAC,YAAY;EACtB"}
|