stacks 0.58.72 → 0.59.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1109) hide show
  1. package/buddy/bin/cli.ts +90 -0
  2. package/buddy/build.ts +38 -0
  3. package/buddy/compile.ts +9 -0
  4. package/{core/buddy/dist/chunk-94f0ae38d2d27d78.js → buddy/dist/chunk-32440b2561f1e29c.js} +568 -485
  5. package/buddy/dist/cli.d.ts +1 -0
  6. package/buddy/dist/cli.js +107 -0
  7. package/buddy/dist/commands/build.d.ts +2 -0
  8. package/buddy/dist/commands/changelog.d.ts +2 -0
  9. package/buddy/dist/commands/clean.d.ts +2 -0
  10. package/buddy/dist/commands/cloud.d.ts +2 -0
  11. package/buddy/dist/commands/commit.d.ts +2 -0
  12. package/buddy/dist/commands/configure.d.ts +2 -0
  13. package/buddy/dist/commands/create.d.ts +2 -0
  14. package/buddy/dist/commands/deploy.d.ts +2 -0
  15. package/buddy/dist/commands/dev.d.ts +3 -0
  16. package/buddy/dist/commands/dns.d.ts +2 -0
  17. package/buddy/dist/commands/domains.d.ts +2 -0
  18. package/buddy/dist/commands/fresh.d.ts +2 -0
  19. package/buddy/dist/commands/generate.d.ts +2 -0
  20. package/buddy/dist/commands/http.d.ts +2 -0
  21. package/buddy/dist/commands/index.d.ts +31 -0
  22. package/buddy/dist/commands/install.d.ts +2 -0
  23. package/buddy/dist/commands/key.d.ts +2 -0
  24. package/buddy/dist/commands/lint.d.ts +2 -0
  25. package/buddy/dist/commands/list.d.ts +2 -0
  26. package/buddy/dist/commands/make.d.ts +2 -0
  27. package/buddy/dist/commands/migrate.d.ts +2 -0
  28. package/buddy/dist/commands/ports.d.ts +2 -0
  29. package/buddy/dist/commands/prepublish.d.ts +2 -0
  30. package/buddy/dist/commands/projects.d.ts +2 -0
  31. package/buddy/dist/commands/release.d.ts +2 -0
  32. package/buddy/dist/commands/seed.d.ts +2 -0
  33. package/buddy/dist/commands/setup.d.ts +4 -0
  34. package/buddy/dist/commands/test.d.ts +2 -0
  35. package/buddy/dist/commands/tinker.d.ts +2 -0
  36. package/buddy/dist/commands/types.d.ts +2 -0
  37. package/buddy/dist/commands/upgrade.d.ts +2 -0
  38. package/buddy/dist/commands/version.d.ts +2 -0
  39. package/buddy/dist/index.d.ts +1 -0
  40. package/{core/buddy → buddy}/dist/index.js +6 -3
  41. package/buddy/dist/stacks +0 -0
  42. package/{core/buddy → buddy}/package.json +3 -5
  43. package/{core/buddy → buddy}/src/cli.ts +36 -31
  44. package/{core/buddy → buddy}/src/commands/add.ts +1 -1
  45. package/{core/buddy → buddy}/src/commands/commit.ts +1 -1
  46. package/{core/buddy → buddy}/src/commands/create.ts +6 -0
  47. package/{core/buddy → buddy}/src/commands/deploy.ts +1 -1
  48. package/{core/buddy → buddy}/src/commands/dev.ts +1 -3
  49. package/{core/buddy → buddy}/src/commands/generate.ts +10 -0
  50. package/{core/buddy → buddy}/src/commands/index.ts +2 -0
  51. package/{core/buddy → buddy}/src/commands/list.ts +1 -1
  52. package/{core/buddy → buddy}/src/commands/make.ts +28 -2
  53. package/buddy/src/commands/ports.ts +180 -0
  54. package/{core/buddy → buddy}/src/commands/prepublish.ts +1 -1
  55. package/buddy/src/commands/projects.ts +58 -0
  56. package/{core/buddy → buddy}/src/commands/setup.ts +8 -54
  57. package/{core/buddy → buddy}/src/commands/types.ts +1 -1
  58. package/{core/buddy → buddy}/src/commands/upgrade.ts +51 -4
  59. package/buddy/tsconfig.tsbuildinfo +1 -0
  60. package/package.json +285 -285
  61. package/core/.simple-git-hooks.js +0 -3
  62. package/core/Caddyfile +0 -23
  63. package/core/actions/README.md +0 -58
  64. package/core/actions/build.ts +0 -5
  65. package/core/actions/dist/src/add.js +0 -29
  66. package/core/actions/dist/src/build/component-libs.js +0 -6
  67. package/core/actions/dist/src/build/core.js +0 -21
  68. package/core/actions/dist/src/build/stacks.js +0 -8
  69. package/core/actions/dist/src/build.js +0 -213
  70. package/core/actions/dist/src/bump.js +0 -14
  71. package/core/actions/dist/src/changelog.js +0 -17
  72. package/core/actions/dist/src/clean.js +0 -6
  73. package/core/actions/dist/src/commit.js +0 -17
  74. package/core/actions/dist/src/copy-types.js +0 -14
  75. package/core/actions/dist/src/database/seed.js +0 -1
  76. package/core/actions/dist/src/deploy/index.js +0 -31
  77. package/core/actions/dist/src/dev/components.js +0 -11
  78. package/core/actions/dist/src/dev/docs.js +0 -7
  79. package/core/actions/dist/src/dev/index.js +0 -92
  80. package/core/actions/dist/src/examples.js +0 -43
  81. package/core/actions/dist/src/fresh.js +0 -18
  82. package/core/actions/dist/src/generate/component-meta.js +0 -59
  83. package/core/actions/dist/src/generate/ide-helpers.js +0 -91
  84. package/core/actions/dist/src/generate/index.js +0 -147
  85. package/core/actions/dist/src/generate/lib-entries.js +0 -170
  86. package/core/actions/dist/src/generate/vscode-custom-data.js +0 -91
  87. package/core/actions/dist/src/helpers/component-meta.js +0 -50
  88. package/core/actions/dist/src/helpers/index.js +0 -48
  89. package/core/actions/dist/src/helpers/lib-entries.js +0 -161
  90. package/core/actions/dist/src/helpers/package-json.js +0 -136
  91. package/core/actions/dist/src/helpers/utils.js +0 -48
  92. package/core/actions/dist/src/helpers/vscode-custom-data.js +0 -83
  93. package/core/actions/dist/src/index.js +0 -583
  94. package/core/actions/dist/src/key-generate.js +0 -10
  95. package/core/actions/dist/src/lint/fix.js +0 -12
  96. package/core/actions/dist/src/lint/index.js +0 -17
  97. package/core/actions/dist/src/make.js +0 -291
  98. package/core/actions/dist/src/prepublish.js +0 -14
  99. package/core/actions/dist/src/release.js +0 -553
  100. package/core/actions/dist/src/test/coverage.js +0 -6
  101. package/core/actions/dist/src/test/feature.js +0 -6
  102. package/core/actions/dist/src/test/ui.js +0 -6
  103. package/core/actions/dist/src/test/unit.js +0 -6
  104. package/core/actions/dist/src/test.js +0 -6
  105. package/core/actions/dist/src/tinker.js +0 -5
  106. package/core/actions/dist/src/typecheck.js +0 -6
  107. package/core/actions/dist/src/types.js +0 -21
  108. package/core/actions/dist/src/upgrade/dependencies.js +0 -6
  109. package/core/actions/dist/src/upgrade/framework.js +0 -1
  110. package/core/actions/dist/src/upgrade/index.js +0 -54
  111. package/core/actions/dist/src/upgrade.js +0 -47
  112. package/core/actions/package.json +0 -92
  113. package/core/actions/src/action.ts +0 -52
  114. package/core/actions/src/actions.ts +0 -2
  115. package/core/actions/src/add.ts +0 -27
  116. package/core/actions/src/ai/request-model-access.ts +0 -74
  117. package/core/actions/src/build/cli.ts +0 -7
  118. package/core/actions/src/build/component-libs.ts +0 -5
  119. package/core/actions/src/build/core.ts +0 -34
  120. package/core/actions/src/build/desktop.ts +0 -7
  121. package/core/actions/src/build/docs.ts +0 -7
  122. package/core/actions/src/build/server.ts +0 -9
  123. package/core/actions/src/build/stacks.ts +0 -7
  124. package/core/actions/src/build.ts +0 -89
  125. package/core/actions/src/bump.ts +0 -18
  126. package/core/actions/src/cdn/invalidate-cache.ts +0 -27
  127. package/core/actions/src/changelog.ts +0 -21
  128. package/core/actions/src/clean.ts +0 -6
  129. package/core/actions/src/commit.ts +0 -14
  130. package/core/actions/src/copy-types.ts +0 -22
  131. package/core/actions/src/database/fields.ts +0 -111
  132. package/core/actions/src/database/migration-mysql.ts +0 -72
  133. package/core/actions/src/database/migration-sqlite.ts +0 -67
  134. package/core/actions/src/database/migration.ts +0 -10
  135. package/core/actions/src/database/seed.ts +0 -4
  136. package/core/actions/src/database/user-migration.ts +0 -20
  137. package/core/actions/src/deploy/create-receipt-rule.ts +0 -55
  138. package/core/actions/src/deploy/index.ts +0 -46
  139. package/core/actions/src/dev/api.ts +0 -18
  140. package/core/actions/src/dev/components.ts +0 -14
  141. package/core/actions/src/dev/dashboard.ts +0 -7
  142. package/core/actions/src/dev/desktop.ts +0 -7
  143. package/core/actions/src/dev/docs.ts +0 -7
  144. package/core/actions/src/dev/index.ts +0 -48
  145. package/core/actions/src/dev/system-tray.ts +0 -6
  146. package/core/actions/src/dev/views.ts +0 -7
  147. package/core/actions/src/domains/add.ts +0 -67
  148. package/core/actions/src/domains/purchase.ts +0 -76
  149. package/core/actions/src/domains/remove.ts +0 -38
  150. package/core/actions/src/examples.ts +0 -46
  151. package/core/actions/src/fresh.ts +0 -20
  152. package/core/actions/src/generate/action-types.ts +0 -89
  153. package/core/actions/src/generate/caddyfile.ts +0 -1
  154. package/core/actions/src/generate/component-meta.ts +0 -19
  155. package/core/actions/src/generate/custom-cli-file.ts +0 -24
  156. package/core/actions/src/generate/env-files.ts +0 -89
  157. package/core/actions/src/generate/ide-helpers.ts +0 -18
  158. package/core/actions/src/generate/index.ts +0 -132
  159. package/core/actions/src/generate/lib-entries.ts +0 -18
  160. package/core/actions/src/generate/model-classes.ts +0 -299
  161. package/core/actions/src/generate/model-generate.ts +0 -12
  162. package/core/actions/src/generate/pkgx-file.ts +0 -72
  163. package/core/actions/src/generate/types.ts +0 -6
  164. package/core/actions/src/generate/vscode-custom-data.ts +0 -19
  165. package/core/actions/src/generate/web-types.ts +0 -2
  166. package/core/actions/src/helpers/component-meta.ts +0 -93
  167. package/core/actions/src/helpers/index.ts +0 -1
  168. package/core/actions/src/helpers/lib-entries.ts +0 -139
  169. package/core/actions/src/helpers/package-json.ts +0 -96
  170. package/core/actions/src/helpers/utils.ts +0 -70
  171. package/core/actions/src/helpers/vscode-custom-data.ts +0 -35
  172. package/core/actions/src/index.ts +0 -29
  173. package/core/actions/src/key-generate.ts +0 -10
  174. package/core/actions/src/lint/fix.ts +0 -13
  175. package/core/actions/src/lint/index.ts +0 -27
  176. package/core/actions/src/make.ts +0 -322
  177. package/core/actions/src/migrate/database.ts +0 -1
  178. package/core/actions/src/migrate/dns.ts +0 -3
  179. package/core/actions/src/prepublish.ts +0 -17
  180. package/core/actions/src/release.ts +0 -18
  181. package/core/actions/src/start-caddy.ts +0 -13
  182. package/core/actions/src/test/coverage.ts +0 -5
  183. package/core/actions/src/test/feature.ts +0 -5
  184. package/core/actions/src/test/ui.ts +0 -5
  185. package/core/actions/src/test/unit.ts +0 -5
  186. package/core/actions/src/test.ts +0 -5
  187. package/core/actions/src/tinker.ts +0 -10
  188. package/core/actions/src/typecheck.ts +0 -5
  189. package/core/actions/src/types.ts +0 -20
  190. package/core/actions/src/upgrade/bun.ts +0 -4
  191. package/core/actions/src/upgrade/dependencies.ts +0 -0
  192. package/core/actions/src/upgrade/framework.ts +0 -30
  193. package/core/actions/src/upgrade/index.ts +0 -22
  194. package/core/actions/src/upgrade.ts +0 -68
  195. package/core/actions/tests/example.test.ts +0 -5
  196. package/core/ai/README.md +0 -67
  197. package/core/ai/build.ts +0 -9
  198. package/core/ai/dist/index.js +0 -10624
  199. package/core/ai/package.json +0 -60
  200. package/core/ai/src/chatbots.ts +0 -0
  201. package/core/ai/src/image-generation.ts +0 -0
  202. package/core/ai/src/index.ts +0 -8
  203. package/core/ai/src/personalization.ts +0 -0
  204. package/core/ai/src/search.ts +0 -0
  205. package/core/ai/src/text-generation.ts +0 -0
  206. package/core/ai/src/text-summary.ts +0 -0
  207. package/core/ai/src/utils/client-bedrock-runtime.ts +0 -38
  208. package/core/ai/src/utils/client-bedrock.ts +0 -53
  209. package/core/ai/tests/example.test.ts +0 -5
  210. package/core/ai/tsconfig.json +0 -3
  211. package/core/alias/README.md +0 -53
  212. package/core/alias/build.ts +0 -8
  213. package/core/alias/dist/index.js +0 -218
  214. package/core/alias/package.json +0 -52
  215. package/core/alias/src/index.ts +0 -220
  216. package/core/alias/tests/example.test.ts +0 -5
  217. package/core/alias/tsconfig.json +0 -3
  218. package/core/analytics/README.md +0 -55
  219. package/core/analytics/build.ts +0 -8
  220. package/core/analytics/dist/index.js +0 -5
  221. package/core/analytics/package.json +0 -55
  222. package/core/analytics/src/drivers/fathom.ts +0 -1
  223. package/core/analytics/src/drivers/index.ts +0 -1
  224. package/core/analytics/src/index.ts +0 -1
  225. package/core/analytics/tests/example.test.ts +0 -5
  226. package/core/analytics/tsconfig.json +0 -3
  227. package/core/api/build.ts +0 -7
  228. package/core/api/dist/index.js +0 -639
  229. package/core/api/package.json +0 -61
  230. package/core/api/src/index.ts +0 -115
  231. package/core/api/tsconfig.json +0 -3
  232. package/core/arrays/README.md +0 -59
  233. package/core/arrays/build.ts +0 -8
  234. package/core/arrays/dist/index.js +0 -469
  235. package/core/arrays/package.json +0 -60
  236. package/core/arrays/src/arr.ts +0 -3
  237. package/core/arrays/src/contains.ts +0 -87
  238. package/core/arrays/src/helpers.ts +0 -272
  239. package/core/arrays/src/index.ts +0 -3
  240. package/core/arrays/src/macro.ts +0 -131
  241. package/core/arrays/src/math.ts +0 -220
  242. package/core/arrays/tests/example.test.ts +0 -5
  243. package/core/arrays/tsconfig.json +0 -3
  244. package/core/auth/README.md +0 -59
  245. package/core/auth/build.ts +0 -8
  246. package/core/auth/dist/index.js +0 -5
  247. package/core/auth/package.json +0 -51
  248. package/core/auth/src/index.ts +0 -1
  249. package/core/auth/tests/example.test.ts +0 -5
  250. package/core/auth/tsconfig.json +0 -3
  251. package/core/buddy/bin/cli.ts +0 -46
  252. package/core/buddy/build.ts +0 -8
  253. package/core/buddy/compile.ts +0 -8
  254. package/core/buddy/dist/chunk-59a9de11428ba763.js +0 -993
  255. package/core/buddy/dist/cli.js +0 -676
  256. package/core/buddy/tsconfig.json +0 -3
  257. package/core/build/README.md +0 -59
  258. package/core/build/build.ts +0 -8
  259. package/core/build/dist/index.js +0 -19
  260. package/core/build/package.json +0 -64
  261. package/core/build/src/index.ts +0 -11
  262. package/core/build/tests/example.test.ts +0 -5
  263. package/core/build/tsconfig.json +0 -3
  264. package/core/build/web-types.config.cjs +0 -5
  265. package/core/build/web-types.ts +0 -15
  266. package/core/bun-create/bud/README.md +0 -45
  267. package/core/bun-create/bud/package.json +0 -151
  268. package/core/bun-create/buddy/README.md +0 -45
  269. package/core/bun-create/buddy/package.json +0 -150
  270. package/core/bun-create/stack/README.md +0 -45
  271. package/core/bun-create/stack/package.json +0 -150
  272. package/core/bun-create/stacks/README.md +0 -45
  273. package/core/bun-create/stacks/package.json +0 -150
  274. package/core/bun-create/stx/README.md +0 -45
  275. package/core/bun-create/stx/package.json +0 -151
  276. package/core/bun-plugin-yaml/README.md +0 -56
  277. package/core/bun-plugin-yaml/build.ts +0 -8
  278. package/core/bun-plugin-yaml/dist/index.js +0 -2763
  279. package/core/bun-plugin-yaml/package.json +0 -58
  280. package/core/bun-plugin-yaml/src/index.ts +0 -22
  281. package/core/bun-plugin-yaml/tests/example.test.ts +0 -5
  282. package/core/bun-plugin-yaml/tsconfig.json +0 -3
  283. package/core/cache/README.md +0 -59
  284. package/core/cache/build.ts +0 -8
  285. package/core/cache/dist/index.js +0 -88
  286. package/core/cache/package.json +0 -66
  287. package/core/cache/src/drivers/dynamodb.ts +0 -119
  288. package/core/cache/src/drivers/index.ts +0 -2
  289. package/core/cache/src/drivers/redis.ts +0 -37
  290. package/core/cache/src/index.ts +0 -1
  291. package/core/cache/tests/DynamoDB.test.ts +0 -135
  292. package/core/cache/tests/Memcached.test.ts +0 -51
  293. package/core/cache/tests/Redis.test.ts +0 -84
  294. package/core/cache/tsconfig.json +0 -3
  295. package/core/chat/README.md +0 -83
  296. package/core/chat/build.ts +0 -8
  297. package/core/chat/dist/index.js +0 -42
  298. package/core/chat/package.json +0 -74
  299. package/core/chat/src/drivers/discord.ts +0 -15
  300. package/core/chat/src/drivers/slack.ts +0 -24
  301. package/core/chat/src/drivers/teams.ts +0 -24
  302. package/core/chat/src/index.ts +0 -3
  303. package/core/chat/tests/example.test.ts +0 -5
  304. package/core/chat/tsconfig.json +0 -3
  305. package/core/cli/README.md +0 -168
  306. package/core/cli/build.ts +0 -8
  307. package/core/cli/dist/index.js +0 -780
  308. package/core/cli/package.json +0 -92
  309. package/core/cli/src/actions/index.ts +0 -1
  310. package/core/cli/src/actions/install.ts +0 -40
  311. package/core/cli/src/cli.ts +0 -30
  312. package/core/cli/src/command.ts +0 -47
  313. package/core/cli/src/console.ts +0 -79
  314. package/core/cli/src/exec.ts +0 -114
  315. package/core/cli/src/helpers.ts +0 -80
  316. package/core/cli/src/index.ts +0 -10
  317. package/core/cli/src/parse.ts +0 -179
  318. package/core/cli/src/run.ts +0 -99
  319. package/core/cli/src/spinner.ts +0 -3
  320. package/core/cli/src/utils.ts +0 -82
  321. package/core/cli/tests/example.test.ts +0 -5
  322. package/core/cli/tsconfig.json +0 -3
  323. package/core/cloud/README.md +0 -67
  324. package/core/cloud/build.ts +0 -12
  325. package/core/cloud/dist/index.js +0 -2013
  326. package/core/cloud/dist/origin-request.js +0 -27
  327. package/core/cloud/package.json +0 -119
  328. package/core/cloud/src/cloud/ai.ts +0 -94
  329. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +0 -386
  330. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +0 -15
  331. package/core/cloud/src/cloud/cache.ts +0 -0
  332. package/core/cloud/src/cloud/cdn.ts +0 -427
  333. package/core/cloud/src/cloud/cli.ts +0 -45
  334. package/core/cloud/src/cloud/compute.ts +0 -212
  335. package/core/cloud/src/cloud/dashboard.ts +0 -86
  336. package/core/cloud/src/cloud/database.ts +0 -0
  337. package/core/cloud/src/cloud/deployment.ts +0 -41
  338. package/core/cloud/src/cloud/dns.ts +0 -42
  339. package/core/cloud/src/cloud/docs.ts +0 -51
  340. package/core/cloud/src/cloud/email.ts +0 -339
  341. package/core/cloud/src/cloud/file-system.ts +0 -35
  342. package/core/cloud/src/cloud/index.ts +0 -135
  343. package/core/cloud/src/cloud/jump-box.ts +0 -48
  344. package/core/cloud/src/cloud/lambda/ask/index.js +0 -35
  345. package/core/cloud/src/cloud/lambda/cli-setup/index.js +0 -67
  346. package/core/cloud/src/cloud/lambda/summarize/index.js +0 -35
  347. package/core/cloud/src/cloud/network.ts +0 -32
  348. package/core/cloud/src/cloud/permissions.ts +0 -33
  349. package/core/cloud/src/cloud/queue.ts +0 -142
  350. package/core/cloud/src/cloud/redirects.ts +0 -45
  351. package/core/cloud/src/cloud/router-layer/nodejs/package.json +0 -15
  352. package/core/cloud/src/cloud/search-engine.ts +0 -108
  353. package/core/cloud/src/cloud/security.ts +0 -259
  354. package/core/cloud/src/cloud/storage.ts +0 -168
  355. package/core/cloud/src/edge/origin-request.ts +0 -49
  356. package/core/cloud/src/helpers.ts +0 -609
  357. package/core/cloud/src/index.ts +0 -2
  358. package/core/cloud/src/types.ts +0 -28
  359. package/core/cloud/tests/example.test.ts +0 -5
  360. package/core/cloud/tsconfig.json +0 -3
  361. package/core/cloud/zip.ts +0 -17
  362. package/core/collections/README.md +0 -71
  363. package/core/collections/build.ts +0 -8
  364. package/core/collections/dist/index.js +0 -6
  365. package/core/collections/package.json +0 -58
  366. package/core/collections/src/index.ts +0 -1
  367. package/core/collections/tests/example.test.ts +0 -5
  368. package/core/collections/tsconfig.json +0 -3
  369. package/core/config/README.md +0 -71
  370. package/core/config/build.ts +0 -8
  371. package/core/config/dist/index.js +0 -1807
  372. package/core/config/package.json +0 -54
  373. package/core/config/src/config.ts +0 -38
  374. package/core/config/src/defaults.ts +0 -478
  375. package/core/config/src/helpers.ts +0 -256
  376. package/core/config/src/index.ts +0 -2
  377. package/core/config/src/overrides.ts +0 -49
  378. package/core/config/tests/example.test.ts +0 -5
  379. package/core/config/tsconfig.json +0 -3
  380. package/core/custom-elements.json +0 -4
  381. package/core/database/README.md +0 -59
  382. package/core/database/build.ts +0 -8
  383. package/core/database/dist/index.js +0 -200
  384. package/core/database/package.json +0 -79
  385. package/core/database/src/index.ts +0 -63
  386. package/core/database/src/kysely-bun-worker/driver.ts +0 -144
  387. package/core/database/src/kysely-bun-worker/index.ts +0 -46
  388. package/core/database/src/kysely-bun-worker/mitt.ts +0 -24
  389. package/core/database/src/kysely-bun-worker/type.ts +0 -40
  390. package/core/database/src/kysely-bun-worker/worker.ts +0 -52
  391. package/core/database/src/migrations/index.ts +0 -73
  392. package/core/database/src/seeder/index.ts +0 -79
  393. package/core/database/tests/example.test.ts +0 -5
  394. package/core/database/tsconfig.json +0 -3
  395. package/core/datetime/README.md +0 -66
  396. package/core/datetime/build.ts +0 -8
  397. package/core/datetime/dist/index.js +0 -9
  398. package/core/datetime/package.json +0 -57
  399. package/core/datetime/src/index.ts +0 -7
  400. package/core/datetime/tests/example.test.ts +0 -5
  401. package/core/datetime/tsconfig.json +0 -3
  402. package/core/desktop/README.md +0 -49
  403. package/core/desktop/build.ts +0 -8
  404. package/core/desktop/dist/index.js +0 -3081
  405. package/core/desktop/package.json +0 -83
  406. package/core/desktop/src/index.ts +0 -43
  407. package/core/desktop/src/system-tray.ts +0 -1
  408. package/core/desktop/tests/example.test.ts +0 -5
  409. package/core/desktop/tsconfig.json +0 -3
  410. package/core/development/README.md +0 -27
  411. package/core/development/build.ts +0 -8
  412. package/core/development/dist/index.js +0 -6
  413. package/core/development/package.json +0 -77
  414. package/core/development/src/index.ts +0 -0
  415. package/core/development/tests/example.test.ts +0 -5
  416. package/core/development/tsconfig.json +0 -3
  417. package/core/dns/README.md +0 -56
  418. package/core/dns/build.ts +0 -8
  419. package/core/dns/dist/index.js +0 -166
  420. package/core/dns/package.json +0 -77
  421. package/core/dns/src/drivers/aws.ts +0 -224
  422. package/core/dns/src/index.ts +0 -20
  423. package/core/dns/tests/example.test.ts +0 -5
  424. package/core/dns/tsconfig.json +0 -3
  425. package/core/docs/README.md +0 -59
  426. package/core/docs/build.ts +0 -8
  427. package/core/docs/dist/index.js +0 -205
  428. package/core/docs/package.json +0 -70
  429. package/core/docs/src/index.ts +0 -67
  430. package/core/docs/src/meta.ts +0 -32
  431. package/core/docs/src/plugins.ts +0 -4
  432. package/core/docs/src/scripts/pwa.ts +0 -116
  433. package/core/docs/tests/example.test.ts +0 -5
  434. package/core/docs/tsconfig.json +0 -3
  435. package/core/email/README.md +0 -155
  436. package/core/email/build-inbound.ts +0 -8
  437. package/core/email/build.ts +0 -8
  438. package/core/email/dist/index.js +0 -287
  439. package/core/email/email-forwarder.cjs +0 -407
  440. package/core/email/email-forwarder.zip +0 -0
  441. package/core/email/package.json +0 -96
  442. package/core/email/src/drivers/emailjs.ts +0 -23
  443. package/core/email/src/drivers/index.ts +0 -9
  444. package/core/email/src/drivers/mailgun.ts +0 -21
  445. package/core/email/src/drivers/mailjet.ts +0 -21
  446. package/core/email/src/drivers/mandrill.ts +0 -19
  447. package/core/email/src/drivers/netcore.ts +0 -19
  448. package/core/email/src/drivers/nodemailer.ts +0 -23
  449. package/core/email/src/drivers/postmark.ts +0 -19
  450. package/core/email/src/drivers/sendgrid.ts +0 -20
  451. package/core/email/src/drivers/ses.ts +0 -22
  452. package/core/email/src/index.ts +0 -1
  453. package/core/email/src/send.ts +0 -37
  454. package/core/email/src/server/converter.ts +0 -305
  455. package/core/email/src/server/inbound.ts +0 -406
  456. package/core/email/src/server/outbound.ts +0 -296
  457. package/core/email/src/tailwind.config.ts +0 -39
  458. package/core/email/src/utils/config.ts +0 -7
  459. package/core/email/src/utils/template.html +0 -8
  460. package/core/email/tests/example.test.ts +0 -5
  461. package/core/email/tsconfig.json +0 -3
  462. package/core/enums/README.md +0 -54
  463. package/core/enums/build.ts +0 -8
  464. package/core/enums/dist/index.js +0 -101
  465. package/core/enums/package.json +0 -49
  466. package/core/enums/src/index.ts +0 -98
  467. package/core/enums/tests/example.test.ts +0 -5
  468. package/core/enums/tsconfig.json +0 -3
  469. package/core/env/README.md +0 -71
  470. package/core/env/build.ts +0 -8
  471. package/core/env/dist/index.js +0 -229
  472. package/core/env/package.json +0 -55
  473. package/core/env/src/index.ts +0 -76
  474. package/core/env/src/types.ts +0 -54
  475. package/core/env/src/utils.ts +0 -1
  476. package/core/env/tests/example.test.ts +0 -5
  477. package/core/env/tsconfig.json +0 -3
  478. package/core/error-handling/README.md +0 -131
  479. package/core/error-handling/build.ts +0 -8
  480. package/core/error-handling/dist/index.js +0 -432
  481. package/core/error-handling/package.json +0 -63
  482. package/core/error-handling/src/handler.ts +0 -51
  483. package/core/error-handling/src/index.ts +0 -2
  484. package/core/error-handling/tests/example.test.ts +0 -5
  485. package/core/error-handling/tsconfig.json +0 -3
  486. package/core/eslint-config/.gitattributes +0 -2
  487. package/core/eslint-config/README.md +0 -587
  488. package/core/eslint-config/build.ts +0 -8
  489. package/core/eslint-config/package.json +0 -122
  490. package/core/eslint-config/src/configs/comments.ts +0 -19
  491. package/core/eslint-config/src/configs/formatters.ts +0 -187
  492. package/core/eslint-config/src/configs/ignores.ts +0 -10
  493. package/core/eslint-config/src/configs/imports.ts +0 -46
  494. package/core/eslint-config/src/configs/index.ts +0 -21
  495. package/core/eslint-config/src/configs/javascript.ts +0 -226
  496. package/core/eslint-config/src/configs/jsdoc.ts +0 -42
  497. package/core/eslint-config/src/configs/jsonc.ts +0 -86
  498. package/core/eslint-config/src/configs/markdown.ts +0 -110
  499. package/core/eslint-config/src/configs/node.ts +0 -23
  500. package/core/eslint-config/src/configs/perfectionist.ts +0 -18
  501. package/core/eslint-config/src/configs/react.ts +0 -111
  502. package/core/eslint-config/src/configs/sort.ts +0 -223
  503. package/core/eslint-config/src/configs/stylistic.ts +0 -57
  504. package/core/eslint-config/src/configs/svelte.ts +0 -107
  505. package/core/eslint-config/src/configs/test.ts +0 -54
  506. package/core/eslint-config/src/configs/toml.ts +0 -72
  507. package/core/eslint-config/src/configs/typescript.ts +0 -157
  508. package/core/eslint-config/src/configs/unicorn.ts +0 -41
  509. package/core/eslint-config/src/configs/unocss.ts +0 -43
  510. package/core/eslint-config/src/configs/vue.ts +0 -168
  511. package/core/eslint-config/src/configs/yaml.ts +0 -72
  512. package/core/eslint-config/src/factory.ts +0 -255
  513. package/core/eslint-config/src/globs.ts +0 -91
  514. package/core/eslint-config/src/index.ts +0 -9
  515. package/core/eslint-config/src/plugins.ts +0 -10
  516. package/core/eslint-config/src/stub.d.ts +0 -3
  517. package/core/eslint-config/src/types.ts +0 -366
  518. package/core/eslint-config/src/utils.ts +0 -72
  519. package/core/eslint-config/src/vendor/prettier-types.ts +0 -136
  520. package/core/eslint-config/test/cli.spec.ts +0 -91
  521. package/core/eslint-config/test/fixtures.test.ts +0 -125
  522. package/core/eslint-config/tsconfig.json +0 -17
  523. package/core/eslint-config/tsup.config.ts +0 -8
  524. package/core/events/README.md +0 -76
  525. package/core/events/build.ts +0 -8
  526. package/core/events/dist/index.js +0 -63
  527. package/core/events/package.json +0 -53
  528. package/core/events/src/index.ts +0 -167
  529. package/core/events/tests/example.test.ts +0 -5
  530. package/core/events/tsconfig.json +0 -3
  531. package/core/faker/README.md +0 -53
  532. package/core/faker/build.ts +0 -8
  533. package/core/faker/dist/index.js +0 -6
  534. package/core/faker/package.json +0 -62
  535. package/core/faker/src/index.ts +0 -1
  536. package/core/faker/tests/example.test.ts +0 -5
  537. package/core/faker/tsconfig.json +0 -3
  538. package/core/git/README.md +0 -65
  539. package/core/git/build.ts +0 -8
  540. package/core/git/dist/index.js +0 -46
  541. package/core/git/package.json +0 -69
  542. package/core/git/src/index.ts +0 -63
  543. package/core/git/tests/example.test.ts +0 -5
  544. package/core/git/tsconfig.json +0 -3
  545. package/core/health/README.md +0 -56
  546. package/core/health/build.ts +0 -8
  547. package/core/health/dist/index.js +0 -9
  548. package/core/health/package.json +0 -59
  549. package/core/health/src/drivers/index.ts +0 -1
  550. package/core/health/src/drivers/ohdear.ts +0 -1
  551. package/core/health/src/index.ts +0 -2
  552. package/core/health/src/notifications/index.ts +0 -1
  553. package/core/health/tests/example.test.ts +0 -5
  554. package/core/health/tsconfig.json +0 -3
  555. package/core/http/README.md +0 -59
  556. package/core/http/build.ts +0 -8
  557. package/core/http/dist/index.js +0 -65
  558. package/core/http/package.json +0 -53
  559. package/core/http/src/index.ts +0 -71
  560. package/core/http/tsconfig.json +0 -3
  561. package/core/index.ts +0 -57
  562. package/core/lint/.eslintrc.json +0 -3
  563. package/core/lint/README.md +0 -73
  564. package/core/lint/build.ts +0 -8
  565. package/core/lint/dist/index.js +0 -6
  566. package/core/lint/package.json +0 -70
  567. package/core/lint/src/index.ts +0 -3
  568. package/core/lint/tests/example.test.ts +0 -5
  569. package/core/lint/tsconfig.json +0 -3
  570. package/core/logging/README.md +0 -58
  571. package/core/logging/build.ts +0 -8
  572. package/core/logging/dist/index.js +0 -89
  573. package/core/logging/package.json +0 -62
  574. package/core/logging/src/index.ts +0 -136
  575. package/core/logging/tests/example.test.ts +0 -5
  576. package/core/logging/tsconfig.json +0 -3
  577. package/core/notifications/README.md +0 -272
  578. package/core/notifications/build.ts +0 -8
  579. package/core/notifications/dist/index.js +0 -54
  580. package/core/notifications/package.json +0 -104
  581. package/core/notifications/src/drivers/chat.ts +0 -1
  582. package/core/notifications/src/drivers/email.ts +0 -1
  583. package/core/notifications/src/drivers/index.ts +0 -4
  584. package/core/notifications/src/drivers/push.ts +0 -1
  585. package/core/notifications/src/drivers/sms.ts +0 -1
  586. package/core/notifications/src/index.ts +0 -51
  587. package/core/notifications/src/tailwind.config.ts +0 -39
  588. package/core/notifications/src/utils/config.ts +0 -5
  589. package/core/notifications/src/utils/template.html +0 -8
  590. package/core/notifications/tests/chat/Slack.test.ts +0 -34
  591. package/core/notifications/tests/email/Mailgun.test.ts +0 -40
  592. package/core/notifications/tests/email/Sendgrid.test.ts +0 -40
  593. package/core/notifications/tests/sms/Twilio.test.ts +0 -37
  594. package/core/notifications/tsconfig.json +0 -3
  595. package/core/objects/README.md +0 -71
  596. package/core/objects/build.ts +0 -8
  597. package/core/objects/dist/index.js +0 -64
  598. package/core/objects/package.json +0 -64
  599. package/core/objects/src/index.ts +0 -145
  600. package/core/objects/tests/example.test.ts +0 -5
  601. package/core/objects/tsconfig.json +0 -3
  602. package/core/orm/README.md +0 -48
  603. package/core/orm/build.ts +0 -8
  604. package/core/orm/dist/index.js +0 -6
  605. package/core/orm/package.json +0 -60
  606. package/core/orm/src/index.ts +0 -49
  607. package/core/orm/tests/example.test.ts +0 -5
  608. package/core/orm/tsconfig.json +0 -3
  609. package/core/path/README.md +0 -64
  610. package/core/path/build.ts +0 -8
  611. package/core/path/dist/index.js +0 -573
  612. package/core/path/package.json +0 -55
  613. package/core/path/src/index.ts +0 -615
  614. package/core/path/tests/example.test.ts +0 -5
  615. package/core/path/tsconfig.json +0 -3
  616. package/core/payments/README.md +0 -64
  617. package/core/payments/build.ts +0 -8
  618. package/core/payments/dist/index.js +0 -6296
  619. package/core/payments/package.json +0 -61
  620. package/core/payments/src/drivers/stripe.ts +0 -116
  621. package/core/payments/src/index.ts +0 -1
  622. package/core/payments/tests/example.test.ts +0 -5
  623. package/core/payments/tsconfig.json +0 -3
  624. package/core/playwright.config.ts +0 -109
  625. package/core/push/README.md +0 -71
  626. package/core/push/build.ts +0 -9
  627. package/core/push/dist/index.js +0 -35
  628. package/core/push/package.json +0 -65
  629. package/core/push/src/drivers/expo.ts +0 -21
  630. package/core/push/src/drivers/fcm.ts +0 -21
  631. package/core/push/src/drivers/index.ts +0 -2
  632. package/core/push/src/index.ts +0 -1
  633. package/core/push/tests/example.test.ts +0 -5
  634. package/core/push/tsconfig.json +0 -3
  635. package/core/query-builder/README.md +0 -48
  636. package/core/query-builder/build.ts +0 -8
  637. package/core/query-builder/dist/index.js +0 -18
  638. package/core/query-builder/package.json +0 -60
  639. package/core/query-builder/src/index.ts +0 -1
  640. package/core/query-builder/src/kysely.ts +0 -38
  641. package/core/query-builder/tests/example.test.ts +0 -5
  642. package/core/query-builder/tsconfig.json +0 -3
  643. package/core/queue/README.md +0 -59
  644. package/core/queue/build.ts +0 -8
  645. package/core/queue/dist/index.js +0 -25
  646. package/core/queue/package.json +0 -56
  647. package/core/queue/src/index.ts +0 -23
  648. package/core/queue/tests/example.test.ts +0 -5
  649. package/core/queue/tsconfig.json +0 -3
  650. package/core/raycast/package.json +0 -9
  651. package/core/raycast/src/index.ts +0 -0
  652. package/core/realtime/README.md +0 -59
  653. package/core/realtime/build.ts +0 -8
  654. package/core/realtime/dist/index.js +0 -6
  655. package/core/realtime/package.json +0 -53
  656. package/core/realtime/src/drivers/index.ts +0 -1
  657. package/core/realtime/src/index.ts +0 -1
  658. package/core/realtime/tests/example.test.ts +0 -5
  659. package/core/realtime/tsconfig.json +0 -3
  660. package/core/repl/README.md +0 -53
  661. package/core/repl/build.ts +0 -8
  662. package/core/repl/dist/index.js +0 -6
  663. package/core/repl/package.json +0 -60
  664. package/core/repl/src/index.ts +0 -1
  665. package/core/repl/tests/example.test.ts +0 -5
  666. package/core/repl/tsconfig.json +0 -3
  667. package/core/router/README.md +0 -59
  668. package/core/router/build.ts +0 -8
  669. package/core/router/dist/index.js +0 -1524
  670. package/core/router/package.json +0 -64
  671. package/core/router/src/index.ts +0 -4
  672. package/core/router/src/middleware.ts +0 -34
  673. package/core/router/src/request.ts +0 -44
  674. package/core/router/src/router.ts +0 -294
  675. package/core/router/src/server.ts +0 -173
  676. package/core/router/tests/example.test.ts +0 -5
  677. package/core/router/tsconfig.json +0 -3
  678. package/core/scheduler/README.md +0 -137
  679. package/core/scheduler/build.ts +0 -8
  680. package/core/scheduler/dist/index.js +0 -742
  681. package/core/scheduler/package.json +0 -62
  682. package/core/scheduler/src/constants.ts +0 -81
  683. package/core/scheduler/src/errors.ts +0 -7
  684. package/core/scheduler/src/index.ts +0 -20
  685. package/core/scheduler/src/job.ts +0 -315
  686. package/core/scheduler/src/schedule.ts +0 -116
  687. package/core/scheduler/src/time.ts +0 -823
  688. package/core/scheduler/src/types/cron.ts +0 -98
  689. package/core/scheduler/src/types/utils.ts +0 -14
  690. package/core/scheduler/src/utils.ts +0 -19
  691. package/core/scheduler/tests/cron.fuzz.ts +0 -120
  692. package/core/scheduler/tests/cron.test.ts +0 -1243
  693. package/core/scheduler/tests/crontime.test.ts +0 -780
  694. package/core/scheduler/tsconfig.json +0 -3
  695. package/core/search-engine/README.md +0 -66
  696. package/core/search-engine/build.ts +0 -8
  697. package/core/search-engine/dist/index.js +0 -87
  698. package/core/search-engine/package.json +0 -68
  699. package/core/search-engine/src/drivers/index.ts +0 -1
  700. package/core/search-engine/src/drivers/meilisearch.ts +0 -124
  701. package/core/search-engine/src/drivers/opensearch.ts +0 -59
  702. package/core/search-engine/src/helpers.ts +0 -138
  703. package/core/search-engine/src/index.ts +0 -69
  704. package/core/search-engine/tests/example.test.ts +0 -5
  705. package/core/search-engine/tsconfig.json +0 -3
  706. package/core/security/README.md +0 -66
  707. package/core/security/build.ts +0 -8
  708. package/core/security/dist/index.js +0 -3285
  709. package/core/security/package.json +0 -66
  710. package/core/security/src/crypt.ts +0 -23
  711. package/core/security/src/hash.ts +0 -54
  712. package/core/security/src/index.ts +0 -3
  713. package/core/security/src/key.ts +0 -11
  714. package/core/security/tests/example.test.ts +0 -5
  715. package/core/security/tsconfig.json +0 -3
  716. package/core/server/README.md +0 -51
  717. package/core/server/build.ts +0 -8
  718. package/core/server/dist/index.js +0 -52
  719. package/core/server/package.json +0 -68
  720. package/core/server/src/config.ts +0 -64
  721. package/core/server/src/index.ts +0 -1
  722. package/core/server/tests/example.test.ts +0 -5
  723. package/core/server/tsconfig.json +0 -3
  724. package/core/signals/README.md +0 -105
  725. package/core/signals/build.ts +0 -8
  726. package/core/signals/dist/index.js +0 -9
  727. package/core/signals/package.json +0 -64
  728. package/core/signals/src/index.ts +0 -1
  729. package/core/signals/tests/example.test.ts +0 -5
  730. package/core/signals/tsconfig.json +0 -3
  731. package/core/slug/README.md +0 -59
  732. package/core/slug/build.ts +0 -8
  733. package/core/slug/dist/index.js +0 -5
  734. package/core/slug/package.json +0 -66
  735. package/core/slug/src/index.ts +0 -56
  736. package/core/slug/tests/example.test.ts +0 -5
  737. package/core/slug/tsconfig.json +0 -3
  738. package/core/sms/README.md +0 -137
  739. package/core/sms/build.ts +0 -9
  740. package/core/sms/dist/index.js +0 -240
  741. package/core/sms/package.json +0 -83
  742. package/core/sms/src/drivers/gupshup.ts +0 -21
  743. package/core/sms/src/drivers/index.ts +0 -8
  744. package/core/sms/src/drivers/nexmo.ts +0 -23
  745. package/core/sms/src/drivers/plivo.ts +0 -23
  746. package/core/sms/src/drivers/sms77.ts +0 -22
  747. package/core/sms/src/drivers/sns.ts +0 -22
  748. package/core/sms/src/drivers/telnyx.ts +0 -23
  749. package/core/sms/src/drivers/termii.ts +0 -22
  750. package/core/sms/src/drivers/twilio.ts +0 -23
  751. package/core/sms/src/index.ts +0 -1
  752. package/core/sms/tests/example.test.ts +0 -5
  753. package/core/sms/tsconfig.json +0 -3
  754. package/core/stacks +0 -2
  755. package/core/storage/README.md +0 -74
  756. package/core/storage/build.ts +0 -8
  757. package/core/storage/dist/index.js +0 -816
  758. package/core/storage/package.json +0 -78
  759. package/core/storage/src/copy.ts +0 -42
  760. package/core/storage/src/delete.ts +0 -131
  761. package/core/storage/src/drivers/aws.ts +0 -15
  762. package/core/storage/src/drivers/index.ts +0 -1
  763. package/core/storage/src/files.ts +0 -187
  764. package/core/storage/src/folders.ts +0 -51
  765. package/core/storage/src/fs.ts +0 -9
  766. package/core/storage/src/glob.ts +0 -1
  767. package/core/storage/src/hash.ts +0 -39
  768. package/core/storage/src/helpers.ts +0 -29
  769. package/core/storage/src/index.ts +0 -11
  770. package/core/storage/src/move.ts +0 -84
  771. package/core/storage/src/storage.ts +0 -10
  772. package/core/storage/src/visibility.ts +0 -6
  773. package/core/storage/src/zip.ts +0 -55
  774. package/core/storage/tests/example.test.ts +0 -5
  775. package/core/storage/tsconfig.json +0 -3
  776. package/core/strings/README.md +0 -137
  777. package/core/strings/build.ts +0 -9
  778. package/core/strings/dist/index.js +0 -393
  779. package/core/strings/package.json +0 -82
  780. package/core/strings/src/case.ts +0 -27
  781. package/core/strings/src/helpers.ts +0 -3
  782. package/core/strings/src/index.ts +0 -2
  783. package/core/strings/src/is.ts +0 -170
  784. package/core/strings/src/macro.ts +0 -131
  785. package/core/strings/src/pluralize.ts +0 -26
  786. package/core/strings/src/string.ts +0 -5
  787. package/core/strings/src/types.ts +0 -4
  788. package/core/strings/src/utils.ts +0 -117
  789. package/core/strings/tests/example.test.ts +0 -5
  790. package/core/strings/tsconfig.json +0 -3
  791. package/core/stx +0 -2
  792. package/core/tables/README.md +0 -110
  793. package/core/tables/examples/vue/App.stx +0 -12
  794. package/core/tables/examples/vue/favicon.png +0 -0
  795. package/core/tables/examples/vue/index.html +0 -20
  796. package/core/tables/examples/web/favicon.png +0 -0
  797. package/core/tables/examples/web/index.html +0 -13
  798. package/core/tables/index.html +0 -13
  799. package/core/tables/package.json +0 -57
  800. package/core/tables/src/App.stx +0 -23
  801. package/core/tables/src/commands/index.ts +0 -1
  802. package/core/tables/src/components/Demo.stx +0 -84
  803. package/core/tables/src/components/README.md +0 -109
  804. package/core/tables/src/components/Table.stx +0 -342
  805. package/core/tables/src/components/TableBody.stx +0 -32
  806. package/core/tables/src/components/TableCellActionItems.stx +0 -9
  807. package/core/tables/src/components/TableFilters.stx +0 -704
  808. package/core/tables/src/components/TableHead.stx +0 -60
  809. package/core/tables/src/components/TablePagination.stx +0 -131
  810. package/core/tables/src/components/TableRow.stx +0 -73
  811. package/core/tables/src/components/TableSearch.stx +0 -39
  812. package/core/tables/src/components/Tooltip.stx +0 -10
  813. package/core/tables/src/components.d.ts +0 -24
  814. package/core/tables/src/config/tables.ts +0 -2
  815. package/core/tables/src/docs/index.md +0 -0
  816. package/core/tables/src/functions/README.md +0 -8
  817. package/core/tables/src/functions/dark.ts +0 -3
  818. package/core/tables/src/functions/index.ts +0 -2
  819. package/core/tables/src/functions/table.ts +0 -207
  820. package/core/tables/src/main.ts +0 -4
  821. package/core/tables/tests/example.test.ts +0 -5
  822. package/core/tables/tsconfig.json +0 -3
  823. package/core/testing/README.md +0 -59
  824. package/core/testing/build.ts +0 -8
  825. package/core/testing/dist/index.js +0 -14983
  826. package/core/testing/package.json +0 -65
  827. package/core/testing/src/index.ts +0 -13
  828. package/core/testing/tsconfig.json +0 -3
  829. package/core/tinker/package.json +0 -47
  830. package/core/tinker/src/index.ts +0 -1
  831. package/core/tinker/tsconfig.json +0 -3
  832. package/core/tmp.json +0 -0
  833. package/core/tsconfig.json +0 -70
  834. package/core/tunnel/README.md +0 -53
  835. package/core/tunnel/build.ts +0 -8
  836. package/core/tunnel/dist/index.js +0 -10
  837. package/core/tunnel/package.json +0 -58
  838. package/core/tunnel/src/index.ts +0 -6
  839. package/core/tunnel/tests/example.test.ts +0 -5
  840. package/core/tunnel/tsconfig.json +0 -3
  841. package/core/types/README.md +0 -59
  842. package/core/types/build.ts +0 -8
  843. package/core/types/dist/index.js +0 -2285
  844. package/core/types/package.json +0 -87
  845. package/core/types/src/ai.ts +0 -26
  846. package/core/types/src/analytics.ts +0 -21
  847. package/core/types/src/api.ts +0 -65
  848. package/core/types/src/app.ts +0 -172
  849. package/core/types/src/auto-imports.ts +0 -1
  850. package/core/types/src/binary.ts +0 -13
  851. package/core/types/src/build.ts +0 -2
  852. package/core/types/src/cache.ts +0 -98
  853. package/core/types/src/cdn.ts +0 -17
  854. package/core/types/src/chat.ts +0 -5
  855. package/core/types/src/cli.ts +0 -315
  856. package/core/types/src/cloud.ts +0 -105
  857. package/core/types/src/components.ts +0 -64
  858. package/core/types/src/configure.ts +0 -13
  859. package/core/types/src/cron-jobs.ts +0 -51
  860. package/core/types/src/database.ts +0 -45
  861. package/core/types/src/dependencies.ts +0 -69
  862. package/core/types/src/deploy.ts +0 -13
  863. package/core/types/src/dns.ts +0 -186
  864. package/core/types/src/docs.ts +0 -26
  865. package/core/types/src/email.ts +0 -16
  866. package/core/types/src/env.ts +0 -1
  867. package/core/types/src/errors.ts +0 -11
  868. package/core/types/src/events.ts +0 -30
  869. package/core/types/src/exit-code.ts +0 -10
  870. package/core/types/src/file-systems.ts +0 -70
  871. package/core/types/src/git.ts +0 -133
  872. package/core/types/src/hashing.ts +0 -131
  873. package/core/types/src/helpers.ts +0 -11
  874. package/core/types/src/i18n.ts +0 -19
  875. package/core/types/src/index.ts +0 -60
  876. package/core/types/src/inspect.ts +0 -10
  877. package/core/types/src/layout.ts +0 -8
  878. package/core/types/src/library.ts +0 -156
  879. package/core/types/src/logger.ts +0 -54
  880. package/core/types/src/manifest.ts +0 -9
  881. package/core/types/src/model.ts +0 -72
  882. package/core/types/src/money.ts +0 -3
  883. package/core/types/src/native.ts +0 -0
  884. package/core/types/src/notifications.ts +0 -147
  885. package/core/types/src/pages.ts +0 -10
  886. package/core/types/src/payments.ts +0 -65
  887. package/core/types/src/promise.ts +0 -1
  888. package/core/types/src/push.ts +0 -36
  889. package/core/types/src/pwa.ts +0 -8
  890. package/core/types/src/queue.ts +0 -38
  891. package/core/types/src/reactivity.ts +0 -1
  892. package/core/types/src/request.ts +0 -3
  893. package/core/types/src/router.ts +0 -73
  894. package/core/types/src/scheduler.ts +0 -1
  895. package/core/types/src/search-engine.ts +0 -136
  896. package/core/types/src/security.ts +0 -23
  897. package/core/types/src/services.ts +0 -44
  898. package/core/types/src/sms.ts +0 -5
  899. package/core/types/src/ssg.ts +0 -3
  900. package/core/types/src/stacks.ts +0 -236
  901. package/core/types/src/storage.ts +0 -13
  902. package/core/types/src/tables.ts +0 -57
  903. package/core/types/src/team.ts +0 -8
  904. package/core/types/src/ui.ts +0 -189
  905. package/core/types/src/utils.ts +0 -47
  906. package/core/types/tsconfig.json +0 -3
  907. package/core/ui/README.md +0 -66
  908. package/core/ui/build.ts +0 -8
  909. package/core/ui/dist/components.js +0 -68
  910. package/core/ui/dist/index.js +0 -121
  911. package/core/ui/package.json +0 -93
  912. package/core/ui/src/components/autocomplete.ts +0 -0
  913. package/core/ui/src/components/disclosure.ts +0 -5
  914. package/core/ui/src/components/menu.ts +0 -1
  915. package/core/ui/src/components/modal.ts +0 -6
  916. package/core/ui/src/components/popover.ts +0 -1
  917. package/core/ui/src/components/radio-group.ts +0 -5
  918. package/core/ui/src/components/select.ts +0 -6
  919. package/core/ui/src/components/tabs.ts +0 -1
  920. package/core/ui/src/components/toggle.ts +0 -1
  921. package/core/ui/src/components/transition.ts +0 -1
  922. package/core/ui/src/components.ts +0 -10
  923. package/core/ui/src/index.ts +0 -15
  924. package/core/ui/src/uno.config.ts +0 -66
  925. package/core/ui/tests/example.test.ts +0 -5
  926. package/core/ui/tsconfig.json +0 -3
  927. package/core/utils/build.ts +0 -8
  928. package/core/utils/dist/index.js +0 -1311
  929. package/core/utils/package.json +0 -111
  930. package/core/utils/scripts/export-size.ts +0 -94
  931. package/core/utils/src/base.ts +0 -12
  932. package/core/utils/src/clean.ts +0 -17
  933. package/core/utils/src/config.ts +0 -25
  934. package/core/utils/src/currency.ts +0 -29
  935. package/core/utils/src/debounce.ts +0 -1
  936. package/core/utils/src/delete.ts +0 -1
  937. package/core/utils/src/equal.ts +0 -27
  938. package/core/utils/src/export-size.ts +0 -1
  939. package/core/utils/src/function.ts +0 -32
  940. package/core/utils/src/git.ts +0 -11
  941. package/core/utils/src/glob.ts +0 -1
  942. package/core/utils/src/guards.ts +0 -39
  943. package/core/utils/src/hash.ts +0 -26
  944. package/core/utils/src/helpers.ts +0 -187
  945. package/core/utils/src/index.ts +0 -23
  946. package/core/utils/src/macroable.ts +0 -1
  947. package/core/utils/src/math.ts +0 -30
  948. package/core/utils/src/p.ts +0 -119
  949. package/core/utils/src/promise.ts +0 -117
  950. package/core/utils/src/regex.ts +0 -2
  951. package/core/utils/src/retry.ts +0 -33
  952. package/core/utils/src/sleep.ts +0 -60
  953. package/core/utils/src/throttle.ts +0 -44
  954. package/core/utils/src/vendors.ts +0 -258
  955. package/core/utils/src/versions.ts +0 -6
  956. package/core/utils/tests/example.test.ts +0 -5
  957. package/core/utils/tsconfig.json +0 -3
  958. package/core/validation/README.md +0 -53
  959. package/core/validation/build.ts +0 -5
  960. package/core/validation/dist/index.js +0 -187
  961. package/core/validation/package.json +0 -64
  962. package/core/validation/src/index.ts +0 -4
  963. package/core/validation/src/is.ts +0 -111
  964. package/core/validation/src/rules.ts +0 -126
  965. package/core/validation/src/types/index.ts +0 -7
  966. package/core/validation/src/types/money.ts +0 -17
  967. package/core/validation/src/validate.ts +0 -33
  968. package/core/validation/tests/example.test.ts +0 -5
  969. package/core/validation/tsconfig.json +0 -3
  970. package/core/vite/README.md +0 -59
  971. package/core/vite/build.ts +0 -9
  972. package/core/vite/dist/index.js +0 -644
  973. package/core/vite/package.json +0 -122
  974. package/core/vite/src/api.ts +0 -17
  975. package/core/vite/src/components.ts +0 -79
  976. package/core/vite/src/dashboard.ts +0 -100
  977. package/core/vite/src/desktop.ts +0 -3
  978. package/core/vite/src/example-vue.ts +0 -20
  979. package/core/vite/src/example-wc.ts +0 -24
  980. package/core/vite/src/functions.ts +0 -54
  981. package/core/vite/src/index.ts +0 -18
  982. package/core/vite/src/plugin/auto-imports.ts +0 -39
  983. package/core/vite/src/plugin/components.ts +0 -17
  984. package/core/vite/src/plugin/css-engine.ts +0 -18
  985. package/core/vite/src/plugin/devtools.ts +0 -1
  986. package/core/vite/src/plugin/docs.ts +0 -18
  987. package/core/vite/src/plugin/fonts.ts +0 -6
  988. package/core/vite/src/plugin/i18n.ts +0 -13
  989. package/core/vite/src/plugin/inspect.ts +0 -6
  990. package/core/vite/src/plugin/layouts.ts +0 -17
  991. package/core/vite/src/plugin/markdown.ts +0 -26
  992. package/core/vite/src/plugin/pages.ts +0 -34
  993. package/core/vite/src/plugin/presets.ts +0 -17
  994. package/core/vite/src/plugin/pwa.ts +0 -33
  995. package/core/vite/src/plugin/router.ts +0 -17
  996. package/core/vite/src/plugin/stacks.ts +0 -150
  997. package/core/vite/src/plugin/ui-engine.ts +0 -19
  998. package/core/vite/src/plugins.ts +0 -12
  999. package/core/vite/src/system-tray.ts +0 -100
  1000. package/core/vite/src/views.ts +0 -97
  1001. package/core/vite/src/web-components.ts +0 -67
  1002. package/core/vite/tests/example.test.ts +0 -5
  1003. package/core/vite/tsconfig.json +0 -3
  1004. package/core/web-types.json +0 -67
  1005. package/core/whois/README.md +0 -55
  1006. package/core/whois/build.ts +0 -8
  1007. package/core/whois/dist/index.js +0 -600
  1008. package/core/whois/package.json +0 -61
  1009. package/core/whois/src/index.ts +0 -499
  1010. package/core/whois/src/parameters.ts +0 -4
  1011. package/core/whois/src/servers.ts +0 -318
  1012. package/core/whois/src/test.ts +0 -5
  1013. package/core/whois/tests/example.test.ts +0 -5
  1014. package/core/whois/tsconfig.json +0 -3
  1015. package/core/x-ray/README.md +0 -55
  1016. package/core/x-ray/index.html +0 -13
  1017. package/core/x-ray/package.json +0 -53
  1018. package/core/x-ray/routes/index.ts +0 -19
  1019. package/core/x-ray/src/client.ts +0 -14
  1020. package/core/x-ray/src/desktop/api/nitro.config.ts +0 -19
  1021. package/core/x-ray/src/desktop/api/routes/api/logs.ts +0 -7
  1022. package/core/x-ray/src/desktop/api/routes/api/store-logs.ts +0 -22
  1023. package/core/x-ray/src/desktop/api/src/types.ts +0 -7
  1024. package/core/x-ray/src/desktop/api/storage/index.ts +0 -7
  1025. package/core/x-ray/src/desktop/app.stx +0 -377
  1026. package/core/x-ray/src/desktop/functions/http.ts +0 -26
  1027. package/core/x-ray/src/desktop/functions/types.ts +0 -7
  1028. package/core/x-ray/src/desktop/main.ts +0 -8
  1029. package/core/x-ray/src/desktop/modules/counter/mod.stx +0 -44
  1030. package/core/x-ray/src/desktop/modules/fetcher/mod.stx +0 -63
  1031. package/core/x-ray/src/desktop/plugins/unified/unified-app.ts +0 -5
  1032. package/core/x-ray/src/desktop/plugins/unified/unified-styles.scss +0 -0
  1033. package/core/x-ray/src/desktop/services/http.ts +0 -45
  1034. package/core/x-ray/src/desktop/styles/app.scss +0 -0
  1035. package/core/x-ray/src/http.ts +0 -26
  1036. package/core/x-ray/src/index.ts +0 -42
  1037. package/core/x-ray/src/ray.config.ts +0 -27
  1038. package/core/x-ray/src/types.ts +0 -8
  1039. package/core/x-ray/tests/example.test.ts +0 -5
  1040. package/core/x-ray/tsconfig.json +0 -3
  1041. package/core/zsh-buddy/README.md +0 -55
  1042. package/core/zsh-buddy/buddy.plugin.zsh +0 -113
  1043. package/core/zsh-buddy/package.json +0 -35
  1044. package/ide/dictionary.txt +0 -331
  1045. package/ide/jetbrains/.fleet/settings.json +0 -4
  1046. package/ide/jetbrains/.idea/inspectionProfiles/Project_Default.xml +0 -6
  1047. package/ide/jetbrains/.idea/jsLibraryMappings.xml +0 -6
  1048. package/ide/jetbrains/.idea/jsLinters/eslint.xml +0 -7
  1049. package/ide/jetbrains/.idea/modules.xml +0 -8
  1050. package/ide/jetbrains/.idea/stacks.iml +0 -68
  1051. package/ide/jetbrains/.idea/vcs.xml +0 -6
  1052. package/ide/jetbrains/.idea/webResources.xml +0 -14
  1053. package/ide/jetbrains/IntelliJ IDEA Global Settings +0 -0
  1054. package/ide/jetbrains/installed.txt +0 -4
  1055. package/ide/jetbrains/options/github-copilot.xml +0 -5
  1056. package/ide/jetbrains/options/nodejs.xml +0 -7
  1057. package/ide/jetbrains/options/templates.xml +0 -124
  1058. package/ide/jetbrains/templates/JavaScript.xml +0 -6
  1059. package/ide/jetbrains/templates/Stacks.xml +0 -8
  1060. package/ide/vscode/.vscode/README.md +0 -23
  1061. package/ide/vscode/.vscode/extensions.json +0 -5
  1062. package/ide/vscode/.vscode/settings.json +0 -132
  1063. package/ide/vscode/.vscode/stacks.code-snippets +0 -182
  1064. package/ide/vscode/LICENSE.md +0 -21
  1065. package/ide/vscode/README.md +0 -37
  1066. package/ide/vscode/logo.png +0 -0
  1067. package/ide/vscode/package.json +0 -63
  1068. package/stubs/.gitkeep +0 -0
  1069. package/stubs/TODO.md +0 -18
  1070. package/vcs/github/CODE_OF_CONDUCT.md +0 -83
  1071. package/vcs/github/CONTRIBUTING.md +0 -188
  1072. package/vcs/github/EXPLANATIONS.md +0 -41
  1073. package/vcs/github/FUNDING.yml +0 -1
  1074. package/vcs/github/ISSUE_TEMPLATE/bug_report.yml +0 -49
  1075. package/vcs/github/ISSUE_TEMPLATE/config.yml +0 -10
  1076. package/vcs/github/ISSUE_TEMPLATE/feature_request.yml +0 -44
  1077. package/vcs/github/SECURITY.md +0 -70
  1078. package/vcs/github/renovate.json +0 -5
  1079. package/vcs/github/stale.yml +0 -14
  1080. package/vcs/github/workflows/README.md +0 -16
  1081. package/vcs/github/workflows/ci.yml +0 -174
  1082. package/vcs/github/workflows/export-size.yml +0 -23
  1083. package/vcs/github/workflows/labeler.yml +0 -13
  1084. package/vcs/github/workflows/release.yml +0 -69
  1085. package/{core/README.md → README.md} +0 -0
  1086. package/{core/buddy → buddy}/README.md +0 -0
  1087. package/{core/buddy → buddy}/art/social.jpg +0 -0
  1088. package/{core/buddy/dist/chunk-0455e53fab4244b1.js → buddy/dist/chunk-970e033f764e29fc.js} +0 -0
  1089. package/{core/buddy → buddy}/src/commands/build.ts +0 -0
  1090. package/{core/buddy → buddy}/src/commands/changelog.ts +0 -0
  1091. package/{core/buddy → buddy}/src/commands/clean.ts +0 -0
  1092. package/{core/buddy → buddy}/src/commands/cloud.ts +0 -0
  1093. package/{core/buddy → buddy}/src/commands/configure.ts +0 -0
  1094. package/{core/buddy → buddy}/src/commands/dns.ts +0 -0
  1095. package/{core/buddy → buddy}/src/commands/domains.ts +0 -0
  1096. package/{core/buddy → buddy}/src/commands/fresh.ts +0 -0
  1097. package/{core/buddy → buddy}/src/commands/http.ts +0 -0
  1098. package/{core/buddy → buddy}/src/commands/install.ts +0 -0
  1099. package/{core/buddy → buddy}/src/commands/key.ts +1 -1
  1100. /package/{core/buddy → buddy}/src/commands/lint.ts +0 -0
  1101. /package/{core/buddy → buddy}/src/commands/migrate.ts +0 -0
  1102. /package/{core/buddy → buddy}/src/commands/release.ts +0 -0
  1103. /package/{core/buddy → buddy}/src/commands/seed.ts +0 -0
  1104. /package/{core/buddy → buddy}/src/commands/test.ts +0 -0
  1105. /package/{core/buddy → buddy}/src/commands/tinker.ts +0 -0
  1106. /package/{core/buddy → buddy}/src/commands/version.ts +0 -0
  1107. /package/{core/buddy → buddy}/src/custom-cli.ts +0 -0
  1108. /package/{core/buddy → buddy}/src/index.ts +0 -0
  1109. /package/{core/actions → buddy}/tsconfig.json +0 -0
