@reliverse/dler 1.7.92 → 1.7.93

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.
Files changed (1019) hide show
  1. package/LICENSES +4 -1
  2. package/README.md +25 -1213
  3. package/bin/app/add/add-global/install-impl.d.ts +9 -0
  4. package/bin/app/add/add-global/install-impl.js +138 -0
  5. package/bin/app/add/add-local/api/orpc.d.ts +1 -0
  6. package/bin/app/add/add-local/api/orpc.js +4 -0
  7. package/bin/app/add/add-local/api/trpc.d.ts +1 -0
  8. package/bin/app/add/add-local/api/trpc.js +4 -0
  9. package/bin/app/add/add-local/auth/better-auth.d.ts +1 -0
  10. package/bin/app/add/add-local/auth/better-auth.js +4 -0
  11. package/bin/app/add/add-local/auth/clerk-auth.d.ts +1 -0
  12. package/bin/app/add/add-local/auth/clerk-auth.js +4 -0
  13. package/bin/app/add/add-local/auth/next-auth.d.ts +1 -0
  14. package/bin/app/add/add-local/auth/next-auth.js +4 -0
  15. package/bin/app/add/add-local/core/deps.d.ts +8 -0
  16. package/bin/app/add/add-local/core/deps.js +19 -0
  17. package/bin/app/add/add-local/core/prompts.d.ts +4 -0
  18. package/bin/app/add/add-local/core/prompts.js +12 -0
  19. package/bin/app/add/add-local/core/templates.d.ts +29 -0
  20. package/bin/app/add/add-local/core/templates.js +85 -0
  21. package/bin/app/add/add-local/core/types.d.ts +6 -0
  22. package/bin/app/add/add-local/db/drizzle.d.ts +1 -0
  23. package/bin/app/add/add-local/db/drizzle.js +4 -0
  24. package/bin/app/add/add-local/db/prisma.d.ts +1 -0
  25. package/bin/app/add/add-local/db/prisma.js +4 -0
  26. package/bin/app/add/add-local/files/uploadthing.d.ts +1 -0
  27. package/bin/app/add/add-local/files/uploadthing.js +4 -0
  28. package/bin/app/add/add-local/form/react-hook-form.d.ts +1 -0
  29. package/bin/app/add/add-local/form/react-hook-form.js +4 -0
  30. package/bin/app/add/add-local/form/tanstack-form.d.ts +1 -0
  31. package/bin/app/add/add-local/form/tanstack-form.js +4 -0
  32. package/bin/app/add/add-local/fws/browser/plasmo.d.ts +1 -0
  33. package/bin/app/add/add-local/fws/browser/plasmo.js +4 -0
  34. package/bin/app/add/add-local/fws/browser/wxt.d.ts +1 -0
  35. package/bin/app/add/add-local/fws/browser/wxt.js +4 -0
  36. package/bin/app/add/add-local/fws/configs/eslint-config.d.ts +1 -0
  37. package/bin/app/add/add-local/fws/configs/eslint-config.js +4 -0
  38. package/bin/app/add/add-local/fws/native/lynx.d.ts +1 -0
  39. package/bin/app/add/add-local/fws/native/lynx.js +4 -0
  40. package/bin/app/add/add-local/fws/native/react.d.ts +1 -0
  41. package/bin/app/add/add-local/fws/native/react.js +4 -0
  42. package/bin/app/add/add-local/fws/plugins/eslint-plugin.d.ts +1 -0
  43. package/bin/app/add/add-local/fws/plugins/eslint-plugin.js +4 -0
  44. package/bin/app/add/add-local/fws/vscode/vscode-ext.d.ts +1 -0
  45. package/bin/app/add/add-local/fws/vscode/vscode-ext.js +4 -0
  46. package/bin/app/add/add-local/fws/web/astro.d.ts +1 -0
  47. package/bin/app/add/add-local/fws/web/astro.js +4 -0
  48. package/bin/app/add/add-local/fws/web/jstack.d.ts +1 -0
  49. package/bin/app/add/add-local/fws/web/jstack.js +4 -0
  50. package/bin/app/add/add-local/fws/web/next.d.ts +1 -0
  51. package/bin/app/add/add-local/fws/web/next.js +4 -0
  52. package/bin/app/add/add-local/fws/web/start.d.ts +1 -0
  53. package/bin/app/add/add-local/fws/web/start.js +4 -0
  54. package/bin/app/add/add-local/fws/web/vite.d.ts +1 -0
  55. package/bin/app/add/add-local/fws/web/vite.js +4 -0
  56. package/bin/app/add/add-local/i18n/gt-libs.d.ts +1 -0
  57. package/bin/app/add/add-local/i18n/gt-libs.js +4 -0
  58. package/bin/app/add/add-local/i18n/languine.d.ts +1 -0
  59. package/bin/app/add/add-local/i18n/languine.js +19 -0
  60. package/bin/app/add/add-local/i18n/next-intl.d.ts +1 -0
  61. package/bin/app/add/add-local/i18n/next-intl.js +4 -0
  62. package/bin/app/add/add-local/llm/vercel.d.ts +1 -0
  63. package/bin/app/add/add-local/llm/vercel.js +4 -0
  64. package/bin/app/add/add-local/mail/resend.d.ts +1 -0
  65. package/bin/app/add/add-local/mail/resend.js +4 -0
  66. package/bin/app/add/add-local/pay/polar.d.ts +1 -0
  67. package/bin/app/add/add-local/pay/polar.js +4 -0
  68. package/bin/app/add/add-local/pay/stripe.d.ts +1 -0
  69. package/bin/app/add/add-local/pay/stripe.js +4 -0
  70. package/bin/app/add/add-local/tool/biome.d.ts +1 -0
  71. package/bin/app/add/add-local/tool/biome.js +4 -0
  72. package/bin/app/add/add-local/tool/eslint.d.ts +1 -0
  73. package/bin/app/add/add-local/tool/eslint.js +4 -0
  74. package/bin/app/add/add-local/tool/oxlint.d.ts +4 -0
  75. package/bin/app/add/add-local/tool/oxlint.js +4 -0
  76. package/bin/app/add/add-local/ui/21st.d.ts +4 -0
  77. package/bin/app/add/add-local/ui/21st.js +4 -0
  78. package/bin/app/add/add-local/ui/shadcn.d.ts +1 -0
  79. package/bin/app/add/add-local/ui/shadcn.js +4 -0
  80. package/bin/app/add/add-local/ui/tailwind.d.ts +1 -0
  81. package/bin/app/add/add-local/ui/tailwind.js +4 -0
  82. package/bin/app/add/add-rule/add-rule-const.d.ts +11 -0
  83. package/bin/app/add/add-rule/add-rule-const.js +32 -0
  84. package/bin/app/add/add-rule/add-rule-impl.d.ts +21 -0
  85. package/bin/app/add/add-rule/add-rule-impl.js +300 -0
  86. package/bin/app/add/add-rule/add-rule-mod.d.ts +19 -0
  87. package/bin/app/add/add-rule/add-rule-mod.js +55 -0
  88. package/bin/app/add/add-rule/add-rule-types.d.ts +18 -0
  89. package/bin/app/add/add-rule/add-rule-utils.d.ts +61 -0
  90. package/bin/app/add/add-rule/add-rule-utils.js +324 -0
  91. package/bin/app/add/cmd.d.ts +19 -0
  92. package/bin/app/add/cmd.js +55 -0
  93. package/bin/app/agg/cmd.js +2 -2
  94. package/bin/app/ai/ai-impl/ai-auth.d.ts +10 -0
  95. package/bin/app/ai/ai-impl/ai-auth.js +61 -0
  96. package/bin/app/ai/ai-impl/ai-chat.d.ts +5 -0
  97. package/bin/app/ai/ai-impl/ai-chat.js +93 -0
  98. package/bin/app/ai/ai-impl/ai-const.d.ts +7 -0
  99. package/bin/app/ai/ai-impl/ai-const.js +14 -0
  100. package/bin/app/ai/ai-impl/ai-tools.d.ts +5 -0
  101. package/bin/app/ai/ai-impl/ai-tools.js +32 -0
  102. package/bin/app/ai/ai-impl/ai-types.d.ts +12 -0
  103. package/bin/app/ai/ai-impl/code/code-mod.d.ts +6 -0
  104. package/bin/app/ai/ai-impl/code/code-mod.js +164 -0
  105. package/bin/app/ai/ai-impl/gen/image.d.ts +29 -0
  106. package/bin/app/ai/ai-impl/gen/image.js +77 -0
  107. package/bin/app/ai/ai-impl/mcp/mcp-mod.d.ts +5 -0
  108. package/bin/app/ai/ai-impl/mcp/mcp-mod.js +127 -0
  109. package/bin/app/ai/ai-impl/relinter/relinter.d.ts +27 -0
  110. package/bin/app/ai/ai-impl/relinter/relinter.js +310 -0
  111. package/bin/app/ai/ai-menu.d.ts +3 -0
  112. package/bin/app/ai/ai-menu.js +40 -0
  113. package/bin/app/ai/cmd.d.ts +19 -0
  114. package/bin/app/ai/cmd.js +63 -0
  115. package/bin/app/better/auth/(generators)/auth-config.d.ts +44 -0
  116. package/bin/app/better/auth/(generators)/auth-config.js +537 -0
  117. package/bin/app/better/auth/(generators)/drizzle.d.ts +3 -0
  118. package/bin/app/better/auth/(generators)/drizzle.js +137 -0
  119. package/bin/app/better/auth/(generators)/index.d.ts +16 -0
  120. package/bin/app/better/auth/(generators)/index.js +18 -0
  121. package/bin/app/better/auth/(generators)/kysely.d.ts +2 -0
  122. package/bin/app/better/auth/(generators)/kysely.js +9 -0
  123. package/bin/app/better/auth/(generators)/prisma.d.ts +2 -0
  124. package/bin/app/better/auth/(generators)/prisma.js +154 -0
  125. package/bin/app/better/auth/(generators)/types.d.ts +11 -0
  126. package/bin/app/better/auth/(utils)/add-svelte-kit-env-modules.d.ts +3 -0
  127. package/bin/app/better/auth/(utils)/add-svelte-kit-env-modules.js +91 -0
  128. package/bin/app/better/auth/(utils)/check-package-managers.d.ts +4 -0
  129. package/bin/app/better/auth/(utils)/check-package-managers.js +20 -0
  130. package/bin/app/better/auth/(utils)/format-ms.d.ts +4 -0
  131. package/bin/app/better/auth/(utils)/format-ms.js +11 -0
  132. package/bin/app/better/auth/(utils)/generate-secret.d.ts +1 -0
  133. package/bin/app/better/auth/(utils)/generate-secret.js +4 -0
  134. package/bin/app/better/auth/(utils)/get-config.d.ts +8 -0
  135. package/bin/app/better/auth/(utils)/get-config.js +168 -0
  136. package/bin/app/better/auth/(utils)/get-package-info.d.ts +1 -0
  137. package/bin/app/better/auth/(utils)/get-package-info.js +6 -0
  138. package/bin/app/better/auth/(utils)/get-tsconfig-info.d.ts +2 -0
  139. package/bin/app/better/auth/(utils)/get-tsconfig-info.js +15 -0
  140. package/bin/app/better/auth/(utils)/install-dependencies.d.ts +5 -0
  141. package/bin/app/better/auth/(utils)/install-dependencies.js +34 -0
  142. package/bin/app/better/auth/cmd.d.ts +13 -0
  143. package/bin/app/better/auth/cmd.js +72 -0
  144. package/bin/app/better/auth/consts.d.ts +2 -0
  145. package/bin/app/better/auth/consts.js +2 -0
  146. package/bin/app/better/auth/generate/cmd.d.ts +23 -0
  147. package/bin/app/better/auth/generate/cmd.js +127 -0
  148. package/bin/app/better/auth/generateSecret/cmd.d.ts +2 -0
  149. package/bin/app/better/auth/generateSecret/cmd.js +21 -0
  150. package/bin/app/better/auth/init/cmd.d.ts +160 -0
  151. package/bin/app/better/auth/init/cmd.js +979 -0
  152. package/bin/app/better/auth/migrate/cmd.d.ts +24 -0
  153. package/bin/app/better/auth/migrate/cmd.js +115 -0
  154. package/bin/app/build/binary/cmd.d.ts +12 -5
  155. package/bin/app/build/binary/cmd.js +34 -9
  156. package/bin/app/build/build-library.d.ts +42 -0
  157. package/bin/app/build/build-library.js +632 -0
  158. package/bin/app/build/build-regular.d.ts +19 -0
  159. package/bin/app/build/build-regular.js +400 -0
  160. package/bin/app/build/cmd.js +2 -2
  161. package/bin/app/build/impl.d.ts +1 -1
  162. package/bin/app/build/impl.js +8 -8
  163. package/bin/app/build/library-flow.d.ts +25 -0
  164. package/bin/app/build/library-flow.js +203 -0
  165. package/bin/app/build/postbuild.d.ts +1 -1
  166. package/bin/app/build/postbuild.js +5 -5
  167. package/bin/app/build/prebuild.d.ts +1 -1
  168. package/bin/app/build/prebuild.js +2 -2
  169. package/bin/app/build/providers/auto.d.ts +3 -0
  170. package/bin/app/build/providers/auto.js +105 -0
  171. package/bin/app/build/providers/build.d.ts +8 -0
  172. package/bin/app/build/providers/build.js +351 -0
  173. package/bin/app/build/providers/bun/single-file.js +146 -0
  174. package/bin/app/build/providers/copy/copy-mod.d.ts +2 -0
  175. package/bin/app/build/providers/copy/copy-mod.js +49 -0
  176. package/bin/app/build/providers/mkdist/mkdist-impl/loader.d.ts +4 -0
  177. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/js.d.ts +2 -0
  178. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.d.ts +12 -0
  179. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/postcss.d.ts +3 -0
  180. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/sass.d.ts +2 -0
  181. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/sass.js +31 -0
  182. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/vue.d.ts +17 -0
  183. package/bin/app/build/providers/mkdist/mkdist-impl/loaders/vue.js +145 -0
  184. package/bin/app/build/providers/mkdist/mkdist-impl/make.d.ts +11 -0
  185. package/bin/app/build/providers/mkdist/mkdist-impl/make.js +192 -0
  186. package/bin/app/build/providers/mkdist/mkdist-impl/utils/dts.d.ts +11 -0
  187. package/bin/app/build/providers/mkdist/mkdist-impl/utils/dts.js +94 -0
  188. package/bin/app/build/providers/mkdist/mkdist-impl/utils/vue-dts.d.ts +3 -0
  189. package/bin/app/build/providers/mkdist/mkdist-impl/utils/vue-dts.js +175 -0
  190. package/bin/app/build/providers/mkdist/mkdist-mod.d.ts +2 -0
  191. package/bin/app/build/providers/mkdist/mkdist-mod.js +92 -0
  192. package/bin/app/build/providers/rollup/build.d.ts +2 -0
  193. package/bin/app/build/providers/rollup/config.d.ts +2 -0
  194. package/bin/app/build/providers/rollup/config.js +112 -0
  195. package/bin/app/build/providers/rollup/plugins/cjs.d.ts +4 -0
  196. package/bin/app/build/providers/rollup/plugins/esbuild.d.ts +3 -0
  197. package/bin/app/build/providers/rollup/plugins/shebang.js +42 -0
  198. package/bin/app/build/providers/rollup/stub.d.ts +2 -0
  199. package/bin/app/build/providers/rollup/stub.js +125 -0
  200. package/bin/app/build/providers/rollup/utils.d.ts +5 -0
  201. package/bin/app/build/providers/rollup/watch.d.ts +2 -0
  202. package/bin/app/build/providers/untyped/untyped-mod.d.ts +2 -0
  203. package/bin/app/build/providers/untyped/untyped-mod.js +111 -0
  204. package/bin/app/build/providers/utils.d.ts +19 -0
  205. package/bin/app/build/providers/utils.js +148 -0
  206. package/bin/app/build/providers/validate.d.ts +4 -0
  207. package/bin/app/build/providers/validate.js +52 -0
  208. package/bin/app/build/regular-flow.d.ts +9 -0
  209. package/bin/app/build/regular-flow.js +173 -0
  210. package/bin/app/catalog/cmd.js +2 -2
  211. package/bin/app/check/cmd.js +14 -14
  212. package/bin/app/cli/cmd.d.ts +12 -0
  213. package/bin/app/cli/cmd.js +56 -0
  214. package/bin/app/cli/impl.d.ts +5 -0
  215. package/bin/app/cli/impl.js +88 -0
  216. package/bin/app/clone/cmd.d.ts +43 -0
  217. package/bin/app/clone/cmd.js +112 -0
  218. package/bin/app/clone/firecrawl/firecrawl-mod.d.ts +1 -0
  219. package/bin/app/clone/firecrawl/firecrawl-mod.js +14 -0
  220. package/bin/app/cmds/inject/inject-impl-mod.js +724 -0
  221. package/bin/app/cmds/transform/transform-impl-mod.js +178 -0
  222. package/bin/app/cmds.d.ts +3 -0
  223. package/bin/app/cmds.js +4 -1
  224. package/bin/app/cmod/cmd.d.ts +31 -0
  225. package/bin/app/cmod/cmd.js +66 -0
  226. package/bin/app/cmod/cmod-impl.d.ts +9 -0
  227. package/bin/app/cmod/cmod-impl.js +21 -0
  228. package/bin/app/config/cfg-biome.d.ts +2 -0
  229. package/bin/app/config/cfg-biome.js +34 -0
  230. package/bin/app/config/cfg-comments.d.ts +1 -0
  231. package/bin/app/config/cfg-comments.js +57 -0
  232. package/bin/app/config/cfg-content.d.ts +14 -0
  233. package/bin/app/config/cfg-content.js +15 -0
  234. package/bin/app/config/cfg-core.d.ts +14 -0
  235. package/bin/app/config/cfg-core.js +63 -0
  236. package/bin/app/config/cfg-create.d.ts +35 -0
  237. package/bin/app/config/cfg-create.js +281 -0
  238. package/bin/app/config/cfg-def-utils.d.ts +6 -0
  239. package/bin/app/config/cfg-def-utils.js +229 -0
  240. package/bin/app/config/cfg-default.d.ts +3 -0
  241. package/bin/app/config/cfg-default.js +155 -0
  242. package/bin/app/config/cfg-detect.d.ts +22 -0
  243. package/bin/app/config/cfg-detect.js +347 -0
  244. package/bin/app/config/cfg-gen-cfg.d.ts +3 -0
  245. package/bin/app/config/cfg-gen-cfg.js +185 -0
  246. package/bin/app/config/cfg-migrate.d.ts +5 -0
  247. package/bin/app/config/cfg-migrate.js +56 -0
  248. package/bin/app/config/cfg-path.d.ts +11 -0
  249. package/bin/app/config/cfg-path.js +33 -0
  250. package/bin/app/config/cfg-prepare.d.ts +2 -0
  251. package/bin/app/config/cfg-prepare.js +302 -0
  252. package/bin/app/config/cfg-prompts.d.ts +5 -0
  253. package/bin/app/config/cfg-prompts.js +12 -0
  254. package/bin/app/config/cfg-read.d.ts +11 -0
  255. package/bin/app/config/cfg-read.js +84 -0
  256. package/bin/app/config/cfg-repair.d.ts +16 -0
  257. package/bin/app/config/cfg-repair.js +137 -0
  258. package/bin/app/config/cfg-schema.d.ts +130 -0
  259. package/bin/app/config/cfg-schema.js +443 -0
  260. package/bin/app/config/cfg-unstable.d.ts +11 -0
  261. package/bin/app/config/cfg-unstable.js +41 -0
  262. package/bin/app/config/cfg-update.d.ts +10 -0
  263. package/bin/app/config/cfg-update.js +152 -0
  264. package/bin/app/config/cfg-utils.d.ts +17 -0
  265. package/bin/app/config/cfg-utils.js +85 -0
  266. package/bin/app/config/cmd.js +1 -1
  267. package/bin/app/config/constants.d.ts +44 -0
  268. package/bin/app/config/constants.js +59 -0
  269. package/bin/app/config/core.js +231 -0
  270. package/bin/app/config/default.d.ts +6 -0
  271. package/bin/app/config/default.js +159 -0
  272. package/bin/app/config/load.d.ts +15 -0
  273. package/bin/app/config/load.js +87 -0
  274. package/bin/app/config/prepare.js +338 -0
  275. package/bin/app/conv/cmd.js +1 -1
  276. package/bin/app/create/cmd.js +4 -4
  277. package/bin/app/cross/mod.js +27 -0
  278. package/bin/app/db/client.d.ts +4 -0
  279. package/bin/app/db/client.js +32 -0
  280. package/bin/app/db/config.d.ts +2 -0
  281. package/bin/app/db/config.js +59 -0
  282. package/bin/app/db/messages.d.ts +13 -0
  283. package/bin/app/db/messages.js +83 -0
  284. package/bin/app/db/schema.d.ts +90 -0
  285. package/bin/app/db/schema.js +9 -0
  286. package/bin/app/env/cmd.d.ts +7 -0
  287. package/bin/app/env/cmd.js +19 -0
  288. package/bin/app/env/env-impl.d.ts +1 -0
  289. package/bin/app/env/env-impl.js +28 -0
  290. package/bin/app/fs/cmd.js +3 -3
  291. package/bin/app/get/cmd.d.ts +1 -1
  292. package/bin/app/get/cmd.js +1 -1
  293. package/bin/app/get/get-impl/get-core.js +453 -0
  294. package/bin/app/get/get-mod.js +68 -0
  295. package/bin/app/help/cmd.d.ts +7 -0
  296. package/bin/app/help/cmd.js +23 -0
  297. package/bin/app/help/help-impl.d.ts +7 -0
  298. package/bin/app/help/help-impl.js +23 -0
  299. package/bin/app/init/cmd-2.d.ts +13 -0
  300. package/bin/app/init/cmd-2.js +68 -0
  301. package/bin/app/init/init-utils/init-impl.d.ts +6 -0
  302. package/bin/app/init/init-utils/init-impl.js +31 -0
  303. package/bin/app/init/init-utils/init-utils.d.ts +35 -0
  304. package/bin/app/init/init-utils/init-utils.js +255 -0
  305. package/bin/app/init/init-utils/mm-deprecated/editor-menu.d.ts +3 -0
  306. package/bin/app/init/init-utils/mm-deprecated/editor-menu.js +404 -0
  307. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleConstants.d.ts +2 -0
  308. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleConstants.js +36 -0
  309. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleSchema.d.ts +1 -0
  310. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleSchema.js +81 -0
  311. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleSchemaUtils.d.ts +16 -0
  312. package/bin/app/init/mm-deprecated/drizzle/manageDrizzleSchemaUtils.js +474 -0
  313. package/bin/app/init/mm-deprecated/editor-impl.d.ts +1 -0
  314. package/bin/app/init/mm-deprecated/editor-impl.js +153 -0
  315. package/bin/app/init/mm-deprecated/editor-mod.d.ts +18 -0
  316. package/bin/app/init/mm-deprecated/editor-mod.js +184 -0
  317. package/bin/app/init/mm-deprecated/feature-add.d.ts +2 -0
  318. package/bin/app/init/mm-deprecated/feature-add.js +591 -0
  319. package/bin/app/init/mm-deprecated/feature-rm.d.ts +2 -0
  320. package/bin/app/init/mm-deprecated/feature-rm.js +98 -0
  321. package/bin/app/init/mm-deprecated/shadcn/shadcn-mod.d.ts +1 -0
  322. package/bin/app/init/mm-deprecated/shadcn/shadcn-mod.js +87 -0
  323. package/bin/app/init/use-template/cp-impl.d.ts +38 -0
  324. package/bin/app/init/use-template/cp-impl.js +286 -0
  325. package/bin/app/init/use-template/cp-mod.d.ts +31 -0
  326. package/bin/app/init/use-template/cp-mod.js +233 -0
  327. package/bin/app/init/use-template/cp-modules/cli-main-modules/cli-menu-items/getMainMenuOptions.d.ts +12 -0
  328. package/bin/app/init/use-template/cp-modules/cli-main-modules/cli-menu-items/getMainMenuOptions.js +69 -0
  329. package/bin/app/init/use-template/cp-modules/cli-main-modules/cli-menu-items/showCloneProjectMenu.d.ts +11 -0
  330. package/bin/app/init/use-template/cp-modules/cli-main-modules/cli-menu-items/showCloneProjectMenu.js +206 -0
  331. package/bin/app/init/use-template/cp-modules/cli-main-modules/modules/showAnykeyPrompt.d.ts +1 -0
  332. package/bin/app/init/use-template/cp-modules/cli-main-modules/modules/showAnykeyPrompt.js +9 -0
  333. package/bin/app/init/use-template/cp-modules/cli-main-modules/modules/showStartEndPrompt.d.ts +2 -0
  334. package/bin/app/init/use-template/cp-modules/cli-main-modules/modules/showStartEndPrompt.js +26 -0
  335. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-impl.d.ts +16 -0
  336. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-impl.js +400 -0
  337. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-keys.d.ts +26 -0
  338. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-keys.js +202 -0
  339. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-mod.d.ts +2 -0
  340. package/bin/app/init/use-template/cp-modules/compose-env-file/cef-mod.js +167 -0
  341. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/deploy.d.ts +11 -0
  342. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/deploy.js +91 -0
  343. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/gdp-mod.d.ts +54 -0
  344. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/gdp-mod.js +449 -0
  345. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/git.d.ts +50 -0
  346. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/git.js +313 -0
  347. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/github.d.ts +8 -0
  348. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/github.js +113 -0
  349. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/domainHelpers.d.ts +1 -0
  350. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/domainHelpers.js +25 -0
  351. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/handlePkgJsonScripts.d.ts +1 -0
  352. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/handlePkgJsonScripts.js +52 -0
  353. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/promptForDomain.d.ts +4 -0
  354. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/helpers/promptForDomain.js +39 -0
  355. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-git-github.d.ts +8 -0
  356. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-git-github.js +75 -0
  357. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-private-repo.d.ts +12 -0
  358. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-private-repo.js +165 -0
  359. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-repo-exists.d.ts +9 -0
  360. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/utils-repo-exists.js +62 -0
  361. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-api.d.ts +10 -0
  362. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-api.js +36 -0
  363. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-check.d.ts +14 -0
  364. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-check.js +29 -0
  365. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-config.d.ts +27 -0
  366. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-config.js +104 -0
  367. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-create.d.ts +17 -0
  368. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-create.js +129 -0
  369. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-deploy.d.ts +20 -0
  370. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-deploy.js +151 -0
  371. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-domain.d.ts +5 -0
  372. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-domain.js +44 -0
  373. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-env.d.ts +3 -0
  374. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-env.js +58 -0
  375. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-team.d.ts +15 -0
  376. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-team.js +74 -0
  377. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-types.d.ts +28 -0
  378. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-utils.d.ts +26 -0
  379. package/bin/app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-utils.js +134 -0
  380. package/bin/app/install/cmd.js +3 -7
  381. package/bin/app/invoke/cmd.d.ts +59 -0
  382. package/bin/app/invoke/cmd.js +353 -0
  383. package/bin/app/libs/cmd.js +2 -2
  384. package/bin/app/login/cmd.d.ts +7 -0
  385. package/bin/app/login/cmd.js +41 -0
  386. package/bin/app/login/login-impl.d.ts +7 -0
  387. package/bin/app/login/login-impl.js +182 -0
  388. package/bin/app/logout/cmd.d.ts +7 -0
  389. package/bin/app/logout/cmd.js +47 -0
  390. package/bin/app/logout/logout-impl.d.ts +1 -0
  391. package/bin/app/logout/logout-impl.js +20 -0
  392. package/bin/app/magic/cmd.js +2 -2
  393. package/bin/app/magic/magic-apply.js +669 -0
  394. package/bin/app/memory/cmd.d.ts +2 -0
  395. package/bin/app/memory/cmd.js +26 -0
  396. package/bin/app/memory/memory-impl.d.ts +2 -0
  397. package/bin/app/memory/memory-impl.js +26 -0
  398. package/bin/app/merge/cmd.js +17 -18
  399. package/bin/app/migrate/codemods/anything-bun.js +2 -2
  400. package/bin/app/migrate/codemods/commander-rempts.js +3 -3
  401. package/bin/app/migrate/codemods/console-relinka.js +1 -1
  402. package/bin/app/migrate/codemods/fs-relifso.js +2 -2
  403. package/bin/app/migrate/codemods/nodenext-bundler.js +2 -3
  404. package/bin/app/migrate/codemods/path-pathkit.js +2 -2
  405. package/bin/app/migrate/codemods/readdir-glob.js +2 -2
  406. package/bin/app/mkdist/cmd.js +2 -2
  407. package/bin/app/mrse/cmd.d.ts +41 -0
  408. package/bin/app/mrse/cmd.js +395 -0
  409. package/bin/app/mrse/mrse-impl.d.ts +53 -0
  410. package/bin/app/mrse/mrse-impl.js +132 -0
  411. package/bin/app/pack/cmd.js +4 -4
  412. package/bin/app/providers/better-t-stack/better-t-stack-mod.d.ts +14 -0
  413. package/bin/app/providers/better-t-stack/better-t-stack-mod.js +35 -0
  414. package/bin/app/providers/better-t-stack/better-t-stack-types.d.ts +21 -0
  415. package/bin/app/providers/better-t-stack/better-t-stack-types.js +0 -0
  416. package/bin/app/providers/better-t-stack/constants.d.ts +61 -0
  417. package/bin/app/providers/better-t-stack/constants.js +81 -0
  418. package/bin/app/providers/better-t-stack/helpers/database-providers/mongodb-atlas-setup.d.ts +2 -0
  419. package/bin/app/providers/better-t-stack/helpers/database-providers/mongodb-atlas-setup.js +132 -0
  420. package/bin/app/providers/better-t-stack/helpers/database-providers/neon-setup.d.ts +2 -0
  421. package/bin/app/providers/better-t-stack/helpers/database-providers/neon-setup.js +167 -0
  422. package/bin/app/providers/better-t-stack/helpers/database-providers/prisma-postgres-setup.d.ts +2 -0
  423. package/bin/app/providers/better-t-stack/helpers/database-providers/prisma-postgres-setup.js +161 -0
  424. package/bin/app/providers/better-t-stack/helpers/database-providers/supabase-setup.d.ts +2 -0
  425. package/bin/app/providers/better-t-stack/helpers/database-providers/supabase-setup.js +162 -0
  426. package/bin/app/providers/better-t-stack/helpers/database-providers/turso-setup.d.ts +2 -0
  427. package/bin/app/providers/better-t-stack/helpers/database-providers/turso-setup.js +250 -0
  428. package/bin/app/providers/better-t-stack/helpers/project-generation/create-project.d.ts +2 -0
  429. package/bin/app/providers/better-t-stack/helpers/project-generation/create-project.js +82 -0
  430. package/bin/app/providers/better-t-stack/helpers/project-generation/create-readme.d.ts +2 -0
  431. package/bin/app/providers/better-t-stack/helpers/project-generation/create-readme.js +245 -0
  432. package/bin/app/providers/better-t-stack/helpers/project-generation/env-setup.d.ts +8 -0
  433. package/bin/app/providers/better-t-stack/helpers/project-generation/env-setup.js +193 -0
  434. package/bin/app/providers/better-t-stack/helpers/project-generation/install-dependencies.d.ts +6 -0
  435. package/bin/app/providers/better-t-stack/helpers/project-generation/install-dependencies.js +25 -0
  436. package/bin/app/providers/better-t-stack/helpers/project-generation/post-installation.d.ts +4 -0
  437. package/bin/app/providers/better-t-stack/helpers/project-generation/post-installation.js +228 -0
  438. package/bin/app/providers/better-t-stack/helpers/project-generation/project-config.d.ts +3 -0
  439. package/bin/app/providers/better-t-stack/helpers/project-generation/project-config.js +224 -0
  440. package/bin/app/providers/better-t-stack/helpers/project-generation/template-manager.d.ts +9 -0
  441. package/bin/app/providers/better-t-stack/helpers/project-generation/template-manager.js +484 -0
  442. package/bin/app/providers/better-t-stack/helpers/setup/addons-setup.d.ts +2 -0
  443. package/bin/app/providers/better-t-stack/helpers/setup/addons-setup.js +99 -0
  444. package/bin/app/providers/better-t-stack/helpers/setup/api-setup.d.ts +2 -0
  445. package/bin/app/providers/better-t-stack/helpers/setup/api-setup.js +236 -0
  446. package/bin/app/providers/better-t-stack/helpers/setup/auth-setup.d.ts +3 -0
  447. package/bin/app/providers/better-t-stack/helpers/setup/auth-setup.js +67 -0
  448. package/bin/app/providers/better-t-stack/helpers/setup/backend-setup.d.ts +2 -0
  449. package/bin/app/providers/better-t-stack/helpers/setup/backend-setup.js +52 -0
  450. package/bin/app/providers/better-t-stack/helpers/setup/db-setup.d.ts +2 -0
  451. package/bin/app/providers/better-t-stack/helpers/setup/db-setup.js +84 -0
  452. package/bin/app/providers/better-t-stack/helpers/setup/examples-setup.d.ts +2 -0
  453. package/bin/app/providers/better-t-stack/helpers/setup/examples-setup.js +38 -0
  454. package/bin/app/providers/better-t-stack/helpers/setup/runtime-setup.d.ts +2 -0
  455. package/bin/app/providers/better-t-stack/helpers/setup/runtime-setup.js +79 -0
  456. package/bin/app/providers/better-t-stack/helpers/setup/starlight-setup.d.ts +2 -0
  457. package/bin/app/providers/better-t-stack/helpers/setup/starlight-setup.js +41 -0
  458. package/bin/app/providers/better-t-stack/helpers/setup/tauri-setup.d.ts +2 -0
  459. package/bin/app/providers/better-t-stack/helpers/setup/tauri-setup.js +67 -0
  460. package/bin/app/providers/better-t-stack/index.d.ts +2 -0
  461. package/bin/app/providers/better-t-stack/index.js +282 -0
  462. package/bin/app/providers/better-t-stack/packed/addons.d.ts +2 -0
  463. package/bin/app/providers/better-t-stack/packed/addons.js +263 -0
  464. package/bin/app/providers/better-t-stack/packed/api.d.ts +2 -0
  465. package/bin/app/providers/better-t-stack/packed/api.js +678 -0
  466. package/bin/app/providers/better-t-stack/packed/auth.d.ts +2 -0
  467. package/bin/app/providers/better-t-stack/packed/auth.js +4277 -0
  468. package/bin/app/providers/better-t-stack/packed/backend.d.ts +2 -0
  469. package/bin/app/providers/better-t-stack/packed/backend.js +996 -0
  470. package/bin/app/providers/better-t-stack/packed/base.d.ts +2 -0
  471. package/bin/app/providers/better-t-stack/packed/base.js +32 -0
  472. package/bin/app/providers/better-t-stack/packed/binaries/01dad80fc2.png +0 -0
  473. package/bin/app/providers/better-t-stack/packed/binaries/0ba5eb8b0a.png +0 -0
  474. package/bin/app/providers/better-t-stack/packed/binaries/19b53640a9.png +0 -0
  475. package/bin/app/providers/better-t-stack/packed/binaries/206a875d5d.png +0 -0
  476. package/bin/app/providers/better-t-stack/packed/binaries/2dc8b34485.png +0 -0
  477. package/bin/app/providers/better-t-stack/packed/binaries/3f71f5a845.png +0 -0
  478. package/bin/app/providers/better-t-stack/packed/binaries/6eda863d14.ico +0 -0
  479. package/bin/app/providers/better-t-stack/packed/binaries/70aadde45a.png +0 -0
  480. package/bin/app/providers/better-t-stack/packed/binaries/9ecfcc8f0e.ico +0 -0
  481. package/bin/app/providers/better-t-stack/packed/binaries/9fc7a0c84f.ico +0 -0
  482. package/bin/app/providers/better-t-stack/packed/binaries/b72f6b7339.png +0 -0
  483. package/bin/app/providers/better-t-stack/packed/binaries/cb25ca74dd.png +0 -0
  484. package/bin/app/providers/better-t-stack/packed/binaries/dee83fc2fb.png +0 -0
  485. package/bin/app/providers/better-t-stack/packed/binaries/eda53e30fe.svg +6 -0
  486. package/bin/app/providers/better-t-stack/packed/db.d.ts +2 -0
  487. package/bin/app/providers/better-t-stack/packed/db.js +329 -0
  488. package/bin/app/providers/better-t-stack/packed/examples.d.ts +2 -0
  489. package/bin/app/providers/better-t-stack/packed/examples.js +3470 -0
  490. package/bin/app/providers/better-t-stack/packed/extras.d.ts +2 -0
  491. package/bin/app/providers/better-t-stack/packed/extras.js +33 -0
  492. package/bin/app/providers/better-t-stack/packed/frontend.d.ts +2 -0
  493. package/bin/app/providers/better-t-stack/packed/frontend.js +6116 -0
  494. package/bin/app/providers/better-t-stack/packed/runtime.d.ts +2 -0
  495. package/bin/app/providers/better-t-stack/packed/runtime.js +35 -0
  496. package/bin/app/providers/better-t-stack/prompts/addons.d.ts +2 -0
  497. package/bin/app/providers/better-t-stack/prompts/addons.js +62 -0
  498. package/bin/app/providers/better-t-stack/prompts/api.d.ts +2 -0
  499. package/bin/app/providers/better-t-stack/prompts/api.js +52 -0
  500. package/bin/app/providers/better-t-stack/prompts/auth.d.ts +2 -0
  501. package/bin/app/providers/better-t-stack/prompts/auth.js +19 -0
  502. package/bin/app/providers/better-t-stack/prompts/backend.d.ts +2 -0
  503. package/bin/app/providers/better-t-stack/prompts/backend.js +60 -0
  504. package/bin/app/providers/better-t-stack/prompts/config-prompts.d.ts +2 -0
  505. package/bin/app/providers/better-t-stack/prompts/config-prompts.js +88 -0
  506. package/bin/app/providers/better-t-stack/prompts/database-setup.d.ts +2 -0
  507. package/bin/app/providers/better-t-stack/prompts/database-setup.js +67 -0
  508. package/bin/app/providers/better-t-stack/prompts/database.d.ts +2 -0
  509. package/bin/app/providers/better-t-stack/prompts/database.js +48 -0
  510. package/bin/app/providers/better-t-stack/prompts/examples.d.ts +2 -0
  511. package/bin/app/providers/better-t-stack/prompts/examples.js +44 -0
  512. package/bin/app/providers/better-t-stack/prompts/frontend.d.ts +2 -0
  513. package/bin/app/providers/better-t-stack/prompts/frontend.js +107 -0
  514. package/bin/app/providers/better-t-stack/prompts/git.d.ts +1 -0
  515. package/bin/app/providers/better-t-stack/prompts/git.js +15 -0
  516. package/bin/app/providers/better-t-stack/prompts/install.d.ts +1 -0
  517. package/bin/app/providers/better-t-stack/prompts/install.js +15 -0
  518. package/bin/app/providers/better-t-stack/prompts/orm.d.ts +2 -0
  519. package/bin/app/providers/better-t-stack/prompts/orm.js +43 -0
  520. package/bin/app/providers/better-t-stack/prompts/package-manager.d.ts +2 -0
  521. package/bin/app/providers/better-t-stack/prompts/package-manager.js +29 -0
  522. package/bin/app/providers/better-t-stack/prompts/project-name.d.ts +1 -0
  523. package/bin/app/providers/better-t-stack/prompts/project-name.js +62 -0
  524. package/bin/app/providers/better-t-stack/prompts/runtime.d.ts +2 -0
  525. package/bin/app/providers/better-t-stack/prompts/runtime.js +41 -0
  526. package/bin/app/providers/better-t-stack/types.d.ts +124 -0
  527. package/bin/app/providers/better-t-stack/types.js +29 -0
  528. package/bin/app/providers/better-t-stack/utils/add-package-deps.d.ts +6 -0
  529. package/bin/app/providers/better-t-stack/utils/add-package-deps.js +31 -0
  530. package/bin/app/providers/better-t-stack/utils/analytics.d.ts +2 -0
  531. package/bin/app/providers/better-t-stack/utils/analytics.js +32 -0
  532. package/bin/app/providers/better-t-stack/utils/command-exists.d.ts +1 -0
  533. package/bin/app/providers/better-t-stack/utils/command-exists.js +14 -0
  534. package/bin/app/providers/better-t-stack/utils/display-config.d.ts +2 -0
  535. package/bin/app/providers/better-t-stack/utils/display-config.js +59 -0
  536. package/bin/app/providers/better-t-stack/utils/generate-reproducible-command.d.ts +2 -0
  537. package/bin/app/providers/better-t-stack/utils/generate-reproducible-command.js +39 -0
  538. package/bin/app/providers/better-t-stack/utils/get-latest-cli-version.d.ts +1 -0
  539. package/bin/app/providers/better-t-stack/utils/get-latest-cli-version.js +8 -0
  540. package/bin/app/providers/better-t-stack/utils/get-package-execution-command.d.ts +10 -0
  541. package/bin/app/providers/better-t-stack/utils/get-package-execution-command.js +10 -0
  542. package/bin/app/providers/better-t-stack/utils/get-package-manager.d.ts +2 -0
  543. package/bin/app/providers/better-t-stack/utils/get-package-manager.js +10 -0
  544. package/bin/app/providers/better-t-stack/utils/open-url.d.ts +1 -0
  545. package/bin/app/providers/better-t-stack/utils/open-url.js +22 -0
  546. package/bin/app/providers/better-t-stack/utils/render-title.d.ts +2 -0
  547. package/bin/app/providers/better-t-stack/utils/render-title.js +43 -0
  548. package/bin/app/providers/better-t-stack/utils/sponsors.d.ts +16 -0
  549. package/bin/app/providers/better-t-stack/utils/sponsors.js +37 -0
  550. package/bin/app/providers/better-t-stack/utils/template-processor.d.ts +8 -0
  551. package/bin/app/providers/better-t-stack/utils/template-processor.js +23 -0
  552. package/bin/app/providers/better-t-stack/validation.d.ts +4 -0
  553. package/bin/app/providers/better-t-stack/validation.js +436 -0
  554. package/bin/app/providers/reliverse-stack/reliverse-stack-mod.d.ts +6 -0
  555. package/bin/app/providers/reliverse-stack/reliverse-stack-mod.js +146 -0
  556. package/bin/app/providers/reliverse-stack/rs-impl.d.ts +37 -0
  557. package/bin/app/providers/reliverse-stack/rs-impl.js +367 -0
  558. package/bin/app/pub/cmd.js +2 -2
  559. package/bin/app/pub/impl.d.ts +1 -1
  560. package/bin/app/pub/impl.js +7 -7
  561. package/bin/app/pub/pub-library.d.ts +5 -0
  562. package/bin/app/pub/pub-library.js +122 -0
  563. package/bin/app/pub/pub-regular.d.ts +9 -0
  564. package/bin/app/pub/pub-regular.js +78 -0
  565. package/bin/app/remdn/cmd.js +4 -6
  566. package/bin/app/remove/cmd.js +4 -4
  567. package/bin/app/rempts/cmd.js +1 -1
  568. package/bin/app/rules/reliverse/dler-config-health/dler-config-health.d.ts +2 -0
  569. package/bin/app/rules/reliverse/dler-config-health/dler-config-health.js +37 -0
  570. package/bin/app/rules/reliverse/file-extensions/file-extensions.d.ts +2 -0
  571. package/bin/app/rules/reliverse/file-extensions/file-extensions.js +62 -0
  572. package/bin/app/rules/reliverse/missing-deps/analyzer.js +49 -0
  573. package/bin/app/rules/reliverse/missing-deps/deps-mod.d.ts +2 -0
  574. package/bin/app/rules/reliverse/missing-deps/deps-mod.js +57 -0
  575. package/bin/app/rules/reliverse/missing-deps/deps-types.js +0 -0
  576. package/bin/app/rules/reliverse/missing-deps/formatter.js +101 -0
  577. package/bin/app/rules/reliverse/no-dynamic-imports/no-dynamic-imports.d.ts +7 -0
  578. package/bin/app/rules/reliverse/no-dynamic-imports/no-dynamic-imports.js +89 -0
  579. package/bin/app/rules/reliverse/no-index-files/no-index-files.d.ts +2 -0
  580. package/bin/app/rules/reliverse/package-json-health/package-json-health.d.ts +2 -0
  581. package/bin/app/rules/reliverse/path-extensions/path-extensions.d.ts +2 -0
  582. package/bin/app/rules/reliverse/path-extensions/path-extensions.js +87 -0
  583. package/bin/app/rules/reliverse/self-include/self-include.d.ts +2 -0
  584. package/bin/app/rules/reliverse/self-include/self-include.js +93 -0
  585. package/bin/app/rules/reliverse/tsconfig-health/tsconfig-health.d.ts +2 -0
  586. package/bin/app/rules/rules-mod.d.ts +2 -0
  587. package/bin/app/rules/rules-utils.js +49 -0
  588. package/bin/app/schema/cmd.d.ts +2 -0
  589. package/bin/app/schema/cmd.js +24 -0
  590. package/bin/app/schema/schema-impl.d.ts +2 -0
  591. package/bin/app/schema/schema-impl.js +24 -0
  592. package/bin/app/studio/cmd.d.ts +2 -0
  593. package/bin/app/studio/cmd.js +20 -0
  594. package/bin/app/studio/studio-impl.d.ts +2 -0
  595. package/bin/app/studio/studio-impl.js +20 -0
  596. package/bin/app/toolbox/cmd.d.ts +7 -0
  597. package/bin/app/toolbox/cmd.js +37 -0
  598. package/bin/app/toolbox/toolbox-impl.d.ts +6 -0
  599. package/bin/app/toolbox/toolbox-impl.js +127 -0
  600. package/bin/app/toolbox/toolbox-vercel.d.ts +6 -0
  601. package/bin/app/toolbox/toolbox-vercel.js +105 -0
  602. package/bin/app/types/mod.d.ts +2165 -0
  603. package/bin/app/types/mod.js +162 -0
  604. package/bin/app/update/cmd-2.d.ts +2 -0
  605. package/bin/app/update/cmd-2.js +50 -0
  606. package/bin/app/update/cmd.js +14 -10
  607. package/bin/app/update/migrate/cmd.js +6 -5
  608. package/bin/app/update/update-impl.d.ts +2 -0
  609. package/bin/app/update/update-impl.js +50 -0
  610. package/bin/app/upgrade/cmd.js +2 -2
  611. package/bin/app/upload/cmd.d.ts +17 -0
  612. package/bin/app/upload/cmd.js +67 -0
  613. package/bin/app/upload/providers/providers-mod.d.ts +20 -0
  614. package/bin/app/upload/providers/providers-mod.js +40 -0
  615. package/bin/app/upload/providers/uploadcare.d.ts +13 -0
  616. package/bin/app/upload/providers/uploadcare.js +26 -0
  617. package/bin/app/upload/providers/uploadthing.d.ts +11 -0
  618. package/bin/app/upload/providers/uploadthing.js +31 -0
  619. package/bin/app/upload/upload-utils.d.ts +1 -0
  620. package/bin/app/upload/upload-utils.js +7 -0
  621. package/bin/app/utils/agg/agg-1.js +196 -0
  622. package/bin/app/utils/agg/agg-3.js +197 -0
  623. package/bin/app/utils/agg/agg-5.js +10 -0
  624. package/bin/app/utils/badgeNotifiers.d.ts +2 -0
  625. package/bin/app/utils/badgeNotifiers.js +3 -0
  626. package/bin/app/utils/codemods/convertCjsToEsm.d.ts +1 -0
  627. package/bin/app/utils/codemods/convertCjsToEsm.js +27 -0
  628. package/bin/app/utils/codemods/convertDatabase.d.ts +2 -0
  629. package/bin/app/utils/codemods/convertDatabase.js +229 -0
  630. package/bin/app/utils/codemods/convertDefinitions.d.ts +1 -0
  631. package/bin/app/utils/codemods/convertDefinitions.js +42 -0
  632. package/bin/app/utils/codemods/convertImportStyle.d.ts +1 -0
  633. package/bin/app/utils/codemods/convertImportStyle.js +30 -0
  634. package/bin/app/utils/codemods/convertJsToTs.d.ts +1 -0
  635. package/bin/app/utils/codemods/convertJsToTs.js +99 -0
  636. package/bin/app/utils/codemods/convertQuoteStyle.d.ts +1 -0
  637. package/bin/app/utils/codemods/convertQuoteStyle.js +31 -0
  638. package/bin/app/utils/codemods/convertRuntime.d.ts +1 -0
  639. package/bin/app/utils/codemods/convertRuntime.js +116 -0
  640. package/bin/app/utils/codemods/convertToMonorepo.d.ts +2 -0
  641. package/bin/app/utils/codemods/convertToMonorepo.js +137 -0
  642. package/bin/app/utils/codemods/removeComments.d.ts +1 -0
  643. package/bin/app/utils/codemods/removeComments.js +13 -0
  644. package/bin/app/utils/codemods/removeUnusedDeps.d.ts +1 -0
  645. package/bin/app/utils/codemods/removeUnusedDeps.js +29 -0
  646. package/bin/app/utils/codemods/replaceImportSymbol.d.ts +1 -0
  647. package/bin/app/utils/codemods/replaceImportSymbol.js +57 -0
  648. package/bin/app/utils/codemods/replaceWithModern.d.ts +1 -0
  649. package/bin/app/utils/codemods/replaceWithModern.js +122 -0
  650. package/bin/app/utils/createPackageJSON.d.ts +6 -0
  651. package/bin/app/utils/createPackageJSON.js +20 -0
  652. package/bin/app/utils/decideHelper.d.ts +12 -0
  653. package/bin/app/utils/decideHelper.js +32 -0
  654. package/bin/app/utils/dependencies/getUserPkgManager.d.ts +13 -0
  655. package/bin/app/utils/dependencies/getUserPkgManager.js +178 -0
  656. package/bin/app/utils/downloading/downloadI18nFiles.d.ts +1 -0
  657. package/bin/app/utils/downloading/downloadI18nFiles.js +98 -0
  658. package/bin/app/utils/downloading/downloadRepo.d.ts +41 -0
  659. package/bin/app/utils/downloading/downloadRepo.js +362 -0
  660. package/bin/app/utils/downloading/handleDownload.d.ts +17 -0
  661. package/bin/app/utils/downloading/handleDownload.js +160 -0
  662. package/bin/app/utils/exec/exec-env.js +34 -0
  663. package/bin/app/utils/exec/exec-error.d.ts +7 -0
  664. package/bin/app/utils/exec/exec-error.js +15 -0
  665. package/bin/app/utils/exec/exec-mod.d.ts +58 -0
  666. package/bin/app/utils/exec/exec-mod.js +224 -0
  667. package/bin/app/utils/exec/exec-parse.js +71 -0
  668. package/bin/app/utils/exec/exec-resolve.js +39 -0
  669. package/bin/app/utils/file-type.js +78 -0
  670. package/bin/app/utils/finalize.d.ts +9 -0
  671. package/bin/app/utils/finalize.js +34 -0
  672. package/bin/app/utils/fs-rename.js +108 -0
  673. package/bin/app/utils/getEffectiveDir.d.ts +5 -0
  674. package/bin/app/utils/getEffectiveDir.js +4 -0
  675. package/bin/app/utils/getPackageManager.d.ts +3 -0
  676. package/bin/app/utils/getPackageManager.js +14 -0
  677. package/bin/app/utils/handlers/dependencies.d.ts +1 -0
  678. package/bin/app/utils/handlers/dependencies.js +19 -0
  679. package/bin/app/utils/handlers/handleCleanup.d.ts +1 -0
  680. package/bin/app/utils/handlers/handleCleanup.js +84 -0
  681. package/bin/app/utils/handlers/handleCodemods.d.ts +2 -0
  682. package/bin/app/utils/handlers/handleCodemods.js +203 -0
  683. package/bin/app/utils/handlers/isAppInstalled.d.ts +1 -0
  684. package/bin/app/utils/handlers/isAppInstalled.js +17 -0
  685. package/bin/app/utils/handlers/promptPackageJsonScripts.d.ts +8 -0
  686. package/bin/app/utils/handlers/promptPackageJsonScripts.js +128 -0
  687. package/bin/app/utils/handlers/shadcn.d.ts +19 -0
  688. package/bin/app/utils/handlers/shadcn.js +299 -0
  689. package/bin/app/utils/hasOnlyRseConfig.d.ts +6 -0
  690. package/bin/app/utils/hasOnlyRseConfig.js +15 -0
  691. package/bin/app/utils/init/init-const.d.ts +34 -0
  692. package/bin/app/utils/init/init-const.js +17 -0
  693. package/bin/app/utils/init/init-types.js +0 -0
  694. package/bin/app/utils/instanceGithub.d.ts +29 -0
  695. package/bin/app/utils/instanceGithub.js +50 -0
  696. package/bin/app/utils/instanceVercel.d.ts +16 -0
  697. package/bin/app/utils/instanceVercel.js +39 -0
  698. package/bin/app/utils/microHelpers.d.ts +11 -0
  699. package/bin/app/utils/microHelpers.js +8 -0
  700. package/bin/app/utils/mrseHelpers.d.ts +6 -0
  701. package/bin/app/utils/mrseHelpers.js +21 -0
  702. package/bin/app/utils/native-cli/nc-impl.d.ts +15 -0
  703. package/bin/app/utils/native-cli/nc-impl.js +154 -0
  704. package/bin/app/utils/native-cli/nc-mod.d.ts +3 -0
  705. package/bin/app/utils/native-cli/nc-mod.js +44 -0
  706. package/bin/app/utils/pkgJsonHelpers.d.ts +7 -0
  707. package/bin/app/utils/pkgJsonHelpers.js +15 -0
  708. package/bin/app/utils/pm/pm-api.js +170 -0
  709. package/bin/app/utils/pm/pm-meta.js +86 -0
  710. package/bin/app/utils/pm/pm-types.js +0 -0
  711. package/bin/app/utils/pm/pm-utils.js +115 -0
  712. package/bin/app/utils/projectRepository.d.ts +59 -0
  713. package/bin/app/utils/projectRepository.js +229 -0
  714. package/bin/app/utils/prompts/askAppOrLib.d.ts +1 -0
  715. package/bin/app/utils/prompts/askAppOrLib.js +30 -0
  716. package/bin/app/utils/prompts/askInstallDeps.d.ts +7 -0
  717. package/bin/app/utils/prompts/askInstallDeps.js +40 -0
  718. package/bin/app/utils/prompts/askOpenInIDE.d.ts +5 -0
  719. package/bin/app/utils/prompts/askOpenInIDE.js +43 -0
  720. package/bin/app/utils/prompts/askProjectName.d.ts +3 -0
  721. package/bin/app/utils/prompts/askProjectName.js +21 -0
  722. package/bin/app/utils/prompts/askUsernameFrontend.d.ts +2 -0
  723. package/bin/app/utils/prompts/askUsernameFrontend.js +29 -0
  724. package/bin/app/utils/prompts/askUsernameGithub.d.ts +2 -0
  725. package/bin/app/utils/prompts/askUsernameGithub.js +29 -0
  726. package/bin/app/utils/prompts/shouldInitGit.d.ts +1 -0
  727. package/bin/app/utils/prompts/shouldInitGit.js +8 -0
  728. package/bin/app/utils/reliverseMemory.d.ts +3 -0
  729. package/bin/app/utils/reliverseMemory.js +122 -0
  730. package/bin/app/utils/replacements/reps-impl.d.ts +35 -0
  731. package/bin/app/utils/replacements/reps-impl.js +216 -0
  732. package/bin/app/utils/replacements/reps-keys.d.ts +19 -0
  733. package/bin/app/utils/replacements/reps-keys.js +31 -0
  734. package/bin/app/utils/replacements/reps-mod.d.ts +5 -0
  735. package/bin/app/utils/replacements/reps-mod.js +211 -0
  736. package/bin/app/utils/replacements.d.ts +0 -0
  737. package/bin/app/utils/replacements.js +0 -0
  738. package/bin/app/utils/resolve-cross-libs.js +641 -0
  739. package/bin/app/utils/schemaMemory.d.ts +31 -0
  740. package/bin/app/utils/schemaMemory.js +16 -0
  741. package/bin/app/utils/schemaTemplate.d.ts +52 -0
  742. package/bin/app/utils/schemaTemplate.js +117 -0
  743. package/bin/app/utils/spinner.d.ts +17 -0
  744. package/bin/app/utils/spinner.js +54 -0
  745. package/bin/app/utils/startEndPrompts.d.ts +2 -0
  746. package/bin/app/utils/startEndPrompts.js +14 -0
  747. package/bin/app/utils/terminalHelpers.d.ts +19 -0
  748. package/bin/app/utils/terminalHelpers.js +43 -0
  749. package/bin/app/utils/testsRuntime.d.ts +5 -0
  750. package/bin/app/utils/testsRuntime.js +11 -0
  751. package/bin/app/utils/tsconfigHelpers.d.ts +5 -0
  752. package/bin/app/utils/tsconfigHelpers.js +14 -0
  753. package/bin/app/utils/utils-build.d.ts +33 -0
  754. package/bin/app/utils/utils-clean.d.ts +11 -0
  755. package/bin/app/utils/utils-clean.js +70 -0
  756. package/bin/app/utils/utils-deps.d.ts +5 -0
  757. package/bin/app/utils/utils-determine.d.ts +12 -0
  758. package/bin/app/utils/utils-fs.js +183 -0
  759. package/bin/app/utils/utils-jsr-json.d.ts +9 -0
  760. package/bin/app/utils/utils-jsr-json.js +75 -0
  761. package/bin/app/utils/utils-package-json-libraries.d.ts +10 -0
  762. package/bin/app/utils/utils-package-json-regular.d.ts +8 -0
  763. package/bin/app/utils/utils-package-json-regular.js +165 -0
  764. package/bin/app/utils/utils-perf.d.ts +5 -0
  765. package/bin/app/utils/utils-security.d.ts +12 -0
  766. package/bin/app/utils/utils-security.js +95 -0
  767. package/bin/app/utils/utils-tsconfig.d.ts +10 -0
  768. package/bin/app/utils/utils-tsconfig.js +81 -0
  769. package/bin/app/web/README.md +149 -0
  770. package/bin/app/web/cmd.d.ts +2 -0
  771. package/bin/app/web/cmd.js +11 -0
  772. package/bin/app/x/cmd.js +3 -3
  773. package/bin/dler-go +4 -0
  774. package/bin/dler-rust +4 -0
  775. package/bin/dler.d.ts +1 -0
  776. package/bin/dler.js +98 -0
  777. package/bin/mod.d.ts +294 -1
  778. package/bin/mod.js +734 -4
  779. package/package.json +65 -7
  780. package/bin/cli.js +0 -89
  781. package/bin/libs/cfg/cfg-impl/cfg-dler.d.ts +0 -812
  782. package/bin/libs/cfg/cfg-impl/cfg-dler.js +0 -161
  783. package/bin/libs/cfg/cfg-mod.d.ts +0 -2
  784. package/bin/libs/cfg/cfg-mod.js +0 -1
  785. package/bin/libs/get/get-impl/get-core.js +0 -453
  786. package/bin/libs/get/get-mod.js +0 -88
  787. package/bin/libs/sdk/sdk-impl/build/build-library.d.ts +0 -43
  788. package/bin/libs/sdk/sdk-impl/build/build-library.js +0 -639
  789. package/bin/libs/sdk/sdk-impl/build/build-regular.d.ts +0 -20
  790. package/bin/libs/sdk/sdk-impl/build/build-regular.js +0 -407
  791. package/bin/libs/sdk/sdk-impl/build/providers/auto.d.ts +0 -3
  792. package/bin/libs/sdk/sdk-impl/build/providers/auto.js +0 -105
  793. package/bin/libs/sdk/sdk-impl/build/providers/build.d.ts +0 -8
  794. package/bin/libs/sdk/sdk-impl/build/providers/build.js +0 -351
  795. package/bin/libs/sdk/sdk-impl/build/providers/bun/single-file.js +0 -133
  796. package/bin/libs/sdk/sdk-impl/build/providers/copy/copy-mod.d.ts +0 -2
  797. package/bin/libs/sdk/sdk-impl/build/providers/copy/copy-mod.js +0 -49
  798. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loader.d.ts +0 -4
  799. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/js.d.ts +0 -2
  800. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.d.ts +0 -12
  801. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/postcss.d.ts +0 -3
  802. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/sass.d.ts +0 -2
  803. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/sass.js +0 -31
  804. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/vue.d.ts +0 -17
  805. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/loaders/vue.js +0 -145
  806. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/make.d.ts +0 -11
  807. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/make.js +0 -192
  808. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/utils/dts.d.ts +0 -11
  809. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/utils/dts.js +0 -94
  810. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/utils/vue-dts.d.ts +0 -3
  811. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-impl/utils/vue-dts.js +0 -174
  812. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-mod.d.ts +0 -2
  813. package/bin/libs/sdk/sdk-impl/build/providers/mkdist/mkdist-mod.js +0 -92
  814. package/bin/libs/sdk/sdk-impl/build/providers/rollup/build.d.ts +0 -2
  815. package/bin/libs/sdk/sdk-impl/build/providers/rollup/config.d.ts +0 -2
  816. package/bin/libs/sdk/sdk-impl/build/providers/rollup/config.js +0 -113
  817. package/bin/libs/sdk/sdk-impl/build/providers/rollup/plugins/cjs.d.ts +0 -4
  818. package/bin/libs/sdk/sdk-impl/build/providers/rollup/plugins/esbuild.d.ts +0 -3
  819. package/bin/libs/sdk/sdk-impl/build/providers/rollup/plugins/shebang.js +0 -42
  820. package/bin/libs/sdk/sdk-impl/build/providers/rollup/stub.d.ts +0 -2
  821. package/bin/libs/sdk/sdk-impl/build/providers/rollup/stub.js +0 -125
  822. package/bin/libs/sdk/sdk-impl/build/providers/rollup/utils.d.ts +0 -5
  823. package/bin/libs/sdk/sdk-impl/build/providers/rollup/watch.d.ts +0 -2
  824. package/bin/libs/sdk/sdk-impl/build/providers/untyped/untyped-mod.d.ts +0 -2
  825. package/bin/libs/sdk/sdk-impl/build/providers/untyped/untyped-mod.js +0 -111
  826. package/bin/libs/sdk/sdk-impl/build/providers/utils.d.ts +0 -19
  827. package/bin/libs/sdk/sdk-impl/build/providers/utils.js +0 -148
  828. package/bin/libs/sdk/sdk-impl/build/providers/validate.d.ts +0 -4
  829. package/bin/libs/sdk/sdk-impl/build/providers/validate.js +0 -52
  830. package/bin/libs/sdk/sdk-impl/cmds/inject/inject-impl-mod.js +0 -724
  831. package/bin/libs/sdk/sdk-impl/cmds/transform/transform-impl-mod.js +0 -178
  832. package/bin/libs/sdk/sdk-impl/config/core.js +0 -231
  833. package/bin/libs/sdk/sdk-impl/config/default.d.ts +0 -6
  834. package/bin/libs/sdk/sdk-impl/config/default.js +0 -159
  835. package/bin/libs/sdk/sdk-impl/config/info.d.ts +0 -2
  836. package/bin/libs/sdk/sdk-impl/config/info.js +0 -20
  837. package/bin/libs/sdk/sdk-impl/config/load.d.ts +0 -15
  838. package/bin/libs/sdk/sdk-impl/config/load.js +0 -87
  839. package/bin/libs/sdk/sdk-impl/config/prepare.js +0 -338
  840. package/bin/libs/sdk/sdk-impl/config/types.d.ts +0 -734
  841. package/bin/libs/sdk/sdk-impl/constants.d.ts +0 -1
  842. package/bin/libs/sdk/sdk-impl/constants.js +0 -13
  843. package/bin/libs/sdk/sdk-impl/library-flow.d.ts +0 -26
  844. package/bin/libs/sdk/sdk-impl/library-flow.js +0 -203
  845. package/bin/libs/sdk/sdk-impl/magic/magic-apply.js +0 -669
  846. package/bin/libs/sdk/sdk-impl/pub/pub-library.d.ts +0 -5
  847. package/bin/libs/sdk/sdk-impl/pub/pub-library.js +0 -122
  848. package/bin/libs/sdk/sdk-impl/pub/pub-regular.d.ts +0 -9
  849. package/bin/libs/sdk/sdk-impl/pub/pub-regular.js +0 -78
  850. package/bin/libs/sdk/sdk-impl/regular-flow.d.ts +0 -10
  851. package/bin/libs/sdk/sdk-impl/regular-flow.js +0 -173
  852. package/bin/libs/sdk/sdk-impl/rules/reliverse/dler-config-health/dler-config-health.d.ts +0 -2
  853. package/bin/libs/sdk/sdk-impl/rules/reliverse/dler-config-health/dler-config-health.js +0 -37
  854. package/bin/libs/sdk/sdk-impl/rules/reliverse/file-extensions/file-extensions.d.ts +0 -2
  855. package/bin/libs/sdk/sdk-impl/rules/reliverse/file-extensions/file-extensions.js +0 -65
  856. package/bin/libs/sdk/sdk-impl/rules/reliverse/missing-deps/analyzer.js +0 -49
  857. package/bin/libs/sdk/sdk-impl/rules/reliverse/missing-deps/deps-mod.d.ts +0 -2
  858. package/bin/libs/sdk/sdk-impl/rules/reliverse/missing-deps/deps-mod.js +0 -57
  859. package/bin/libs/sdk/sdk-impl/rules/reliverse/missing-deps/formatter.js +0 -101
  860. package/bin/libs/sdk/sdk-impl/rules/reliverse/no-dynamic-imports/no-dynamic-imports.d.ts +0 -8
  861. package/bin/libs/sdk/sdk-impl/rules/reliverse/no-dynamic-imports/no-dynamic-imports.js +0 -89
  862. package/bin/libs/sdk/sdk-impl/rules/reliverse/no-index-files/no-index-files.d.ts +0 -2
  863. package/bin/libs/sdk/sdk-impl/rules/reliverse/package-json-health/package-json-health.d.ts +0 -2
  864. package/bin/libs/sdk/sdk-impl/rules/reliverse/path-extensions/path-extensions.d.ts +0 -2
  865. package/bin/libs/sdk/sdk-impl/rules/reliverse/path-extensions/path-extensions.js +0 -90
  866. package/bin/libs/sdk/sdk-impl/rules/reliverse/self-include/self-include.d.ts +0 -2
  867. package/bin/libs/sdk/sdk-impl/rules/reliverse/self-include/self-include.js +0 -93
  868. package/bin/libs/sdk/sdk-impl/rules/reliverse/tsconfig-health/tsconfig-health.d.ts +0 -2
  869. package/bin/libs/sdk/sdk-impl/rules/rules-mod.d.ts +0 -2
  870. package/bin/libs/sdk/sdk-impl/rules/rules-utils.js +0 -49
  871. package/bin/libs/sdk/sdk-impl/sdk-types.d.ts +0 -415
  872. package/bin/libs/sdk/sdk-impl/utils/agg/agg-1.js +0 -196
  873. package/bin/libs/sdk/sdk-impl/utils/agg/agg-3.js +0 -197
  874. package/bin/libs/sdk/sdk-impl/utils/agg/agg-5.js +0 -17
  875. package/bin/libs/sdk/sdk-impl/utils/exec/exec-env.js +0 -34
  876. package/bin/libs/sdk/sdk-impl/utils/exec/exec-error.d.ts +0 -7
  877. package/bin/libs/sdk/sdk-impl/utils/exec/exec-error.js +0 -15
  878. package/bin/libs/sdk/sdk-impl/utils/exec/exec-mod.d.ts +0 -58
  879. package/bin/libs/sdk/sdk-impl/utils/exec/exec-mod.js +0 -224
  880. package/bin/libs/sdk/sdk-impl/utils/exec/exec-parse.js +0 -71
  881. package/bin/libs/sdk/sdk-impl/utils/exec/exec-resolve.js +0 -39
  882. package/bin/libs/sdk/sdk-impl/utils/file-type.js +0 -78
  883. package/bin/libs/sdk/sdk-impl/utils/finalize.d.ts +0 -10
  884. package/bin/libs/sdk/sdk-impl/utils/finalize.js +0 -34
  885. package/bin/libs/sdk/sdk-impl/utils/fs-rename.js +0 -108
  886. package/bin/libs/sdk/sdk-impl/utils/init/init-const.d.ts +0 -34
  887. package/bin/libs/sdk/sdk-impl/utils/init/init-const.js +0 -17
  888. package/bin/libs/sdk/sdk-impl/utils/pm/pm-api.js +0 -170
  889. package/bin/libs/sdk/sdk-impl/utils/pm/pm-meta.js +0 -86
  890. package/bin/libs/sdk/sdk-impl/utils/pm/pm-utils.js +0 -115
  891. package/bin/libs/sdk/sdk-impl/utils/resolve-cross-libs.js +0 -641
  892. package/bin/libs/sdk/sdk-impl/utils/spinner.d.ts +0 -17
  893. package/bin/libs/sdk/sdk-impl/utils/spinner.js +0 -53
  894. package/bin/libs/sdk/sdk-impl/utils/utils-build.d.ts +0 -33
  895. package/bin/libs/sdk/sdk-impl/utils/utils-clean.d.ts +0 -11
  896. package/bin/libs/sdk/sdk-impl/utils/utils-clean.js +0 -70
  897. package/bin/libs/sdk/sdk-impl/utils/utils-consts.d.ts +0 -9
  898. package/bin/libs/sdk/sdk-impl/utils/utils-consts.js +0 -10
  899. package/bin/libs/sdk/sdk-impl/utils/utils-deps.d.ts +0 -5
  900. package/bin/libs/sdk/sdk-impl/utils/utils-determine.d.ts +0 -12
  901. package/bin/libs/sdk/sdk-impl/utils/utils-fs.js +0 -183
  902. package/bin/libs/sdk/sdk-impl/utils/utils-jsr-json.d.ts +0 -9
  903. package/bin/libs/sdk/sdk-impl/utils/utils-jsr-json.js +0 -75
  904. package/bin/libs/sdk/sdk-impl/utils/utils-package-json-libraries.d.ts +0 -10
  905. package/bin/libs/sdk/sdk-impl/utils/utils-package-json-regular.d.ts +0 -8
  906. package/bin/libs/sdk/sdk-impl/utils/utils-package-json-regular.js +0 -165
  907. package/bin/libs/sdk/sdk-impl/utils/utils-perf.d.ts +0 -5
  908. package/bin/libs/sdk/sdk-impl/utils/utils-security.d.ts +0 -12
  909. package/bin/libs/sdk/sdk-impl/utils/utils-security.js +0 -95
  910. package/bin/libs/sdk/sdk-impl/utils/utils-tsconfig.d.ts +0 -4
  911. package/bin/libs/sdk/sdk-impl/utils/utils-tsconfig.js +0 -44
  912. package/bin/libs/sdk/sdk-mod.d.ts +0 -125
  913. package/bin/libs/sdk/sdk-mod.js +0 -303
  914. /package/bin/{libs/sdk/sdk-impl/build/providers/bun/bun-build.d.ts → app/add/add-global/install-mod.d.ts} +0 -0
  915. /package/bin/{libs/sdk/sdk-impl/build/providers/bun/bun-build.js → app/add/add-global/install-mod.js} +0 -0
  916. /package/bin/{libs/sdk/sdk-impl/config → app/add/add-local/core}/types.js +0 -0
  917. /package/bin/{libs/sdk/sdk-impl/rules/reliverse/missing-deps/deps-types.js → app/add/add-rule/add-rule-types.js} +0 -0
  918. /package/bin/{libs/sdk/sdk-impl/sdk-types.js → app/ai/ai-impl/ai-types.js} +0 -0
  919. /package/bin/{libs/sdk/sdk-impl/utils/init/init-types.js → app/better/auth/(generators)/types.js} +0 -0
  920. /package/bin/{libs/sdk/sdk-impl/utils/pm/pm-types.js → app/build/providers/bun/bun-build.d.ts} +0 -0
  921. /package/bin/{libs/sdk/sdk-impl/utils/replacements.d.ts → app/build/providers/bun/bun-build.js} +0 -0
  922. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/bun/single-file.d.ts +0 -0
  923. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/loader.js +0 -0
  924. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/loaders/js.js +0 -0
  925. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/loaders/loaders-mod.js +0 -0
  926. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/loaders/postcss.js +0 -0
  927. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/utils/fs.d.ts +0 -0
  928. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/mkdist/mkdist-impl/utils/fs.js +0 -0
  929. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/build.js +0 -0
  930. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/cjs.js +0 -0
  931. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/esbuild.js +0 -0
  932. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/json.d.ts +0 -0
  933. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/json.js +0 -0
  934. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/raw.d.ts +0 -0
  935. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/raw.js +0 -0
  936. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/plugins/shebang.d.ts +0 -0
  937. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/utils.js +0 -0
  938. /package/bin/{libs/sdk/sdk-impl → app}/build/providers/rollup/watch.js +0 -0
  939. /package/bin/{libs/sdk/sdk-impl → app}/cmds/inject/inject-impl-mod.d.ts +0 -0
  940. /package/bin/{libs/sdk/sdk-impl → app}/cmds/transform/transform-impl-mod.d.ts +0 -0
  941. /package/bin/{libs/sdk/sdk-impl → app}/config/core.d.ts +0 -0
  942. /package/bin/{libs/sdk/sdk-impl → app}/config/prepare.d.ts +0 -0
  943. /package/bin/{cli.d.ts → app/cross/mod.d.ts} +0 -0
  944. /package/bin/{libs → app}/get/get-impl/get-core.d.ts +0 -0
  945. /package/bin/{libs → app}/get/get-mod.d.ts +0 -0
  946. /package/bin/{libs/sdk/sdk-impl/utils/replacements.js → app/init/use-template/cp-modules/git-deploy-prompts/vercel/vercel-types.js} +0 -0
  947. /package/bin/{libs/sdk/sdk-impl → app}/magic/magic-apply.d.ts +0 -0
  948. /package/bin/{libs/sdk/sdk-impl → app}/magic/magic-spells.d.ts +0 -0
  949. /package/bin/{libs/sdk/sdk-impl → app}/magic/magic-spells.js +0 -0
  950. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/analyzer.d.ts +0 -0
  951. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/deps-types.d.ts +0 -0
  952. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/filesystem.d.ts +0 -0
  953. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/filesystem.js +0 -0
  954. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/formatter.d.ts +0 -0
  955. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/parser.d.ts +0 -0
  956. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/missing-deps/parser.js +0 -0
  957. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/no-index-files/no-index-files.js +0 -0
  958. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/package-json-health/package-json-health.js +0 -0
  959. /package/bin/{libs/sdk/sdk-impl → app}/rules/reliverse/tsconfig-health/tsconfig-health.js +0 -0
  960. /package/bin/{libs/sdk/sdk-impl → app}/rules/rules-consts.d.ts +0 -0
  961. /package/bin/{libs/sdk/sdk-impl → app}/rules/rules-consts.js +0 -0
  962. /package/bin/{libs/sdk/sdk-impl → app}/rules/rules-mod.js +0 -0
  963. /package/bin/{libs/sdk/sdk-impl → app}/rules/rules-utils.d.ts +0 -0
  964. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-1.d.ts +0 -0
  965. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-2.d.ts +0 -0
  966. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-2.js +0 -0
  967. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-3.d.ts +0 -0
  968. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-4.d.ts +0 -0
  969. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-4.js +0 -0
  970. /package/bin/{libs/sdk/sdk-impl → app}/utils/agg/agg-5.d.ts +0 -0
  971. /package/bin/{libs/sdk/sdk-impl → app}/utils/b-exts.d.ts +0 -0
  972. /package/bin/{libs/sdk/sdk-impl → app}/utils/b-exts.js +0 -0
  973. /package/bin/{libs/sdk/sdk-impl → app}/utils/binary.d.ts +0 -0
  974. /package/bin/{libs/sdk/sdk-impl → app}/utils/binary.js +0 -0
  975. /package/bin/{libs/sdk/sdk-impl → app}/utils/comments.d.ts +0 -0
  976. /package/bin/{libs/sdk/sdk-impl → app}/utils/comments.js +0 -0
  977. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-enoent.d.ts +0 -0
  978. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-enoent.js +0 -0
  979. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-env.d.ts +0 -0
  980. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-escape.d.ts +0 -0
  981. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-escape.js +0 -0
  982. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-parse.d.ts +0 -0
  983. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-resolve.d.ts +0 -0
  984. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-shebang.d.ts +0 -0
  985. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-shebang.js +0 -0
  986. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-spawn.d.ts +0 -0
  987. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-spawn.js +0 -0
  988. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-stream.d.ts +0 -0
  989. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-stream.js +0 -0
  990. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-types.d.ts +0 -0
  991. /package/bin/{libs/sdk/sdk-impl → app}/utils/exec/exec-types.js +0 -0
  992. /package/bin/{libs/sdk/sdk-impl → app}/utils/file-type.d.ts +0 -0
  993. /package/bin/{libs/sdk/sdk-impl → app}/utils/fs-rename.d.ts +0 -0
  994. /package/bin/{libs/sdk/sdk-impl → app}/utils/init/init-impl.d.ts +0 -0
  995. /package/bin/{libs/sdk/sdk-impl → app}/utils/init/init-impl.js +0 -0
  996. /package/bin/{libs/sdk/sdk-impl → app}/utils/init/init-tmpl.d.ts +0 -0
  997. /package/bin/{libs/sdk/sdk-impl → app}/utils/init/init-tmpl.js +0 -0
  998. /package/bin/{libs/sdk/sdk-impl → app}/utils/init/init-types.d.ts +0 -0
  999. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-api.d.ts +0 -0
  1000. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-catalog.d.ts +0 -0
  1001. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-catalog.js +0 -0
  1002. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-detect.d.ts +0 -0
  1003. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-detect.js +0 -0
  1004. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-meta.d.ts +0 -0
  1005. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-parse.d.ts +0 -0
  1006. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-parse.js +0 -0
  1007. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-types.d.ts +0 -0
  1008. /package/bin/{libs/sdk/sdk-impl → app}/utils/pm/pm-utils.d.ts +0 -0
  1009. /package/bin/{libs/sdk/sdk-impl → app}/utils/resolve-cross-libs.d.ts +0 -0
  1010. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-build.js +0 -0
  1011. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-deps.js +0 -0
  1012. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-determine.js +0 -0
  1013. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-error-cwd.d.ts +0 -0
  1014. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-error-cwd.js +0 -0
  1015. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-fs.d.ts +0 -0
  1016. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-misc.d.ts +0 -0
  1017. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-misc.js +0 -0
  1018. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-package-json-libraries.js +0 -0
  1019. /package/bin/{libs/sdk/sdk-impl → app}/utils/utils-perf.js +0 -0
