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