@@ -1,1807 +0,0 @@
1
- // @bun
2
- var __defProp = Object.defineProperty;
3
- var __export = (target, all) => {
4
- for (var name in all)
5
- __defProp(target, name, {
6
- get: all[name],
7
- enumerable: true,
8
- configurable: true,
9
- set: (newValue) => all[name] = () => newValue
10
- });
11
- };
12
-
13
- // src/config.ts
14
- var exports_config = {};
15
- __export(exports_config, {
16
- ui: () => {
17
- {
18
- return ui2;
19
- }
20
- },
21
- team: () => {
22
- {
23
- return team2;
24
- }
25
- },
26
- storage: () => {
27
- {
28
- return storage2;
29
- }
30
- },
31
- services: () => {
32
- {
33
- return services2;
34
- }
35
- },
36
- security: () => {
37
- {
38
- return security3;
39
- }
40
- },
41
- searchEngine: () => {
42
- {
43
- return searchEngine;
44
- }
45
- },
46
- queue: () => {
47
- {
48
- return queue2;
49
- }
50
- },
51
- payment: () => {
52
- {
53
- return payment2;
54
- }
55
- },
56
- overrides: () => {
57
- {
58
- return overrides_default;
59
- }
60
- },
61
- notification: () => {
62
- {
63
- return notification2;
64
- }
65
- },
66
- logger: () => {
67
- {
68
- return logger2;
69
- }
70
- },
71
- localUrl: () => {
72
- {
73
- return localUrl;
74
- }
75
- },
76
- library: () => {
77
- {
78
- return library2;
79
- }
80
- },
81
- hashing: () => {
82
- {
83
- return hashing2;
84
- }
85
- },
86
- git: () => {
87
- {
88
- return git2;
89
- }
90
- },
91
- email: () => {
92
- {
93
- return email2;
94
- }
95
- },
96
- docs: () => {
97
- {
98
- return docs2;
99
- }
100
- },
101
- dns: () => {
102
- {
103
- return dns2;
104
- }
105
- },
106
- defineUi: () => {
107
- {
108
- return defineUi;
109
- }
110
- },
111
- defineStorage: () => {
112
- {
113
- return defineStorage;
114
- }
115
- },
116
- defineStacksConfig: () => {
117
- {
118
- return defineStacksConfig;
119
- }
120
- },
121
- defineSms: () => {
122
- {
123
- return defineSms;
124
- }
125
- },
126
- defineServices: () => {
127
- {
128
- return defineServices;
129
- }
130
- },
131
- defineSecurity: () => {
132
- {
133
- return defineSecurity;
134
- }
135
- },
136
- defineSearchEngine: () => {
137
- {
138
- return defineSearchEngine;
139
- }
140
- },
141
- defineQueue: () => {
142
- {
143
- return defineQueue;
144
- }
145
- },
146
- definePayment: () => {
147
- {
148
- return definePayment;
149
- }
150
- },
151
- defineNotification: () => {
152
- {
153
- return defineNotification;
154
- }
155
- },
156
- defineModel: () => {
157
- {
158
- return defineModel;
159
- }
160
- },
161
- defineLibrary: () => {
162
- {
163
- return defineLibrary;
164
- }
165
- },
166
- defineJob: () => {
167
- {
168
- return defineJob;
169
- }
170
- },
171
- defineHashing: () => {
172
- {
173
- return defineHashing;
174
- }
175
- },
176
- defineGit: () => {
177
- {
178
- return defineGit;
179
- }
180
- },
181
- defineEvents: () => {
182
- {
183
- return defineEvents;
184
- }
185
- },
186
- defineEmailConfig: () => {
187
- {
188
- return defineEmailConfig;
189
- }
190
- },
191
- defineEmail: () => {
192
- {
193
- return defineEmail;
194
- }
195
- },
196
- defineDns: () => {
197
- {
198
- return defineDns;
199
- }
200
- },
201
- defineDependencies: () => {
202
- {
203
- return defineDependencies;
204
- }
205
- },
206
- defineDatabase: () => {
207
- {
208
- return defineDatabase;
209
- }
210
- },
211
- defineCronJob: () => {
212
- {
213
- return defineCronJob;
214
- }
215
- },
216
- defineCli: () => {
217
- {
218
- return defineCli;
219
- }
220
- },
221
- defineChat: () => {
222
- {
223
- return defineChat;
224
- }
225
- },
226
- defineCdn: () => {
227
- {
228
- return defineCdn;
229
- }
230
- },
231
- defineCache: () => {
232
- {
233
- return defineCache;
234
- }
235
- },
236
- defineApp: () => {
237
- {
238
- return defineApp;
239
- }
240
- },
241
- defaults: () => {
242
- {
243
- return defaults_default;
244
- }
245
- },
246
- database: () => {
247
- {
248
- return database2;
249
- }
250
- },
251
- config: () => {
252
- {
253
- return config;
254
- }
255
- },
256
- cloud: () => {
257
- {
258
- return cloud2;
259
- }
260
- },
261
- cli: () => {
262
- {
263
- return cli2;
264
- }
265
- },
266
- cache: () => {
267
- {
268
- return cache2;
269
- }
270
- },
271
- app: () => {
272
- {
273
- return app2;
274
- }
275
- },
276
- analytics: () => {
277
- {
278
- return analytics;
279
- }
280
- },
281
- ai: () => {
282
- {
283
- return ai2;
284
- }
285
- }
286
- });
287
-
288
- // src/defaults.ts
289
- import {path as p} from "@stacksjs/path";
290
- var defaults_default = {
291
- ai: {
292
- deploy: false,
293
- models: [
294
- "amazon.titan-embed-text-v1",
295
- "amazon.titan-text-express-v1",
296
- "amazon.titan-embed-image-v1",
297
- "amazon.titan-image-generator-v1",
298
- "anthropic.claude-v1",
299
- "anthropic.claude-v2",
300
- "anthropic.claude-v2:1",
301
- "anthropic.claude-instant-v1",
302
- "meta.llama2-13b-chat-v1",
303
- "meta.llama2-70b-chat-v1"
304
- ]
305
- },
306
- analytics: {
307
- driver: undefined
308
- },
309
- app: {
310
- name: "Stacks",
311
- description: "A Stacks application.",
312
- env: "local",
313
- url: "stacks.localhost",
314
- debug: true,
315
- key: "",
316
- timezone: "UTC",
317
- locale: "en",
318
- fallbackLocale: "en",
319
- cipher: "AES-256-CBC",
320
- docMode: false,
321
- redirectUrls: [],
322
- maintenanceMode: false,
323
- ports: {
324
- frontend: 3333,
325
- backend: 3334,
326
- admin: 3335,
327
- library: 3336,
328
- desktop: 3337,
329
- email: 3338,
330
- docs: 3339,
331
- inspect: 3340,
332
- api: 3999
333
- }
334
- },
335
- cli: {
336
- name: "My Custom CLI",
337
- command: "my-custom-cli",
338
- description: "Stacks is a full-stack framework for TypeScript.",
339
- source: p.appPath("commands"),
340
- deploy: false
341
- },
342
- cache: {
343
- driver: "redis",
344
- prefix: "stx",
345
- ttl: 3600,
346
- drivers: {
347
- redis: {
348
- connection: "default",
349
- host: "localhost",
350
- port: 6379,
351
- username: "",
352
- password: ""
353
- }
354
- }
355
- },
356
- cloud: {
357
- driver: "aws",
358
- storage: {},
359
- environments: ["production", "staging", "development"],
360
- firewall: {
361
- enabled: true,
362
- countryCodes: [],
363
- ipAddresses: [],
364
- queryString: [],
365
- httpHeaders: [],
366
- rateLimitPerMinute: 1000,
367
- useIpReputationLists: true,
368
- useKnownBadInputsRuleSet: true
369
- },
370
- cdn: {
371
- allowedMethods: "GET_HEAD",
372
- cachedMethods: "GET_HEAD",
373
- minTtl: 0,
374
- defaultTtl: 86400,
375
- maxTtl: 31536000,
376
- compress: true,
377
- priceClass: "PriceClass_All",
378
- originShieldRegion: "us-east-1",
379
- cookieBehavior: "none",
380
- allowList: {
381
- cookies: [],
382
- headers: [],
383
- queryStrings: []
384
- },
385
- realtimeLogs: {
386
- enabled: true,
387
- samplingRate: 2
388
- }
389
- },
390
- api: {
391
- deploy: false,
392
- prefix: "api",
393
- description: "Stacks API",
394
- prewarm: true,
395
- memorySize: 512,
396
- timeout: 30
397
- },
398
- fileSystem: false
399
- },
400
- database: {
401
- default: "sqlite",
402
- name: "stacks",
403
- connections: {
404
- sqlite: {
405
- database: p.projectStoragePath("framework/database/stacks.sqlite"),
406
- prefix: ""
407
- }
408
- }
409
- },
410
- dns: {
411
- driver: "aws",
412
- a: [],
413
- aaaa: [],
414
- cname: [],
415
- mx: [],
416
- txt: []
417
- },
418
- docs: {
419
- lang: "en-US",
420
- title: "Stacks",
421
- description: "Rapid application, cloud & library framework.",
422
- lastUpdated: true,
423
- deploy: false,
424
- themeConfig: {
425
- editLink: {
426
- pattern: "https://github.com/stacksjs/stacks/edit/main/docs/docs/:path",
427
- text: "Edit this page on GitHub"
428
- },
429
- footer: {
430
- message: "Released under the MIT License.",
431
- copyright: "Copyright \xA9 2024-present Stacks.js, Inc."
432
- }
433
- }
434
- },
435
- email: {
436
- from: {
437
- name: "Stacks",
438
- address: "no-reply@stacksjs.org"
439
- },
440
- mailboxes: [],
441
- server: {
442
- scan: true
443
- }
444
- },
445
- git: {
446
- hooks: {
447
- "pre-commit": "lint-staged"
448
- },
449
- scopes: [
450
- "",
451
- "ci",
452
- "deps",
453
- "dx",
454
- "release",
455
- "docs",
456
- "test",
457
- "core",
458
- "actions",
459
- "arrays",
460
- "auth",
461
- "build",
462
- "cache",
463
- "cli",
464
- "cloud",
465
- "collections",
466
- "config",
467
- "database",
468
- "datetime",
469
- "docs",
470
- "errors",
471
- "git",
472
- "lint",
473
- "x-ray",
474
- "modules",
475
- "notifications",
476
- "objects",
477
- "path",
478
- "realtime",
479
- "router",
480
- "buddy",
481
- "security",
482
- "server",
483
- "storage",
484
- "strings",
485
- "tests",
486
- "types",
487
- "ui",
488
- "utils"
489
- ],
490
- messages: {
491
- type: "Select the type of change that you\u2019re committing:",
492
- scope: "Select the SCOPE of this change (optional):",
493
- customScope: "Select the SCOPE of this change:",
494
- subject: "Write a SHORT, IMPERATIVE tense description of the change:\n",
495
- body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
496
- breaking: 'List any BREAKING CHANGES (optional). Use "|" to break new line:\n',
497
- footerPrefixesSelect: "Select the ISSUES type of the change list by this change (optional):",
498
- customFooterPrefixes: "Input ISSUES prefix:",
499
- footer: "List any ISSUES by this change. E.g.: #31, #34:\n",
500
- confirmCommit: "Are you sure you want to proceed with the commit above?"
501
- },
502
- types: [
503
- { value: "feat", name: "feat: \u2728 A new feature", emoji: ":sparkles:" },
504
- { value: "fix", name: "fix: \uD83D\uDC1B A bug fix", emoji: ":bug:" },
505
- { value: "docs", name: "docs: \uD83D\uDCDD Documentation only changes", emoji: ":memo:" },
506
- { value: "style", name: "style: \uD83D\uDC84 Changes that do not affect the meaning of the code", emoji: ":lipstick:" },
507
- { value: "refactor", name: "refactor: \u267B\uFE0F A code change that neither fixes a bug nor adds a feature", emoji: ":recycle:" },
508
- { value: "perf", name: "perf: \u26A1\uFE0F A code change that improves performance", emoji: ":zap:" },
509
- { value: "test", name: "test: \u2705 Adding missing tests or adjusting existing tests", emoji: ":white_check_mark:" },
510
- { value: "build", name: "build: \uD83D\uDCE6\uFE0F Changes that affect the build system or external dependencies", emoji: ":package:" },
511
- { value: "ci", name: "ci: \uD83C\uDFA1 Changes to our CI configuration files and scripts", emoji: ":ferris_wheel:" },
512
- { value: "chore", name: "chore: \uD83D\uDD28 Other changes that don\u2019t modify src or test files", emoji: ":hammer:" },
513
- { value: "revert", name: "revert: \u23EA\uFE0F Reverts a previous commit", emoji: ":rewind:" }
514
- ]
515
- },
516
- hashing: {
517
- driver: "argon2",
518
- bcrypt: {
519
- rounds: 10,
520
- cost: 4
521
- },
522
- argon2: {
523
- memory: 65536,
524
- threads: 1,
525
- time: 1
526
- }
527
- },
528
- library: {
529
- name: "hello-world",
530
- owner: "@stacksjs",
531
- repository: "stacksjs/stacks",
532
- license: "MIT",
533
- author: "Chris Breuer",
534
- contributors: ["Chris Breuer <chris@stacksjs.org>"],
535
- defaultLanguage: "en",
536
- vueComponents: {
537
- name: "hello-world-vue",
538
- description: "Your Vue component library description",
539
- keywords: ["component", "library", "vue", "vite", "typescript", "javascript"],
540
- tags: [{
541
- name: ["HelloWorld", "AppHelloWorld"],
542
- description: "The Hello World custom element, built via this framework.",
543
- attributes: [{
544
- name: "greeting",
545
- description: "The greeting."
546
- }]
547
- }]
548
- },
549
- webComponents: {
550
- name: "hello-world-elements",
551
- description: "Your framework agnostic web component library description.",
552
- keywords: ["custom-elements", "web-components", "library", "framework-agnostic", "typescript", "javascript"],
553
- tags: [{
554
- name: ["HelloWorld", "AppHelloWorld"],
555
- description: "The Hello World custom element, built via this framework.",
556
- attributes: [{
557
- name: "greeting",
558
- description: "The greeting."
559
- }]
560
- }]
561
- },
562
- functions: {
563
- name: "hello-world-fx",
564
- description: "Your function library description.",
565
- keywords: ["functions", "composables", "library", "typescript", "javascript"],
566
- shouldGenerateSourcemap: false,
567
- functions: [
568
- "counter",
569
- "dark"
570
- ]
571
- }
572
- },
573
- logger: {
574
- level: 3,
575
- logFilePath: "storage/logs/console.log",
576
- errorsPath: "storage/logs/errors.log"
577
- },
578
- notification: {
579
- default: "email"
580
- },
581
- payment: {
582
- driver: "stripe"
583
- },
584
- queue: {
585
- default: "sync",
586
- connections: {
587
- sync: {
588
- driver: "sync"
589
- },
590
- database: {
591
- driver: "database",
592
- table: "jobs",
593
- queue: "default",
594
- retry_after: 90
595
- },
596
- redis: {
597
- driver: "redis",
598
- connection: "default",
599
- queue: "default",
600
- retry_after: 90
601
- },
602
- sqs: {
603
- driver: "sqs",
604
- key: "",
605
- secret: "",
606
- prefix: "",
607
- suffix: "",
608
- queue: "default",
609
- region: "us-east-1"
610
- }
611
- }
612
- },
613
- searchEngine: {
614
- driver: "meilisearch"
615
- },
616
- security: {
617
- firewall: {
618
- enabled: true,
619
- countryCodes: [],
620
- ipAddresses: [],
621
- queryString: [],
622
- httpHeaders: [],
623
- rateLimitPerMinute: 1000,
624
- useIpReputationLists: true,
625
- useKnownBadInputsRuleSet: true
626
- }
627
- },
628
- services: {
629
- aws: {
630
- accountId: "",
631
- appId: "",
632
- apiKey: "",
633
- region: "us-east-1"
634
- },
635
- algolia: {
636
- appId: "",
637
- apiKey: ""
638
- },
639
- meilisearch: {
640
- appId: "",
641
- apiKey: ""
642
- },
643
- stripe: {
644
- appId: "",
645
- apiKey: ""
646
- },
647
- planetscale: {
648
- appId: "",
649
- apiKey: ""
650
- },
651
- supabase: {
652
- appId: "",
653
- apiKey: ""
654
- }
655
- },
656
- storage: {
657
- driver: "s3"
658
- },
659
- team: {
660
- name: "Stacks",
661
- members: {
662
- "Chris Breuer": "chris@stacksjs.org"
663
- }
664
- },
665
- ui: {
666
- shortcuts: [
667
- ["btn", "inline-flex items-center px-4 py-2 ml-2 border border-transparent shadow-sm text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer"]
668
- ],
669
- safelist: "prose prose-sm m-auto text-left",
670
- trigger: ":stx:",
671
- classPrefix: "stx-",
672
- reset: "tailwind",
673
- icons: ["heroicons"],
674
- fonts: {
675
- email: {
676
- title: "Mona",
677
- text: "Hubot"
678
- },
679
- desktop: {
680
- title: "Mona",
681
- text: "Hubot"
682
- },
683
- mobile: {
684
- title: "Mona",
685
- text: "Hubot"
686
- },
687
- web: {
688
- title: "Mona",
689
- text: "Hubot"
690
- }
691
- }
692
- }
693
- };
694
-
695
- // /home/runner/work/stacks/stacks/config/ai.ts
696
- var ai_default = {
697
- default: "meta.llama2-70b-chat-v1",
698
- models: [
699
- "amazon.titan-text-express-v1",
700
- "amazon.titan-text-lite-v1",
701
- "meta.llama2-70b-chat-v1"
702
- ],
703
- deploy: true
704
- };
705
-
706
- // /home/runner/work/stacks/stacks/config/app.ts
707
- import {env as env2} from "@stacksjs/env";
708
- var app_default = {
709
- name: env2.APP_NAME || "Stacks",
710
- description: "Stacks is a full-stack framework for building modern web applications.",
711
- env: env2.APP_ENV || "local",
712
- url: env2.APP_URL || "stacks.localhost",
713
- redirectUrls: ["stacksjs.com"],
714
- debug: env2.DEBUG || false,
715
- key: env2.APP_KEY,
716
- maintenanceMode: env2.APP_MAINTENANCE || false,
717
- docMode: true,
718
- timezone: "America/Los_Angeles",
719
- locale: "en",
720
- fallbackLocale: "en",
721
- cipher: "aes-256-cbc",
722
- ports: {
723
- frontend: env2.APP_PORT || 3333,
724
- backend: env2.APP_PORT + 1 || 3334,
725
- admin: env2.APP_PORT + 2 || 3335,
726
- library: env2.APP_PORT + 3 || 3336,
727
- desktop: env2.APP_PORT + 4 || 3337,
728
- email: env2.APP_PORT + 5 || 3338,
729
- docs: env2.APP_PORT + 6 || 3339,
730
- inspect: env2.APP_PORT + 7 || 3340,
731
- api: 3999
732
- }
733
- };
734
-
735
- // /home/runner/work/stacks/stacks/config/cache.ts
736
- import {env as env4} from "@stacksjs/env";
737
- var cache_default = {
738
- driver: "redis",
739
- prefix: "stacks",
740
- ttl: 3600,
741
- drivers: {
742
- dynamodb: {
743
- key: env4.AWS_ACCESS_KEY_ID || "",
744
- secret: env4.AWS_SECRET_ACCESS_KEY || "",
745
- region: env4.AWS_DEFAULT_REGION || "us-east-1",
746
- table: "cache",
747
- endpoint: ""
748
- },
749
- memcached: {
750
- persistent_id: "",
751
- sasl: ["", ""],
752
- options: {},
753
- servers: [{
754
- host: "127.0.0.1",
755
- port: 11211,
756
- weight: 100
757
- }]
758
- },
759
- redis: {
760
- connection: "cache",
761
- host: "127.0.0.1",
762
- port: 6379,
763
- password: "",
764
- username: "stacks"
765
- }
766
- }
767
- };
768
-
769
- // /home/runner/work/stacks/stacks/config/cli.ts
770
- var cli_default = {
771
- name: "My Custom CLI",
772
- command: "custom-cli",
773
- description: "This is an example command to illustrate how to create your own commands. Check out `../app/commands` for more.",
774
- deploy: true
775
- };
776
-
777
- // /home/runner/work/stacks/stacks/config/cloud.ts
778
- import {env as env6} from "@stacksjs/env";
779
-
780
- // /home/runner/work/stacks/stacks/config/security.ts
781
- var security_default = {
782
- firewall: {
783
- enabled: true,
784
- countryCodes: ["RU", "IR"],
785
- ipAddresses: [],
786
- rateLimitPerMinute: 1000,
787
- useIpReputationLists: true,
788
- useKnownBadInputsRuleSet: true,
789
- queryString: [],
790
- httpHeaders: []
791
- }
792
- };
793
-
794
- // /home/runner/work/stacks/stacks/config/cloud.ts
795
- var cloud_default = {
796
- driver: "aws",
797
- firewall: security_default.firewall,
798
- environments: ["production", "staging", "development"],
799
- storage: {},
800
- cdn: {
801
- compress: true,
802
- allowedMethods: "ALL",
803
- cachedMethods: "GET_HEAD",
804
- originShieldRegion: "us-east-1",
805
- minTtl: 0,
806
- defaultTtl: 86400,
807
- maxTtl: 31536000,
808
- cookieBehavior: "none",
809
- allowList: {
810
- cookies: [],
811
- headers: [],
812
- queryStrings: []
813
- },
814
- realtimeLogs: {
815
- enabled: true,
816
- samplingRate: 1
817
- }
818
- },
819
- api: {
820
- deploy: true,
821
- prefix: env6.API_PREFIX || "api",
822
- description: "Stacks API",
823
- memorySize: 512,
824
- prewarm: 10,
825
- timeout: 30
826
- },
827
- fileSystem: true
828
- };
829
-
830
- // /home/runner/work/stacks/stacks/config/database.ts
831
- import {env as env8} from "@stacksjs/env";
832
- var database_default = {
833
- default: env8.DB_CONNECTION || "sqlite",
834
- name: env8.DB_DATABASE || "stacks",
835
- connections: {
836
- mysql: {
837
- name: env8.DB_DATABASE || "stacks",
838
- host: env8.DB_HOST || "127.0.0.1",
839
- port: env8.DB_PORT || 3306,
840
- username: env8.DB_USERNAME || "root",
841
- password: env8.DB_PASSWORD || "",
842
- prefix: ""
843
- },
844
- sqlite: {
845
- database: env8.DB_DATABASE || "stacks",
846
- prefix: ""
847
- },
848
- planetscale: {},
849
- postgres: {}
850
- },
851
- migrations: "migrations"
852
- };
853
-
854
- // /home/runner/work/stacks/stacks/config/dns.ts
855
- import {env as env10} from "@stacksjs/env";
856
- var dns_default = {
857
- a: [
858
- {
859
- name: env10.APP_URL || "",
860
- address: "10.0.0.1",
861
- ttl: 300
862
- },
863
- {
864
- name: "www",
865
- address: "@",
866
- ttl: 300
867
- }
868
- ],
869
- aaaa: [],
870
- cname: [],
871
- mx: [],
872
- txt: [],
873
- nameservers: []
874
- };
875
-
876
- // /home/runner/work/stacks/stacks/config/docs.ts
877
- import {SocialLinkIcon} from "@stacksjs/types";
878
- var nav = [
879
- {
880
- text: "Docs",
881
- link: "/guide/intro"
882
- },
883
- {
884
- text: "Changelog",
885
- link: "https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md"
886
- },
887
- {
888
- text: "Resources",
889
- items: [
890
- { text: "Team", link: "/team" },
891
- { text: "Postcardware", link: "/postcardware" },
892
- {
893
- items: [
894
- {
895
- text: "Awesome Stacks",
896
- link: "https://github.com/stacksjs/awesome-stacks"
897
- },
898
- {
899
- text: "Contributing",
900
- link: "https://github.com/stacksjs/stacks/blob/main/.github/CONTRIBUTING.md"
901
- }
902
- ]
903
- }
904
- ]
905
- }
906
- ];
907
- var sidebar = {
908
- "/guide/": [
909
- {
910
- text: "Getting Started",
911
- collapsible: true,
912
- items: [
913
- { text: "Introduction", link: "/guide/intro" },
914
- { text: "Quick Start", link: "/guide/get-started" }
915
- ]
916
- },
917
- {
918
- text: "Basics",
919
- collapsible: true,
920
- items: [
921
- { text: "Routing", link: "/basics/routing" },
922
- { text: "Middleware", link: "/basics/middleware" },
923
- { text: "Actions", link: "/basics/actions" },
924
- { text: "Views", link: "/basics/views" },
925
- { text: "Components", link: "/basics/components" },
926
- { text: "Functions", link: "/basics/functions" },
927
- { text: "Validation", link: "/basics/validation" },
928
- { text: "Error Handling", link: "/basics/error-handling" },
929
- { text: "Logging", link: "/basics/logging" }
930
- ]
931
- },
932
- {
933
- text: "Bootcamp",
934
- collapsible: true,
935
- collapsed: true,
936
- items: [
937
- { text: "Welcome", link: "/bootcamp/intro" },
938
- {
939
- text: "Let\u2019s Build",
940
- collapsible: true,
941
- collapsed: true,
942
- items: [
943
- { text: "Build a Frontend", link: "/bootcamp/frontend" },
944
- { text: "Build an API", link: "/bootcamp/api" },
945
- { text: "Build a Documentation", link: "/bootcamp/docs" },
946
- {
947
- text: "Build a Library",
948
- collapsible: true,
949
- collapsed: true,
950
- items: [
951
- { text: "Component Library", link: "/bootcamp/library/components" },
952
- { text: "Function Library", link: "/bootcamp/library/functions" }
953
- ]
954
- },
955
- { text: "Build a CLI", link: "/bootcamp/cli" },
956
- {
957
- text: "Build a SaaS",
958
- collapsible: true,
959
- collapsed: true,
960
- items: [
961
- { text: "Team Management", link: "/bootcamp/saas/team-management" },
962
- { text: "Payments", link: "/bootcamp/saas/payments" },
963
- { text: "Subscriptions", link: "/bootcamp/saas/subscriptions" },
964
- { text: "License Key Management", link: "/bootcamp/saas/license-key-management" },
965
- { text: "Digital Downloads", link: "/bootcamp/saas/digital-downloads" },
966
- { text: "Checkout Form", link: "/bootcamp/saas/checkout-form" },
967
- { text: "Affiliates Program", link: "/bootcamp/saas/affiliates-program" }
968
- ]
969
- },
970
- { text: "Build a Desktop App", link: "/bootcamp/desktop" }
971
- ]
972
- },
973
- {
974
- text: "How-To",
975
- collapsible: true,
976
- collapsed: true,
977
- items: [
978
- { text: "Authentication", link: "/bootcamp/how-to/authentication" },
979
- { text: "Create a Mailbox", link: "/bootcamp/how-to/create-mailbox" },
980
- { text: "Define env & config values", link: "/bootcamp/how-to/env-config" },
981
- { text: "Error Handling", link: "/bootcamp/how-to/error-handling" },
982
- { text: "Extend the Cloud", link: "/bootcamp/how-to/extend-cloud" },
983
- { text: "Extend the Dashboard", link: "/bootcamp/how-to/extend-dashboard" },
984
- { text: "How to deploy?", link: "/bootcamp/how-to/deploy" },
985
- { text: "IDE Setup", link: "/bootcamp/how-to/ide-setup" },
986
- { text: "Manage a Team", link: "/bootcamp/how-to/manage-team" },
987
- { text: "Publish Components & Functions", link: "/bootcamp/how-to/publish" },
988
- { text: "Unit & Feature Tests", link: "/bootcamp/how-to/testing" }
989
- ]
990
- },
991
- {
992
- text: "Tips",
993
- collapsible: true,
994
- collapsed: true,
995
- items: [
996
- { text: "Cost Optimization", link: "/bootcamp/tips/cost-optimization" },
997
- { text: "Email, SMS, Social & Push Notifications", link: "/bootcamp/tips/notifications" },
998
- { text: "Jump Box", link: "/bootcamp/tips/jump-box" },
999
- { text: "Limitations", link: "/bootcamp/tips/limitations" },
1000
- { text: "Payment sending, receiving & management", link: "/bootcamp/tips/payments" },
1001
- { text: "Remove your Cloud", link: "/bootcamp/tips/undeploy" },
1002
- { text: "Semantic Commits", link: "/bootcamp/tips/semantic-commits" },
1003
- { text: "Ship your ORM", link: "/bootcamp/tips/orm-usage" },
1004
- { text: "System Tray App", link: "/bootcamp/tips/system-tray" },
1005
- { text: "Oh My Zsh", link: "/bootcamp/tips/oh-my-zsh" }
1006
- ]
1007
- },
1008
- { text: "Conclusion", link: "/bootcamp/conclusion" }
1009
- ]
1010
- },
1011
- {
1012
- text: "Digging Deeper",
1013
- collapsible: true,
1014
- collapsed: true,
1015
- items: [
1016
- { text: "APIs", link: "/guide/apis" },
1017
- { text: "Apps", link: "/guide/apps" },
1018
- { text: "Authentication", link: "/guide/auth" },
1019
- { text: "Bootstrap", link: "/guide/bootstrap" },
1020
- {
1021
- text: "Buddy",
1022
- collapsible: true,
1023
- collapsed: true,
1024
- link: "/guide/buddy",
1025
- items: [
1026
- { text: "Introduction", link: "/guide/buddy/intro" },
1027
- { text: "Dev", link: "/guide/buddy/dev" },
1028
- { text: "Build", link: "/guide/buddy/build" },
1029
- { text: "Fresh", link: "/guide/buddy/clean" },
1030
- { text: "Clean", link: "/guide/buddy/clean" },
1031
- { text: "Make", link: "/guide/buddy/make" },
1032
- { text: "Migrate", link: "/guide/buddy/migrate" },
1033
- { text: "Seed", link: "/guide/buddy/seed" },
1034
- { text: "Cloud", link: "/guide/buddy/cloud" },
1035
- { text: "Deploy", link: "/guide/buddy/Deploy" },
1036
- { text: "Commit", link: "/guide/buddy/commit" },
1037
- { text: "Lint", link: "/guide/buddy/make" },
1038
- { text: "Release", link: "/guide/buddy/release" },
1039
- { text: "Changelog", link: "/guide/buddy/changelog" },
1040
- { text: "HTTP", link: "/guide/buddy/http" },
1041
- { text: "DNS", link: "/guide/buddy/dns" },
1042
- { text: "Key", link: "/guide/buddy/key" },
1043
- { text: "Projects", link: "/guide/buddy/projects" },
1044
- { text: "Domains", link: "/guide/buddy/domains" },
1045
- { text: "Generate", link: "/guide/buddy/generate" },
1046
- { text: "Test", link: "/guide/buddy/test" },
1047
- { text: "Upgrade", link: "/guide/buddy/upgrade" },
1048
- { text: "Version", link: "/guide/buddy/version" }
1049
- ]
1050
- },
1051
- {
1052
- text: "Built-in Components",
1053
- collapsible: true,
1054
- collapsed: true,
1055
- items: [
1056
- { text: "KeepAlive", link: "/guide/components/keep-alive" },
1057
- { text: "Suspense", link: "/guide/components/suspense" },
1058
- { text: "Table", link: "/guide/components/table" },
1059
- { text: "Teleport", link: "/guide/components/teleport" },
1060
- { text: "Transition", link: "/guide/components/transition" },
1061
- { text: "TransitionGroup", link: "/guide/components/transition-group" }
1062
- ]
1063
- },
1064
- { text: "CI / CD", link: "/guide/ci" },
1065
- { text: "Cloud", link: "/guide/cloud" },
1066
- { text: "Custom Directives", link: "/guide/custom-directives" },
1067
- { text: "Dashboard", link: "/guide/dashboard" },
1068
- {
1069
- text: "Libraries",
1070
- collapsible: true,
1071
- collapsed: true,
1072
- items: [
1073
- { text: "Component Library", link: "/guide/libraries/components" },
1074
- { text: "Function Library", link: "/guide/libraries/functions" },
1075
- { text: "Composability", link: "/guide/libraries/composability" }
1076
- ]
1077
- },
1078
- { text: "Model-View-Action", link: "/guide/model-view-action" },
1079
- {
1080
- text: "Package Manager",
1081
- link: "/guide/package-manager",
1082
- collapsible: true,
1083
- collapsed: true,
1084
- items: [
1085
- { text: "`buddy install`", link: "/guide/package-manager/buddy-install" },
1086
- { text: "`buddy add`", link: "/guide/package-manager/buddy-add" },
1087
- { text: "`buddy remove`", link: "/guide/package-manager/remove" },
1088
- { text: "`buddy upgrade -pm`", link: "/guide/package-manager/upgrade" },
1089
- { text: "`buddy link`", link: "/guide/package-manager/link" },
1090
- { text: "Global Cache", link: "/guide/package-manager/global-cache" },
1091
- { text: "Workspaces", link: "/guide/package-manager/workspaces" },
1092
- { text: "Lifecycle Scripts", link: "/guide/package-manager/lifecycle-scripts" },
1093
- { text: "Lockfile", link: "/guide/package-manager/lockfile" },
1094
- { text: "Overrides & Resolutions", link: "/guide/package-manager/overrides-resolutions" }
1095
- ]
1096
- },
1097
- { text: "Plugins", link: "/guide/plugins" },
1098
- { text: "$ Shell", link: "/guide/$-shell" }
1099
- ]
1100
- },
1101
- {
1102
- text: "Packages",
1103
- collapsible: true,
1104
- collapsed: true,
1105
- items: [
1106
- { text: "Actions", link: "/packages/actions" },
1107
- { text: "AI", link: "/packages/ai" },
1108
- { text: "Alias", link: "/packages/alias" },
1109
- { text: "Analytics", link: "/packages/analytics" },
1110
- { text: "Arrays", link: "/packages/arrays" },
1111
- { text: "Auth", link: "/packages/auth" },
1112
- { text: "Buddy", link: "/packages/buddy" },
1113
- { text: "Build", link: "/packages/build" },
1114
- { text: "Cache", link: "/packages/cache" },
1115
- { text: "CLI", link: "/packages/cli" },
1116
- { text: "Cloud", link: "/packages/cloud" },
1117
- { text: "Collections", link: "/packages/collections" },
1118
- { text: "Config", link: "/packages/config" },
1119
- { text: "Database", link: "/packages/database" },
1120
- { text: "Datetime", link: "/packages/datetime" },
1121
- { text: "Desktop", link: "/packages/desktop" },
1122
- { text: "Development", link: "/packages/development" },
1123
- { text: "DNS", link: "/packages/dns" },
1124
- { text: "Docs", link: "/packages/docs" },
1125
- { text: "Env", link: "/packages/env" },
1126
- { text: "Error Handling", link: "/packages/error-handling" },
1127
- { text: "ESlint Config", link: "/packages/error-handling" },
1128
- { text: "Events", link: "/packages/events" },
1129
- { text: "Faker", link: "/packages/faker" },
1130
- { text: "Git", link: "/packages/git" },
1131
- { text: "Glob", link: "/packages/glob" },
1132
- { text: "Health", link: "/packages/health" },
1133
- { text: "Http", link: "/packages/http" },
1134
- { text: "Lint", link: "/packages/lint" },
1135
- { text: "Logging", link: "/packages/logging" },
1136
- { text: "Modules", link: "/packages/modules" },
1137
- {
1138
- text: "Notifications",
1139
- link: "/packages/notifications",
1140
- collapsible: true,
1141
- collapsed: true,
1142
- items: [
1143
- { text: "Chat", link: "/packages/chat" },
1144
- { text: "Email", link: "/packages/email" },
1145
- { text: "SMS", link: "/packages/sms" },
1146
- { text: "Push", link: "/packages/push" }
1147
- ]
1148
- },
1149
- { text: "Objects", link: "/packages/objects" },
1150
- { text: "ORM", link: "/packages/orm" },
1151
- { text: "Path", link: "/packages/path" },
1152
- { text: "Payments", link: "/packages/payments" },
1153
- { text: "Permissions", link: "/packages/permissions" },
1154
- { text: "Query Builder", link: "/packages/query-builder" },
1155
- { text: "Queue", link: "/packages/queue" },
1156
- { text: "Realtime", link: "/packages/realtime" },
1157
- { text: "REPL", link: "/packages/repl" },
1158
- { text: "Router", link: "/packages/router" },
1159
- { text: "Scheduler", link: "/packages/scheduler" },
1160
- { text: "Search Engine", link: "/packages/search-engine" },
1161
- { text: "Security", link: "/packages/security" },
1162
- { text: "Semver", link: "/packages/semver" },
1163
- { text: "Server", link: "/packages/server" },
1164
- { text: "Signals", link: "/packages/signals" },
1165
- { text: "Slug", link: "/packages/slug" },
1166
- { text: "Storage", link: "/packages/storage" },
1167
- { text: "Strings", link: "/packages/strings" },
1168
- { text: "Testing", link: "/packages/testing" },
1169
- { text: "Tinker", link: "/packages/tinker" },
1170
- { text: "Tunnel", link: "/packages/tunnel" },
1171
- { text: "Types", link: "/packages/types" },
1172
- { text: "UI", link: "/packages/ui" },
1173
- { text: "Utils", link: "/packages/utils" },
1174
- { text: "Validation", link: "/packages/validation" },
1175
- { text: "Vite", link: "/packages/vite" }
1176
- ]
1177
- },
1178
- {
1179
- text: "Testing",
1180
- collapsible: true,
1181
- collapsed: true,
1182
- items: [
1183
- { text: "Getting Started", link: "/testing/getting-started" },
1184
- { text: "Unit Tests", link: "/testing/unit-tests" },
1185
- { text: "Feature Tests", link: "/testing/feature-tests" },
1186
- { text: "Http Tests", link: "/testing/http-tests" },
1187
- { text: "Console Tests", link: "/testing/console-tests" },
1188
- { text: "Browser Tests", link: "/testing/browser-tests" },
1189
- { text: "Database", link: "/testing/database" },
1190
- { text: "Mocking", link: "/testing/mocking" }
1191
- ]
1192
- },
1193
- {
1194
- text: "Project",
1195
- collapsible: true,
1196
- collapsed: true,
1197
- items: [
1198
- { text: "Roadmap", link: "/project/roadmap" },
1199
- { text: "Contributing", link: "/project/contributing" },
1200
- { text: "Terminology", link: "/project/terminology" },
1201
- { text: "License", link: "/project/license" }
1202
- ]
1203
- }
1204
- ]
1205
- };
1206
- var docs_default = {
1207
- lang: "en-US",
1208
- title: "Stacks",
1209
- description: "Rapid application, cloud & library development framework.",
1210
- lastUpdated: true,
1211
- deploy: true,
1212
- themeConfig: {
1213
- logo: "https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo-transparent.svg?https://raw.githubusercontent.com/stacksjs/stacks/main/public/logo-transparent.svg?asdas",
1214
- nav,
1215
- sidebar,
1216
- editLink: {
1217
- pattern: "https://github.com/stacksjs/stacks/edit/main/docs/docs/:path",
1218
- text: "Edit this page on GitHub"
1219
- },
1220
- footer: {
1221
- message: "Released under the MIT License.",
1222
- copyright: "Copyright \xA9 2024-present Stacks.js, Inc."
1223
- },
1224
- socialLinks: [
1225
- { icon: SocialLinkIcon.Twitter, link: "https://twitter.com/stacksjs" },
1226
- { icon: SocialLinkIcon.GitHub, link: "https://github.com/stacksjs/stacks" },
1227
- { icon: SocialLinkIcon.Discord, link: "https://discord.gg/stacksjs" }
1228
- ]
1229
- }
1230
- };
1231
-
1232
- // /home/runner/work/stacks/stacks/config/email.ts
1233
- import {env as env12} from "@stacksjs/env";
1234
- var email_default = {
1235
- from: {
1236
- name: env12.MAIL_FROM_NAME || "Stacks",
1237
- address: env12.MAIL_FROM_ADDRESS || "no-reply@stacksjs.org"
1238
- },
1239
- mailboxes: ["chris@stacksjs.org", "blake@stacksjs.org"],
1240
- server: {
1241
- scan: true
1242
- }
1243
- };
1244
-
1245
- // /home/runner/work/stacks/stacks/config/git.ts
1246
- var git_default = {
1247
- hooks: {
1248
- "pre-commit": "lint-staged"
1249
- },
1250
- scopes: [
1251
- "",
1252
- "ci",
1253
- "deps",
1254
- "dx",
1255
- "release",
1256
- "docs",
1257
- "test",
1258
- "core",
1259
- "actions",
1260
- "arrays",
1261
- "auth",
1262
- "build",
1263
- "cache",
1264
- "cli",
1265
- "cloud",
1266
- "collections",
1267
- "config",
1268
- "database",
1269
- "datetime",
1270
- "docs",
1271
- "errors",
1272
- "git",
1273
- "lint",
1274
- "x-ray",
1275
- "modules",
1276
- "notifications",
1277
- "objects",
1278
- "path",
1279
- "realtime",
1280
- "router",
1281
- "buddy",
1282
- "security",
1283
- "server",
1284
- "storage",
1285
- "strings",
1286
- "tests",
1287
- "types",
1288
- "ui",
1289
- "utils"
1290
- ],
1291
- messages: {
1292
- type: "Select the type of change that you\u2019re committing:",
1293
- scope: "Select the SCOPE of this change (optional):",
1294
- customScope: "Select the SCOPE of this change:",
1295
- subject: "Write a SHORT, IMPERATIVE tense description of the change:\n",
1296
- body: 'Provide a LONGER description of the change (optional). Use "|" to break new line:\n',
1297
- breaking: 'List any BREAKING CHANGES (optional). Use "|" to break new line:\n',
1298
- footerPrefixesSelect: "Select the ISSUES type of the change list by this change (optional):",
1299
- customFooterPrefixes: "Input ISSUES prefix:",
1300
- footer: "List any ISSUES by this change. E.g.: #31, #34:\n",
1301
- confirmCommit: "Are you sure you want to proceed with the commit above?"
1302
- },
1303
- types: [
1304
- { value: "feat", name: "feat: \u2728 A new feature", emoji: ":sparkles:" },
1305
- { value: "fix", name: "fix: \uD83D\uDC1B A bug fix", emoji: ":bug:" },
1306
- { value: "docs", name: "docs: \uD83D\uDCDD Documentation only changes", emoji: ":memo:" },
1307
- { value: "style", name: "style: \uD83D\uDC84 Changes that do not affect the meaning of the code", emoji: ":lipstick:" },
1308
- { value: "refactor", name: "refactor: \u267B\uFE0F A code change that neither fixes a bug nor adds a feature", emoji: ":recycle:" },
1309
- { value: "perf", name: "perf: \u26A1\uFE0F A code change that improves performance", emoji: ":zap:" },
1310
- { value: "test", name: "test: \u2705 Adding missing tests or adjusting existing tests", emoji: ":white_check_mark:" },
1311
- { value: "build", name: "build: \uD83D\uDCE6\uFE0F Changes that affect the build system or external dependencies", emoji: ":package:" },
1312
- { value: "ci", name: "ci: \uD83C\uDFA1 Changes to our CI configuration files and scripts", emoji: ":ferris_wheel:" },
1313
- { value: "chore", name: "chore: \uD83D\uDD28 Other changes that don\u2019t modify src or test files", emoji: ":hammer:" },
1314
- { value: "revert", name: "revert: \u23EA\uFE0F Reverts a previous commit", emoji: ":rewind:" }
1315
- ]
1316
- };
1317
-
1318
- // /home/runner/work/stacks/stacks/config/hashing.ts
1319
- var hashing_default = {
1320
- driver: "argon2",
1321
- bcrypt: {
1322
- rounds: 10,
1323
- cost: 4
1324
- },
1325
- argon2: {
1326
- memory: 65536,
1327
- threads: 1,
1328
- time: 1
1329
- }
1330
- };
1331
-
1332
- // /home/runner/work/stacks/stacks/config/library.ts
1333
- var library_default = {
1334
- name: "hello-world",
1335
- owner: "@stacksjs",
1336
- repository: "stacksjs/stacks",
1337
- license: "MIT",
1338
- author: "Chris Breuer",
1339
- contributors: ["Chris Breuer <chris@stacksjs.org>"],
1340
- defaultLanguage: "en",
1341
- releaseable: true,
1342
- vueComponents: {
1343
- name: "hello-world-vue",
1344
- description: "Your Vue component library description",
1345
- keywords: ["component", "library", "vue", "vite", "typescript", "javascript"],
1346
- tags: [{
1347
- name: ["HelloWorld", "AppHelloWorld"],
1348
- description: "The Hello World custom element, built via this framework.",
1349
- attributes: [{
1350
- name: "greeting",
1351
- description: "The greeting."
1352
- }]
1353
- }]
1354
- },
1355
- webComponents: {
1356
- name: "hello-world-elements",
1357
- description: "Your framework agnostic web component library description.",
1358
- keywords: ["custom-elements", "web-components", "library", "framework-agnostic", "typescript", "javascript"],
1359
- tags: [{
1360
- name: ["HelloWorld", "AppHelloWorld"],
1361
- description: "The Hello World custom element, built via this framework.",
1362
- attributes: [{
1363
- name: "greeting",
1364
- description: "The greeting."
1365
- }]
1366
- }]
1367
- },
1368
- functions: {
1369
- name: "hello-world-fx",
1370
- description: "Your function library description.",
1371
- keywords: ["functions", "composables", "library", "typescript", "javascript"],
1372
- shouldGenerateSourcemap: false,
1373
- functions: [
1374
- "counter",
1375
- "dark"
1376
- ]
1377
- }
1378
- };
1379
-
1380
- // /home/runner/work/stacks/stacks/config/logger.ts
1381
- var logger_default = {
1382
- level: 3,
1383
- logFilePath: "storage/logs/console.log",
1384
- errorsPath: "storage/logs/errors.log"
1385
- };
1386
-
1387
- // /home/runner/work/stacks/stacks/config/queue.ts
1388
- var queue_default = {
1389
- default: "sync",
1390
- connections: {
1391
- sync: {
1392
- driver: "sync"
1393
- },
1394
- sqs: {
1395
- driver: "sqs",
1396
- key: "",
1397
- secret: "",
1398
- prefix: "",
1399
- suffix: "",
1400
- queue: "default",
1401
- region: "us-east-1"
1402
- }
1403
- }
1404
- };
1405
-
1406
- // /home/runner/work/stacks/stacks/config/payment.ts
1407
- var payment_default = {
1408
- driver: "stripe"
1409
- };
1410
-
1411
- // /home/runner/work/stacks/stacks/config/notification.ts
1412
- var notification_default = {
1413
- default: "email"
1414
- };
1415
-
1416
- // /home/runner/work/stacks/stacks/config/storage.ts
1417
- var storage_default = {
1418
- driver: "s3"
1419
- };
1420
-
1421
- // /home/runner/work/stacks/stacks/config/search-engine.ts
1422
- var search_engine_default = {
1423
- driver: "meilisearch"
1424
- };
1425
-
1426
- // /home/runner/work/stacks/stacks/config/services.ts
1427
- import {env as env14} from "@stacksjs/env";
1428
- var services_default = {
1429
- aws: {
1430
- accountId: env14.AWS_ACCOUNT_ID || "",
1431
- appId: env14.AWS_ACCESS_KEY_ID || "",
1432
- apiKey: env14.AWS_SECRET_ACCESS_KEY || "",
1433
- region: env14.AWS_DEFAULT_REGION || "us-east-1"
1434
- },
1435
- algolia: {
1436
- appId: "",
1437
- apiKey: ""
1438
- },
1439
- meilisearch: {
1440
- appId: "",
1441
- apiKey: ""
1442
- },
1443
- lemonSqueezy: {
1444
- appId: "",
1445
- apiKey: ""
1446
- },
1447
- planetscale: {
1448
- appId: "",
1449
- apiKey: ""
1450
- },
1451
- stripe: {
1452
- appId: "",
1453
- apiKey: ""
1454
- },
1455
- supabase: {
1456
- appId: "",
1457
- apiKey: ""
1458
- }
1459
- };
1460
-
1461
- // /home/runner/work/stacks/stacks/config/team.ts
1462
- var team_default = {
1463
- name: "Stacks",
1464
- members: {
1465
- chris: "chris@stacksjs.org",
1466
- blake: "blake@stacksjs.org",
1467
- zoltan: "zoltan@stacksjs.org",
1468
- freddy: "freddy@stacksjs.org",
1469
- glenn: "glenn@stacksjs.org",
1470
- dorell: "dorell@stacksjs.org",
1471
- avery: "avery@stacksjs.org"
1472
- }
1473
- };
1474
-
1475
- // /home/runner/work/stacks/stacks/config/ui.ts
1476
- var ui_default = {
1477
- shortcuts: [
1478
- ["btn", "inline-flex items-center px-4 py-2 ml-2 border border-transparent shadow-sm text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 cursor-pointer"]
1479
- ],
1480
- safelist: "prose prose-sm m-auto text-left",
1481
- trigger: ":stx:",
1482
- classPrefix: "stx-",
1483
- reset: "tailwind",
1484
- icons: ["heroicons"],
1485
- fonts: {
1486
- email: {
1487
- title: "Mona",
1488
- text: "Hubot"
1489
- },
1490
- desktop: {
1491
- title: "Mona",
1492
- text: "Hubot"
1493
- },
1494
- mobile: {
1495
- title: "Mona",
1496
- text: "Hubot"
1497
- },
1498
- web: {
1499
- title: "Mona",
1500
- text: "Hubot"
1501
- }
1502
- },
1503
- theme: {
1504
- colors: {
1505
- veryCool: "#0000ff",
1506
- brand: {
1507
- primary: "hsl(var(--hue, 217) 78% 51%)"
1508
- }
1509
- }
1510
- }
1511
- };
1512
-
1513
- // src/overrides.ts
1514
- var overrides_default = {
1515
- ai: ai_default,
1516
- app: app_default,
1517
- cache: cache_default,
1518
- cli: cli_default,
1519
- cloud: cloud_default,
1520
- database: database_default,
1521
- dns: dns_default,
1522
- docs: docs_default,
1523
- email: email_default,
1524
- git: git_default,
1525
- hashing: hashing_default,
1526
- library: library_default,
1527
- logger: logger_default,
1528
- notification: notification_default,
1529
- queue: queue_default,
1530
- payment: payment_default,
1531
- searchEngine: search_engine_default,
1532
- security: security_default,
1533
- services: services_default,
1534
- storage: storage_default,
1535
- team: team_default,
1536
- ui: ui_default
1537
- };
1538
-
1539
- // src/helpers.ts
1540
- import {createLocalTunnel} from "@stacksjs/tunnel";
1541
- async function localUrl({
1542
- domain = exports_config.app.url || "stacks",
1543
- type = "frontend",
1544
- localhost = false,
1545
- https = undefined,
1546
- network = undefined
1547
- } = {}) {
1548
- let url;
1549
- switch (type) {
1550
- case "frontend":
1551
- if (network)
1552
- return await createLocalTunnel(exports_config.app.ports?.frontend || 3333);
1553
- if (localhost)
1554
- return `http://localhost:${exports_config.app.ports?.frontend}`;
1555
- url = domain.replace(/\.[^\.]+$/, ".localhost");
1556
- if (https)
1557
- return `https://${url}`;
1558
- return url;
1559
- case "backend":
1560
- if (network)
1561
- return await createLocalTunnel(exports_config.app.ports?.backend || 3334);
1562
- if (localhost)
1563
- return `http://localhost:${exports_config.app.ports?.backend}`;
1564
- url = domain.replace(/\.[^\.]+$/, ".localhost/api/");
1565
- if (https)
1566
- return `https://${url}`;
1567
- return url;
1568
- case "api":
1569
- if (network)
1570
- return await createLocalTunnel(exports_config.app.ports?.backend || 3334);
1571
- if (localhost)
1572
- return `http://localhost:${exports_config.app.ports?.backend}`;
1573
- url = domain.replace(/\.[^\.]+$/, ".localhost/api/");
1574
- if (https)
1575
- return `https://${url}`;
1576
- return url;
1577
- case "admin":
1578
- if (network)
1579
- return await createLocalTunnel(exports_config.app.ports?.admin || 3335);
1580
- if (localhost)
1581
- return `http://localhost:${exports_config.app.ports?.admin}`;
1582
- url = domain.replace(/\.[^\.]+$/, ".localhost/admin/");
1583
- if (https)
1584
- return `https://${url}`;
1585
- return url;
1586
- case "library":
1587
- if (network)
1588
- return await createLocalTunnel(exports_config.app.ports?.library || 3336);
1589
- if (localhost)
1590
- return `http://localhost:${exports_config.app.ports?.library}`;
1591
- url = domain.replace(/\.[^\.]+$/, ".localhost/libs/");
1592
- if (https)
1593
- return `https://${url}`;
1594
- return url;
1595
- case "email":
1596
- if (network)
1597
- return await createLocalTunnel(exports_config.app.ports?.email || 3338);
1598
- if (localhost)
1599
- return `http://localhost:${exports_config.app.ports?.email}`;
1600
- url = domain.replace(/\.[^\.]+$/, ".localhost/email/");
1601
- if (https)
1602
- return `https://${url}`;
1603
- return url;
1604
- case "desktop":
1605
- if (network)
1606
- return await createLocalTunnel(exports_config.app.ports?.desktop || 3337);
1607
- if (localhost)
1608
- return `http://localhost:${exports_config.app.ports?.email}`;
1609
- url = domain.replace(/\.[^\.]+$/, ".localhost/email/");
1610
- if (https)
1611
- return `https://${url}`;
1612
- return url;
1613
- case "docs":
1614
- if (network)
1615
- return await createLocalTunnel(exports_config.app.ports?.desktop || 3339);
1616
- if (localhost)
1617
- return `http://localhost:${exports_config.app.ports?.docs}`;
1618
- url = domain.replace(/\.[^\.]+$/, ".localhost/docs/");
1619
- if (https)
1620
- return `https://${url}`;
1621
- return url;
1622
- case "inspect":
1623
- if (network)
1624
- return await createLocalTunnel(exports_config.app.ports?.desktop || 3340);
1625
- if (localhost)
1626
- return `http://localhost:${exports_config.app.ports?.inspect}`;
1627
- url = domain.replace(/\.[^\.]+$/, ".localhost/__inspect/");
1628
- if (https)
1629
- return `https://${url}`;
1630
- return url;
1631
- default:
1632
- if (localhost)
1633
- return `http://localhost:${exports_config.app.ports?.frontend}`;
1634
- url = domain.replace(/\.[^\.]+$/, ".localhost");
1635
- if (https)
1636
- return `https://${url}`;
1637
- return url;
1638
- }
1639
- }
1640
- function defineStacksConfig(config) {
1641
- return config;
1642
- }
1643
- function defineApp(config) {
1644
- return config;
1645
- }
1646
- function defineCache(config) {
1647
- return config;
1648
- }
1649
- function defineCdn(config) {
1650
- return config;
1651
- }
1652
- function defineChat(config) {
1653
- return config;
1654
- }
1655
- function defineCli(config) {
1656
- return config;
1657
- }
1658
- function defineJob(config) {
1659
- return config;
1660
- }
1661
- function defineCronJob(config) {
1662
- return config;
1663
- }
1664
- function defineDatabase(config) {
1665
- return config;
1666
- }
1667
- function defineDependencies(config) {
1668
- return config;
1669
- }
1670
- function defineDns(config) {
1671
- return config;
1672
- }
1673
- function defineEmailConfig(config) {
1674
- return config;
1675
- }
1676
- function defineEmail(config) {
1677
- return config;
1678
- }
1679
- function defineGit(config) {
1680
- return config;
1681
- }
1682
- function defineHashing(config) {
1683
- return config;
1684
- }
1685
- function defineLibrary(config) {
1686
- return config;
1687
- }
1688
- function defineNotification(config) {
1689
- return config;
1690
- }
1691
- function definePayment(config) {
1692
- return config;
1693
- }
1694
- function defineQueue(config) {
1695
- return config;
1696
- }
1697
- function defineSearchEngine(config) {
1698
- return config;
1699
- }
1700
- function defineSecurity(config) {
1701
- return config;
1702
- }
1703
- function defineServices(config) {
1704
- return config;
1705
- }
1706
- function defineSms(config) {
1707
- return config;
1708
- }
1709
- function defineStorage(config) {
1710
- return config;
1711
- }
1712
- function defineUi(config) {
1713
- return config;
1714
- }
1715
- function defineModel(config) {
1716
- return config;
1717
- }
1718
- function defineEvents(config) {
1719
- return config;
1720
- }
1721
-
1722
- // src/config.ts
1723
- var config = {
1724
- ...defaults_default,
1725
- ...overrides_default
1726
- };
1727
- var {
1728
- ai: ai2,
1729
- analytics,
1730
- app: app2,
1731
- cache: cache2,
1732
- cloud: cloud2,
1733
- cli: cli2,
1734
- database: database2,
1735
- dns: dns2,
1736
- docs: docs2,
1737
- email: email2,
1738
- git: git2,
1739
- hashing: hashing2,
1740
- library: library2,
1741
- logger: logger2,
1742
- notification: notification2,
1743
- payment: payment2,
1744
- queue: queue2,
1745
- security: security3,
1746
- searchEngine,
1747
- services: services2,
1748
- storage: storage2,
1749
- team: team2,
1750
- ui: ui2
1751
- } = config;
1752
- export {
1753
- ui2 as ui,
1754
- team2 as team,
1755
- storage2 as storage,
1756
- services2 as services,
1757
- security3 as security,
1758
- searchEngine,
1759
- queue2 as queue,
1760
- payment2 as payment,
1761
- overrides_default as overrides,
1762
- notification2 as notification,
1763
- logger2 as logger,
1764
- localUrl,
1765
- library2 as library,
1766
- hashing2 as hashing,
1767
- git2 as git,
1768
- email2 as email,
1769
- docs2 as docs,
1770
- dns2 as dns,
1771
- defineUi,
1772
- defineStorage,
1773
- defineStacksConfig,
1774
- defineSms,
1775
- defineServices,
1776
- defineSecurity,
1777
- defineSearchEngine,
1778
- defineQueue,
1779
- definePayment,
1780
- defineNotification,
1781
- defineModel,
1782
- defineLibrary,
1783
- defineJob,
1784
- defineHashing,
1785
- defineGit,
1786
- defineEvents,
1787
- defineEmailConfig,
1788
- defineEmail,
1789
- defineDns,
1790
- defineDependencies,
1791
- defineDatabase,
1792
- defineCronJob,
1793
- defineCli,
1794
- defineChat,
1795
- defineCdn,
1796
- defineCache,
1797
- defineApp,
1798
- defaults_default as defaults,
1799
- database2 as database,
1800
- exports_config as config,
1801
- cloud2 as cloud,
1802
- cli2 as cli,
1803
- cache2 as cache,
1804
- app2 as app,
1805
- analytics,
1806
- ai2 as ai
1807
- };