@@ -0,0 +1,996 @@
1
+ export const DLER_TPL_BACKEND = {
2
+ name: "backend",
3
+ description: "Template generated from 21 files",
4
+ updatedAt: "2025-06-17T20:33:59.618Z",
5
+ config: {
6
+ files: {
7
+ "backend/convex/packages/backend/convex/healthCheck.ts": {
8
+ metadata: {
9
+ updatedAt: "2025-06-17T06:06:35.000Z",
10
+ updatedHash: "4e85265190"
11
+ },
12
+ content: `import { query } from "./_generated/server";
13
+ export const get = query({
14
+ handler: async () => {
15
+ return "OK";
16
+ }
17
+ })
18
+ `,
19
+ type: "text"
20
+ },
21
+ "backend/convex/packages/backend/convex/README.md": {
22
+ metadata: {
23
+ updatedAt: "2025-06-17T06:06:35.000Z",
24
+ updatedHash: "d261559702"
25
+ },
26
+ content: `# Welcome to your Convex functions directory!
27
+ Write your Convex functions here.
28
+ See https://docs.convex.dev/functions for more.
29
+ A query function that takes two arguments looks like:
30
+ \`\`\`ts
31
+ // functions.js
32
+ import { query } from "./_generated/server";
33
+ import { v } from "convex/values";
34
+ export const myQueryFunction = query({
35
+ // Validators for arguments.
36
+ args: {
37
+ first: v.number(),
38
+ second: v.string(),
39
+ },
40
+ // Function implementation.
41
+ handler: async (ctx, args) => {
42
+ // Read the database as many times as you need here.
43
+ // See https://docs.convex.dev/database/reading-data.
44
+ const documents = await ctx.db.query("tablename").collect();
45
+ // Arguments passed from the client are properties of the args object.
46
+ console.log(args.first, args.second);
47
+ // Write arbitrary JavaScript here: filter, aggregate, build derived data,
48
+ // remove non-public properties, or create new objects.
49
+ return documents;
50
+ },
51
+ });
52
+ \`\`\`
53
+ Using this query function in a React component looks like:
54
+ \`\`\`ts
55
+ const data = useQuery(api.functions.myQueryFunction, {
56
+ first: 10,
57
+ second: "hello",
58
+ });
59
+ \`\`\`
60
+ A mutation function looks like:
61
+ \`\`\`ts
62
+ // functions.js
63
+ import { mutation } from "./_generated/server";
64
+ import { v } from "convex/values";
65
+ export const myMutationFunction = mutation({
66
+ // Validators for arguments.
67
+ args: {
68
+ first: v.string(),
69
+ second: v.string(),
70
+ },
71
+ // Function implementation.
72
+ handler: async (ctx, args) => {
73
+ // Insert or modify documents in the database here.
74
+ // Mutations can also read from the database like queries.
75
+ // See https://docs.convex.dev/database/writing-data.
76
+ const message = { body: args.first, author: args.second };
77
+ const id = await ctx.db.insert("messages", message);
78
+ // Optionally, return a value from your mutation.
79
+ return await ctx.db.get(id);
80
+ },
81
+ });
82
+ \`\`\`
83
+ Using this mutation function in a React component looks like:
84
+ \`\`\`ts
85
+ const mutation = useMutation(api.functions.myMutationFunction);
86
+ function handleButtonPress() {
87
+ // fire and forget, the most common way to use mutations
88
+ mutation({ first: "Hello!", second: "me" });
89
+ // OR
90
+ // use the result once the mutation has completed
91
+ mutation({ first: "Hello!", second: "me" }).then((result) =>
92
+ console.log(result),
93
+ );
94
+ }
95
+ \`\`\`
96
+ Use the Convex CLI to push your functions to a deployment. See everything
97
+ the Convex CLI can do by running \`npx convex -h\` in your project root
98
+ directory. To learn more, launch the docs with \`npx convex docs\`.
99
+ `,
100
+ type: "text"
101
+ },
102
+ "backend/convex/packages/backend/convex/schema.ts": {
103
+ metadata: {
104
+ updatedAt: "2025-06-17T06:06:35.000Z",
105
+ updatedHash: "8415cc5ad3"
106
+ },
107
+ content: `import { defineSchema, defineTable } from "convex/server";
108
+ import { v } from "convex/values";
109
+ export default defineSchema({
110
+ todos: defineTable({
111
+ text: v.string(),
112
+ completed: v.boolean(),
113
+ }),
114
+ });
115
+ `,
116
+ type: "text"
117
+ },
118
+ "backend/convex/packages/backend/convex/todos.ts": {
119
+ metadata: {
120
+ updatedAt: "2025-06-17T06:06:35.000Z",
121
+ updatedHash: "0e64275cf0"
122
+ },
123
+ content: `import { query, mutation } from "./_generated/server";
124
+ import { v } from "convex/values";
125
+ export const getAll = query({
126
+ handler: async (ctx) => {
127
+ return await ctx.db.query("todos").collect();
128
+ },
129
+ });
130
+ export const create = mutation({
131
+ args: {
132
+ text: v.string(),
133
+ },
134
+ handler: async (ctx, args) => {
135
+ const newTodoId = await ctx.db.insert("todos", {
136
+ text: args.text,
137
+ completed: false,
138
+ });
139
+ return await ctx.db.get(newTodoId);
140
+ },
141
+ });
142
+ export const toggle = mutation({
143
+ args: {
144
+ id: v.id("todos"),
145
+ completed: v.boolean(),
146
+ },
147
+ handler: async (ctx, args) => {
148
+ await ctx.db.patch(args.id, { completed: args.completed });
149
+ return { success: true };
150
+ },
151
+ });
152
+ export const deleteTodo = mutation({
153
+ args: {
154
+ id: v.id("todos"),
155
+ },
156
+ handler: async (ctx, args) => {
157
+ await ctx.db.delete(args.id);
158
+ return { success: true };
159
+ },
160
+ });
161
+ `,
162
+ type: "text"
163
+ },
164
+ "backend/convex/packages/backend/convex/tsconfig.json": {
165
+ jsonComments: {
166
+ "2": " /* This TypeScript project config describes the environment that",
167
+ "7": " /* These settings are not required by Convex and can be modified. */",
168
+ "15": " /* These compiler options are required by Convex */"
169
+ },
170
+ metadata: {
171
+ updatedAt: "2025-06-17T06:06:35.000Z",
172
+ updatedHash: "3f3d4096f8"
173
+ },
174
+ content: {
175
+ compilerOptions: {
176
+ allowJs: true,
177
+ strict: true,
178
+ moduleResolution: "Bundler",
179
+ jsx: "react-jsx",
180
+ skipLibCheck: true,
181
+ allowSyntheticDefaultImports: true,
182
+ target: "ESNext",
183
+ lib: ["ES2021", "dom"],
184
+ forceConsistentCasingInFileNames: true,
185
+ module: "ESNext",
186
+ isolatedModules: true,
187
+ noEmit: true
188
+ },
189
+ include: ["./**/*"],
190
+ exclude: ["./_generated"]
191
+ },
192
+ type: "json"
193
+ },
194
+ "backend/convex/packages/backend/package.json.hbs": {
195
+ metadata: {
196
+ updatedAt: "2025-06-17T06:06:35.000Z",
197
+ updatedHash: "a31c4f0f85"
198
+ },
199
+ content: `{
200
+ "name": "@{{projectName}}/backend",
201
+ "version": "1.0.0",
202
+ "scripts": {
203
+ "dev": "convex dev",
204
+ "setup": "convex dev --configure --until-success"
205
+ },
206
+ "author": "",
207
+ "license": "ISC",
208
+ "description": "",
209
+ "devDependencies": {
210
+ "typescript": "^5.8.3"
211
+ },
212
+ "dependencies": {
213
+ "convex": "^1.23.0"
214
+ }
215
+ }
216
+ `,
217
+ type: "text"
218
+ },
219
+ "backend/convex/packages/backend/_gitignore": {
220
+ metadata: {
221
+ updatedAt: "2025-06-17T06:06:35.000Z",
222
+ updatedHash: "5e859410e4"
223
+ },
224
+ content: `
225
+ .env.local
226
+ `,
227
+ type: "text"
228
+ },
229
+ "backend/server/elysia/src/index.ts.hbs": {
230
+ metadata: {
231
+ updatedAt: "2025-06-17T06:06:35.000Z",
232
+ updatedHash: "7b173395c4"
233
+ },
234
+ content: `import "dotenv/config";
235
+ {{#if (eq runtime "node")}}
236
+ import { node } from "@elysiajs/node";
237
+ {{/if}}
238
+ import { Elysia } from "elysia";
239
+ import { cors } from "@elysiajs/cors";
240
+ {{#if (eq api "trpc")}}
241
+ import { createContext } from "./lib/context";
242
+ import { appRouter } from "./routers/index";
243
+ import { fetchRequestHandler } from "@trpc/server/adapters/fetch";
244
+ {{/if}}
245
+ {{#if (eq api "orpc")}}
246
+ import { RPCHandler } from "@orpc/server/fetch";
247
+ import { appRouter } from "./routers";
248
+ import { createContext } from "./lib/context";
249
+ {{/if}}
250
+ {{#if auth}}
251
+ import { auth } from "./lib/auth";
252
+ {{/if}}
253
+ {{#if (eq api "orpc")}}
254
+ const handler = new RPCHandler(appRouter);
255
+ {{/if}}
256
+ {{#if (eq runtime "node")}}
257
+ const app = new Elysia({ adapter: node() })
258
+ {{else}}
259
+ const app = new Elysia()
260
+ {{/if}}
261
+ .use(
262
+ cors({
263
+ origin: process.env.CORS_ORIGIN || "",
264
+ methods: ["GET", "POST", "OPTIONS"],
265
+ {{#if auth}}
266
+ allowedHeaders: ["Content-Type", "Authorization"],
267
+ credentials: true,
268
+ {{/if}}
269
+ }),
270
+ )
271
+ {{#if auth}}
272
+ .all("/api/auth/*", async (context) => {
273
+ const { request } = context;
274
+ if (["POST", "GET"].includes(request.method)) {
275
+ return auth.handler(request);
276
+ }
277
+ context.error(405);
278
+ })
279
+ {{/if}}
280
+ {{#if (eq api "orpc")}}
281
+ .all('/rpc*', async (context) => {
282
+ const { response } = await handler.handle(context.request, {
283
+ prefix: '/rpc',
284
+ context: await createContext({ context })
285
+ })
286
+ return response ?? new Response('Not Found', { status: 404 })
287
+ })
288
+ {{/if}}
289
+ {{#if (eq api "trpc")}}
290
+ .all("/trpc/*", async (context) => {
291
+ const res = await fetchRequestHandler({
292
+ endpoint: "/trpc",
293
+ router: appRouter,
294
+ req: context.request,
295
+ createContext: () => createContext({ context }),
296
+ });
297
+ return res;
298
+ })
299
+ {{/if}}
300
+ .get("/", () => "OK")
301
+ .listen(3000, () => {
302
+ console.log("Server is running on http://localhost:3000");
303
+ });
304
+ `,
305
+ type: "text"
306
+ },
307
+ "backend/server/express/src/index.ts.hbs": {
308
+ metadata: {
309
+ updatedAt: "2025-06-17T06:06:35.000Z",
310
+ updatedHash: "7d15f582c5"
311
+ },
312
+ content: `import "dotenv/config";
313
+ {{#if (eq api "trpc")}}
314
+ import { createExpressMiddleware } from "@trpc/server/adapters/express";
315
+ import { createContext } from "./lib/context";
316
+ import { appRouter } from "./routers/index";
317
+ {{/if}}
318
+ {{#if (eq api "orpc")}}
319
+ import { RPCHandler } from "@orpc/server/node";
320
+ import { appRouter } from "./routers";
321
+ {{#if auth}}
322
+ import { createContext } from "./lib/context";
323
+ {{/if}}
324
+ {{/if}}
325
+ import cors from "cors";
326
+ import express from "express";
327
+ {{#if (includes examples "ai")}}
328
+ import { streamText } from "ai";
329
+ import { google } from "@ai-sdk/google";
330
+ {{/if}}
331
+ {{#if auth}}
332
+ import { auth } from "./lib/auth";
333
+ import { toNodeHandler } from "better-auth/node";
334
+ {{/if}}
335
+ const app = express();
336
+ app.use(
337
+ cors({
338
+ origin: process.env.CORS_ORIGIN || "",
339
+ methods: ["GET", "POST", "OPTIONS"],
340
+ {{#if auth}}
341
+ allowedHeaders: ["Content-Type", "Authorization"],
342
+ credentials: true,
343
+ {{/if}}
344
+ })
345
+ );
346
+ {{#if auth}}
347
+ app.all("/api/auth{/*path}", toNodeHandler(auth));
348
+ {{/if}}
349
+ {{#if (eq api "trpc")}}
350
+ app.use(
351
+ "/trpc",
352
+ createExpressMiddleware({
353
+ router: appRouter,
354
+ createContext
355
+ })
356
+ );
357
+ {{/if}}
358
+ {{#if (eq api "orpc")}}
359
+ const handler = new RPCHandler(appRouter);
360
+ app.use('/rpc{*path}', async (req, res, next) => {
361
+ const { matched } = await handler.handle(req, res, {
362
+ prefix: '/rpc',
363
+ {{#if auth}}
364
+ context: await createContext({ req }),
365
+ {{else}}
366
+ context: {},
367
+ {{/if}}
368
+ });
369
+ if (matched) return;
370
+ next();
371
+ });
372
+ {{/if}}
373
+ app.use(express.json())
374
+ {{#if (includes examples "ai")}}
375
+ app.post("/ai", async (req, res) => {
376
+ const { messages = [] } = req.body || {};
377
+ const result = streamText({
378
+ model: google("gemini-1.5-flash"),
379
+ messages,
380
+ });
381
+ result.pipeDataStreamToResponse(res);
382
+ });
383
+ {{/if}}
384
+ app.get("/", (_req, res) => {
385
+ res.status(200).send("OK");
386
+ });
387
+ const port = process.env.PORT || 3000;
388
+ app.listen(port, () => {
389
+ console.log(\`Server is running on port \${port}\`);
390
+ });
391
+ `,
392
+ type: "text"
393
+ },
394
+ "backend/server/fastify/src/index.ts.hbs": {
395
+ metadata: {
396
+ updatedAt: "2025-06-17T06:06:35.000Z",
397
+ updatedHash: "202aee9233"
398
+ },
399
+ content: `import "dotenv/config";
400
+ import Fastify from "fastify";
401
+ import fastifyCors from "@fastify/cors";
402
+ {{#if (eq api "trpc")}}
403
+ import { fastifyTRPCPlugin, type FastifyTRPCPluginOptions } from "@trpc/server/adapters/fastify";
404
+ import { createContext } from "./lib/context";
405
+ import { appRouter, type AppRouter } from "./routers/index";
406
+ {{/if}}
407
+ {{#if (eq api "orpc")}}
408
+ import { RPCHandler } from "@orpc/server/node";
409
+ import { CORSPlugin } from "@orpc/server/plugins";
410
+ import { appRouter } from "./routers/index";
411
+ import { createServer } from "node:http";
412
+ {{#if auth}}
413
+ import { createContext } from "./lib/context";
414
+ {{/if}}
415
+ {{/if}}
416
+ {{#if (includes examples "ai")}}
417
+ import type { FastifyRequest, FastifyReply } from "fastify";
418
+ import { streamText, type Message } from "ai";
419
+ import { google } from "@ai-sdk/google";
420
+ {{/if}}
421
+ {{#if auth}}
422
+ import { auth } from "./lib/auth";
423
+ {{/if}}
424
+ const baseCorsConfig = {
425
+ origin: process.env.CORS_ORIGIN || "",
426
+ methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"],
427
+ allowedHeaders: [
428
+ "Content-Type",
429
+ "Authorization",
430
+ "X-Requested-With"
431
+ ],
432
+ credentials: true,
433
+ maxAge: 86400,
434
+ };
435
+ {{#if (eq api "orpc")}}
436
+ const handler = new RPCHandler(appRouter, {
437
+ plugins: [
438
+ new CORSPlugin({
439
+ origin: process.env.CORS_ORIGIN,
440
+ credentials: true,
441
+ allowHeaders: ["Content-Type", "Authorization"],
442
+ }),
443
+ ],
444
+ });
445
+ const fastify = Fastify({
446
+ logger: true,
447
+ serverFactory: (fastifyHandler) => {
448
+ const server = createServer(async (req, res) => {
449
+ const { matched } = await handler.handle(req, res, {
450
+ context: await createContext(req.headers),
451
+ prefix: "/rpc",
452
+ });
453
+ if (matched) {
454
+ return;
455
+ }
456
+ fastifyHandler(req, res);
457
+ });
458
+ return server;
459
+ },
460
+ });
461
+ {{else}}
462
+ const fastify = Fastify({
463
+ logger: true,
464
+ });
465
+ {{/if}}
466
+ fastify.register(fastifyCors, baseCorsConfig);
467
+ {{#if auth}}
468
+ fastify.route({
469
+ method: ["GET", "POST"],
470
+ url: "/api/auth/*",
471
+ async handler(request, reply) {
472
+ try {
473
+ const url = new URL(request.url, \`http://\${request.headers.host}\`);
474
+ const headers = new Headers();
475
+ Object.entries(request.headers).forEach(([key, value]) => {
476
+ if (value) headers.append(key, value.toString());
477
+ });
478
+ const req = new Request(url.toString(), {
479
+ method: request.method,
480
+ headers,
481
+ body: request.body ? JSON.stringify(request.body) : undefined,
482
+ });
483
+ const response = await auth.handler(req);
484
+ reply.status(response.status);
485
+ response.headers.forEach((value, key) => reply.header(key, value));
486
+ reply.send(response.body ? await response.text() : null);
487
+ } catch (error) {
488
+ fastify.log.error("Authentication Error:", error);
489
+ reply.status(500).send({
490
+ error: "Internal authentication error",
491
+ code: "AUTH_FAILURE"
492
+ });
493
+ }
494
+ }
495
+ });
496
+ {{/if}}
497
+ {{#if (eq api "trpc")}}
498
+ fastify.register(fastifyTRPCPlugin, {
499
+ prefix: "/trpc",
500
+ trpcOptions: {
501
+ router: appRouter,
502
+ createContext,
503
+ onError({ path, error }) {
504
+ console.error(\`Error in tRPC handler on path '\${path}':\`, error);
505
+ },
506
+ } satisfies FastifyTRPCPluginOptions<AppRouter>["trpcOptions"],
507
+ });
508
+ {{/if}}
509
+ {{#if (includes examples "ai")}}
510
+ interface AiRequestBody {
511
+ id?: string;
512
+ messages: Message[];
513
+ }
514
+ fastify.post('/ai', async function (request, reply) {
515
+ const { messages } = request.body as AiRequestBody;
516
+ const result = streamText({
517
+ model: google('gemini-1.5-flash'),
518
+ messages,
519
+ });
520
+ reply.header('X-Vercel-AI-Data-Stream', 'v1');
521
+ reply.header('Content-Type', 'text/plain; charset=utf-8');
522
+ return reply.send(result.toDataStream());
523
+ });
524
+ {{/if}}
525
+ fastify.get('/', async () => {
526
+ return 'OK'
527
+ })
528
+ fastify.listen({ port: 3000 }, (err) => {
529
+ if (err) {
530
+ fastify.log.error(err);
531
+ process.exit(1);
532
+ }
533
+ console.log("Server running on port 3000");
534
+ });
535
+ `,
536
+ type: "text"
537
+ },
538
+ "backend/server/hono/src/index.ts.hbs": {
539
+ metadata: {
540
+ updatedAt: "2025-06-17T06:06:35.000Z",
541
+ updatedHash: "db661b84bf"
542
+ },
543
+ content: `{{#if (or (eq runtime "bun") (eq runtime "node"))}}
544
+ import "dotenv/config";
545
+ {{/if}}
546
+ {{#if (eq runtime "workers")}}
547
+ import { env } from "cloudflare:workers";
548
+ {{/if}}
549
+ {{#if (eq api "orpc")}}
550
+ import { RPCHandler } from "@orpc/server/fetch";
551
+ import { createContext } from "./lib/context";
552
+ import { appRouter } from "./routers/index";
553
+ {{/if}}
554
+ {{#if (eq api "trpc")}}
555
+ import { trpcServer } from "@hono/trpc-server";
556
+ import { createContext } from "./lib/context";
557
+ import { appRouter } from "./routers/index";
558
+ {{/if}}
559
+ {{#if auth}}
560
+ import { auth } from "./lib/auth";
561
+ {{/if}}
562
+ import { Hono } from "hono";
563
+ import { cors } from "hono/cors";
564
+ import { logger } from "hono/logger";
565
+ {{#if (and (includes examples "ai") (or (eq runtime "bun") (eq runtime "node")))}}
566
+ import { streamText } from "ai";
567
+ import { google } from "@ai-sdk/google";
568
+ import { stream } from "hono/streaming";
569
+ {{/if}}
570
+ {{#if (and (includes examples "ai") (eq runtime "workers"))}}
571
+ import { streamText } from "ai";
572
+ import { stream } from "hono/streaming";
573
+ import { createGoogleGenerativeAI } from "@ai-sdk/google";
574
+ {{/if}}
575
+ const app = new Hono();
576
+ app.use(logger());
577
+ app.use("/*", cors({
578
+ {{#if (or (eq runtime "bun") (eq runtime "node"))}}
579
+ origin: process.env.CORS_ORIGIN || "",
580
+ {{/if}}
581
+ {{#if (eq runtime "workers")}}
582
+ origin: env.CORS_ORIGIN || "",
583
+ {{/if}}
584
+ allowMethods: ["GET", "POST", "OPTIONS"],
585
+ {{#if auth}}
586
+ allowHeaders: ["Content-Type", "Authorization"],
587
+ credentials: true,
588
+ {{/if}}
589
+ }));
590
+ {{#if auth}}
591
+ app.on(["POST", "GET"], "/api/auth/**", (c) => auth.handler(c.req.raw));
592
+ {{/if}}
593
+ {{#if (eq api "orpc")}}
594
+ const handler = new RPCHandler(appRouter);
595
+ app.use("/rpc/*", async (c, next) => {
596
+ const context = await createContext({ context: c });
597
+ const { matched, response } = await handler.handle(c.req.raw, {
598
+ prefix: "/rpc",
599
+ context: context,
600
+ });
601
+ if (matched) {
602
+ return c.newResponse(response.body, response);
603
+ }
604
+ await next();
605
+ });
606
+ {{/if}}
607
+ {{#if (eq api "trpc")}}
608
+ app.use("/trpc/*", trpcServer({
609
+ router: appRouter,
610
+ createContext: (_opts, context) => {
611
+ return createContext({ context });
612
+ },
613
+ }));
614
+ {{/if}}
615
+ {{#if (and (includes examples "ai") (or (eq runtime "bun") (eq runtime "node")))}}
616
+ app.post("/ai", async (c) => {
617
+ const body = await c.req.json();
618
+ const messages = body.messages || [];
619
+ const result = streamText({
620
+ model: google("gemini-1.5-flash"),
621
+ messages,
622
+ });
623
+ c.header("X-Vercel-AI-Data-Stream", "v1");
624
+ c.header("Content-Type", "text/plain; charset=utf-8");
625
+ return stream(c, (stream) => stream.pipe(result.toDataStream()));
626
+ });
627
+ {{/if}}
628
+ {{#if (and (includes examples "ai") (eq runtime "workers"))}}
629
+ app.post("/ai", async (c) => {
630
+ const body = await c.req.json();
631
+ const messages = body.messages || [];
632
+ const google = createGoogleGenerativeAI({
633
+ apiKey: env.GOOGLE_GENERATIVE_AI_API_KEY,
634
+ });
635
+ const result = streamText({
636
+ model: google("gemini-1.5-flash"),
637
+ messages,
638
+ });
639
+ c.header("X-Vercel-AI-Data-Stream", "v1");
640
+ c.header("Content-Type", "text/plain; charset=utf-8");
641
+ return stream(c, (stream) => stream.pipe(result.toDataStream()));
642
+ });
643
+ {{/if}}
644
+ app.get("/", (c) => {
645
+ return c.text("OK");
646
+ });
647
+ {{#if (eq runtime "node")}}
648
+ import { serve } from "@hono/node-server";
649
+ serve({
650
+ fetch: app.fetch,
651
+ port: 3000,
652
+ }, (info) => {
653
+ console.log(\`Server is running on http://localhost:\${info.port}\`);
654
+ });
655
+ {{else}}
656
+ {{#if (eq runtime "bun")}}
657
+ export default app;
658
+ {{/if}}
659
+ {{#if (eq runtime "workers")}}
660
+ export default app;
661
+ {{/if}}
662
+ {{/if}}
663
+ `,
664
+ type: "text"
665
+ },
666
+ "backend/server/next/next-env.d.ts": {
667
+ metadata: {
668
+ updatedAt: "2025-06-17T06:06:35.000Z",
669
+ updatedHash: "f75a118439"
670
+ },
671
+ content: `/// <reference types="next" />
672
+ /// <reference types="next/image-types/global" />
673
+ // NOTE: This file should not be edited
674
+ // see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
675
+ `,
676
+ type: "text"
677
+ },
678
+ "backend/server/next/next.config.ts": {
679
+ metadata: {
680
+ updatedAt: "2025-06-17T06:06:35.000Z",
681
+ updatedHash: "89327ac52f"
682
+ },
683
+ content: `import type { NextConfig } from "next";
684
+ const nextConfig: NextConfig = {
685
+ /* config options here */
686
+ };
687
+ export default nextConfig;
688
+ `,
689
+ type: "text"
690
+ },
691
+ "backend/server/next/package.json.hbs": {
692
+ metadata: {
693
+ updatedAt: "2025-06-17T06:06:35.000Z",
694
+ updatedHash: "0b109deaf9"
695
+ },
696
+ content: `{
697
+ "name": "server",
698
+ "version": "0.1.0",
699
+ "private": true,
700
+ "scripts": {
701
+ "dev": "next dev --turbopack",
702
+ "build": "next build",
703
+ "start": "next start"
704
+ },
705
+ "dependencies": {
706
+ "next": "15.3.0",
707
+ "dotenv": "^16.5.0"
708
+ },
709
+ {{#if (eq dbSetup 'supabase')}}
710
+ "trustedDependencies": [
711
+ "supabase"
712
+ ],
713
+ {{/if}}
714
+ "devDependencies": {
715
+ "@types/node": "^20",
716
+ "@types/react": "^19",
717
+ "typescript": "^5"
718
+ }
719
+ }
720
+ `,
721
+ type: "text"
722
+ },
723
+ "backend/server/next/src/app/route.ts": {
724
+ metadata: {
725
+ updatedAt: "2025-06-17T06:06:35.000Z",
726
+ updatedHash: "e40f5d7501"
727
+ },
728
+ content: `import { NextResponse } from "next/server";
729
+ export async function GET() {
730
+ return NextResponse.json({ message: "OK" });
731
+ }
732
+ `,
733
+ type: "text"
734
+ },
735
+ "backend/server/next/src/middleware.ts": {
736
+ metadata: {
737
+ updatedAt: "2025-06-17T06:06:35.000Z",
738
+ updatedHash: "d71ca4997c"
739
+ },
740
+ content: `import { NextResponse } from "next/server";
741
+ export function middleware() {
742
+ const res = NextResponse.next()
743
+ res.headers.append('Access-Control-Allow-Credentials', "true")
744
+ res.headers.append('Access-Control-Allow-Origin', process.env.CORS_ORIGIN || "")
745
+ res.headers.append('Access-Control-Allow-Methods', 'GET,POST,OPTIONS')
746
+ res.headers.append(
747
+ 'Access-Control-Allow-Headers',
748
+ 'Content-Type, Authorization'
749
+ )
750
+ return res
751
+ }
752
+ export const config = {
753
+ matcher: '/:path*',
754
+ }
755
+ `,
756
+ type: "text"
757
+ },
758
+ "backend/server/next/tsconfig.json.hbs": {
759
+ metadata: {
760
+ updatedAt: "2025-06-17T06:06:35.000Z",
761
+ updatedHash: "e47257abfb"
762
+ },
763
+ content: `{
764
+ "compilerOptions": {
765
+ "target": "ES2017",
766
+ "lib": ["dom", "dom.iterable", "esnext"],
767
+ "allowJs": true,
768
+ "skipLibCheck": true,
769
+ "strict": true,
770
+ "noEmit": true,
771
+ "esModuleInterop": true,
772
+ "module": "esnext",
773
+ "moduleResolution": "bundler",
774
+ "resolveJsonModule": true,
775
+ "isolatedModules": true,
776
+ "jsx": "preserve",
777
+ {{#unless (or (eq backend "convex") (eq backend "none"))}}
778
+ "composite": true,
779
+ {{/unless}}
780
+ "incremental": true,
781
+ "plugins": [
782
+ {
783
+ "name": "next"
784
+ }
785
+ ],
786
+ "paths": {
787
+ "@/*": ["./src/*"]
788
+ {{#if (eq orm 'prisma')}},
789
+ "prisma": ["node_modules/prisma"]
790
+ {{/if}}
791
+ },
792
+ },
793
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
794
+ "exclude": ["node_modules"]
795
+ }
796
+ `,
797
+ type: "text"
798
+ },
799
+ "backend/server/server-base/package.json.hbs": {
800
+ metadata: {
801
+ updatedAt: "2025-06-17T06:06:35.000Z",
802
+ updatedHash: "1cd020a140"
803
+ },
804
+ content: `{
805
+ "name": "server",
806
+ "main": "src/index.ts",
807
+ "type": "module",
808
+ "scripts": {
809
+ "build": "tsc && tsc-alias",
810
+ "check-types": "tsc --noEmit",
811
+ "compile": "bun build --compile --minify --sourcemap --bytecode ./src/index.ts --outfile server"
812
+ },
813
+ {{#if (eq orm 'prisma')}}
814
+ "prisma": {
815
+ "schema": "./schema"
816
+ },
817
+ {{/if}}
818
+ "dependencies": {
819
+ "dotenv": "^16.4.7",
820
+ "zod": "^3.25.16"
821
+ },
822
+ {{#if (eq dbSetup 'supabase')}}
823
+ "trustedDependencies": [
824
+ "supabase"
825
+ ],
826
+ {{/if}}
827
+ "devDependencies": {
828
+ "tsc-alias": "^1.8.11",
829
+ "typescript": "^5.8.2"
830
+ }
831
+ }
832
+ `,
833
+ type: "text"
834
+ },
835
+ "backend/server/server-base/src/routers/index.ts.hbs": {
836
+ metadata: {
837
+ updatedAt: "2025-06-17T06:06:35.000Z",
838
+ updatedHash: "2a92c7eab7"
839
+ },
840
+ content: `{{#if (eq api "orpc")}}
841
+ import { {{#if auth}}protectedProcedure, {{/if}}publicProcedure } from "../lib/orpc";
842
+ {{#if (includes examples "todo")}}
843
+ import { todoRouter } from "./todo";
844
+ {{/if}}
845
+ export const appRouter = {
846
+ healthCheck: publicProcedure.handler(() => {
847
+ return "OK";
848
+ }),
849
+ {{#if auth}}
850
+ privateData: protectedProcedure.handler(({ context }) => {
851
+ return {
852
+ message: "This is private",
853
+ user: context.session?.user,
854
+ };
855
+ }),
856
+ {{/if}}
857
+ {{#if (includes examples "todo")}}
858
+ todo: todoRouter,
859
+ {{/if}}
860
+ };
861
+ export type AppRouter = typeof appRouter;
862
+ {{else if (eq api "trpc")}}
863
+ import {
864
+ {{#if auth}}protectedProcedure, {{/if}}publicProcedure,
865
+ router,
866
+ } from "../lib/trpc";
867
+ {{#if (includes examples "todo")}}
868
+ import { todoRouter } from "./todo";
869
+ {{/if}}
870
+ export const appRouter = router({
871
+ healthCheck: publicProcedure.query(() => {
872
+ return "OK";
873
+ }),
874
+ {{#if auth}}
875
+ privateData: protectedProcedure.query(({ ctx }) => {
876
+ return {
877
+ message: "This is private",
878
+ user: ctx.session.user,
879
+ };
880
+ }),
881
+ {{/if}}
882
+ {{#if (includes examples "todo")}}
883
+ todo: todoRouter,
884
+ {{/if}}
885
+ });
886
+ export type AppRouter = typeof appRouter;
887
+ {{else}}
888
+ export const appRouter = {};
889
+ export type AppRouter = typeof appRouter;
890
+ {{/if}}
891
+ `,
892
+ type: "text"
893
+ },
894
+ "backend/server/server-base/tsconfig.json.hbs": {
895
+ metadata: {
896
+ updatedAt: "2025-06-17T06:06:35.000Z",
897
+ updatedHash: "e8e301561a"
898
+ },
899
+ content: `{
900
+ "compilerOptions": {
901
+ "target": "ESNext",
902
+ "module": "ESNext",
903
+ "moduleResolution": "bundler",
904
+ "verbatimModuleSyntax": true,
905
+ "strict": true,
906
+ "skipLibCheck": true,
907
+ "baseUrl": "./",
908
+ "paths": {
909
+ "@/*": ["./src/*"]
910
+ {{#if (eq orm "prisma")}},
911
+ "prisma": ["node_modules/prisma"]
912
+ {{/if}}
913
+ },
914
+ "outDir": "./dist",
915
+ "types": [
916
+ {{#if (eq runtime "node")}}
917
+ "node"
918
+ {{else if (eq runtime "bun")}}
919
+ "bun"
920
+ {{else if (eq runtime "workers")}}
921
+ "./worker-configuration",
922
+ "node"
923
+ {{else}}
924
+ "node",
925
+ "bun"
926
+ {{/if}}
927
+ ],
928
+ {{#unless (or (eq backend "convex") (eq backend "none"))}}
929
+ "composite": true,
930
+ {{/unless}}
931
+ "jsx": "react-jsx"{{#if (eq backend "hono")}},
932
+ "jsxImportSource": "hono/jsx"{{/if}}
933
+ },
934
+ "tsc-alias": {
935
+ "resolveFullPaths": true
936
+ }
937
+ }
938
+ `,
939
+ type: "text"
940
+ },
941
+ "backend/server/server-base/_gitignore": {
942
+ metadata: {
943
+ updatedAt: "2025-06-17T06:06:35.000Z",
944
+ updatedHash: "22473bb619"
945
+ },
946
+ content: `# prod
947
+ dist/
948
+ /build
949
+ /out/
950
+ # dev
951
+ .yarn/
952
+ !.yarn/patches
953
+ !.yarn/plugins
954
+ !.yarn/releases
955
+ !.yarn/versions
956
+ .vscode/*
957
+ !.vscode/launch.json
958
+ !.vscode/*.code-snippets
959
+ .idea/workspace.xml
960
+ .idea/usage.statistics.xml
961
+ .idea/shelf
962
+ .wrangler
963
+ /.next/
964
+ .vercel
965
+ # deps
966
+ node_modules/
967
+ /node_modules
968
+ /.pnp
969
+ .pnp.*
970
+ # env
971
+ .env*
972
+ .env.production
973
+ !.env.example
974
+ .dev.vars
975
+ # logs
976
+ logs/
977
+ *.log
978
+ npm-debug.log*
979
+ yarn-debug.log*
980
+ yarn-error.log*
981
+ pnpm-debug.log*
982
+ lerna-debug.log*
983
+ # misc
984
+ .DS_Store
985
+ *.pem
986
+ # local db
987
+ *.db*
988
+ # typescript
989
+ *.tsbuildinfo
990
+ next-env.d.ts
991
+ `,
992
+ type: "text"
993
+ }
994
+ }
995
+ }
996
+ };