devflare 1.0.0-next.53 → 1.0.0-next.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks/{account-Csog80ie.js → account-BRKr-RxD.js} +1 -1
- package/dist/_chunks/{build-Ccza8VQz.js → build-DqcqrHVg.js} +1 -1
- package/dist/_chunks/{build-artifacts-BNssqhxE.js → build-artifacts-CKgTbMMU.js} +3 -3
- package/dist/_chunks/{cli-CqIDn-Hy.js → cli-CGiax_kr.js} +12 -12
- package/dist/_chunks/{command-utils-_bGRraDR.js → command-utils-CZs_YNc-.js} +1 -1
- package/dist/_chunks/{compiler-BtLp9T9N.js → compiler-6U00VL8T.js} +1 -1
- package/dist/_chunks/{config-QU8UEWmA.js → config-DM1Li_Lx.js} +2 -2
- package/dist/_chunks/{config-path-1yI7BiDU.js → config-path-cNrxIbkI.js} +1 -1
- package/dist/_chunks/{deploy-aifBaMVv.js → deploy-DVaP21Wt.js} +5 -5
- package/dist/_chunks/{dev-DF_3baGr.js → dev-BSLop5cd.js} +6 -4
- package/dist/_chunks/{doctor-tR9kGT_Z.js → doctor-C6YTXG9A.js} +2 -2
- package/dist/_chunks/{family-DKPp4wqj.js → family-Y--vD4vI.js} +1 -1
- package/dist/_chunks/{loader-OQ2AWpqm.js → loader-CPvwJbEN.js} +7 -1
- package/dist/_chunks/{login-rVWUZOKC.js → login-BIaThSZU.js} +1 -1
- package/dist/_chunks/{preview-resources-DRWR0gaB.js → preview-resources-CP6VPdp7.js} +1 -1
- package/dist/_chunks/{previews-BxNq8Y_J.js → previews-DOyGetMm.js} +6 -6
- package/dist/_chunks/{productions-DXQ045cq.js → productions-Dk4WovIB.js} +3 -3
- package/dist/_chunks/{routes-B6XiI8Sa.js → routes-vrh2EdGr.js} +1 -1
- package/dist/_chunks/{tail-CuWI04BL.js → tail-Ce4SGUxi.js} +2 -2
- package/dist/_chunks/{types-BquPXsFg.js → types-CKCU-jpC.js} +2 -2
- package/dist/_chunks/{vite-D_wLDGBs.js → vite-Qt3lTyOu.js} +3 -3
- package/dist/_chunks/{worker-DEF-e8LL.js → worker-DnH82WVD.js} +3 -3
- package/dist/browser.d.ts +32 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/config/schema-env.d.ts +20 -0
- package/dist/config/schema-env.d.ts.map +1 -1
- package/dist/config/schema-runtime.d.ts +17 -0
- package/dist/config/schema-runtime.d.ts.map +1 -1
- package/dist/config/schema-types-runtime-server.d.ts +28 -0
- package/dist/config/schema-types-runtime-server.d.ts.map +1 -1
- package/dist/config/schema.d.ts +38 -0
- package/dist/config/schema.d.ts.map +1 -1
- package/dist/dev-server/miniflare-dev-config.d.ts.map +1 -1
- package/dist/index.js +3 -3
- package/dist/sveltekit/index.js +1 -1
- package/dist/test/index.js +2 -2
- package/dist/vite/index.js +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ import { a as setGlobalDefaultAccountId, i as getWorkspaceAccountId, o as setWor
|
|
|
3
3
|
import { t as account } from "./cloudflare-BaloqI3H.js";
|
|
4
4
|
import { a as DIM, c as RESET, i as CYAN_BOLD, r as CYAN } from "./colors-DiK6wPJ5.js";
|
|
5
5
|
import { c as formatCommand, d as green, f as logLine, g as yellow, h as whiteDim, l as formatLabelValue, n as bold, o as dim, p as logTable, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
6
|
-
import { n as getConfiguredAccountId } from "./command-utils-
|
|
6
|
+
import { n as getConfiguredAccountId } from "./command-utils-CZs_YNc-.js";
|
|
7
7
|
//#region src/cli/commands/account.ts
|
|
8
8
|
const ACCOUNT_SUBCOMMANDS = [
|
|
9
9
|
"info",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as cyanBold, f as logLine, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
2
|
-
import { t as prepareBuildArtifacts } from "./build-artifacts-
|
|
2
|
+
import { t as prepareBuildArtifacts } from "./build-artifacts-CKgTbMMU.js";
|
|
3
3
|
//#region src/cli/commands/build.ts
|
|
4
4
|
async function runBuildCommand(parsed, logger, options) {
|
|
5
5
|
const theme = createCliTheme(parsed.options);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { d as resolveConfigEnvVars } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { r as loadConfig, u as resolveConfigForEnvironment } from "./loader-
|
|
3
|
-
import { c as writeWranglerConfig, i as isolateViteBuildOutputPaths$1, o as rebaseWranglerConfigPaths, t as compileBuildConfig } from "./compiler-
|
|
2
|
+
import { r as loadConfig, u as resolveConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
3
|
+
import { c as writeWranglerConfig, i as isolateViteBuildOutputPaths$1, o as rebaseWranglerConfigPaths, t as compileBuildConfig } from "./compiler-6U00VL8T.js";
|
|
4
4
|
import { f as logLine } from "./ui-BUoZApvE.js";
|
|
5
5
|
import { n as getPackageVersion } from "./package-metadata-DjHBLB-z.js";
|
|
6
6
|
import { t as resolvePackageSpecifier } from "./resolve-package-qizBfCIm.js";
|
|
7
|
-
import { i as writeGeneratedViteConfig, l as prepareComposedWorkerEntrypoint, n as resolveEffectiveViteProject } from "./vite-
|
|
7
|
+
import { i as writeGeneratedViteConfig, l as prepareComposedWorkerEntrypoint, n as resolveEffectiveViteProject } from "./vite-Qt3lTyOu.js";
|
|
8
8
|
import { t as bundleWorkerEntry } from "./worker-bundler-dTTnYU3n.js";
|
|
9
9
|
import { t as detectViteProject } from "./vite-utils-OVLMV605.js";
|
|
10
10
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
@@ -1101,50 +1101,50 @@ async function runInit(parsed, logger, options) {
|
|
|
1101
1101
|
return runInitCommand(parsed, logger, options);
|
|
1102
1102
|
}
|
|
1103
1103
|
async function runDev(parsed, logger, options) {
|
|
1104
|
-
const { runDevCommand } = await import("./dev-
|
|
1104
|
+
const { runDevCommand } = await import("./dev-BSLop5cd.js");
|
|
1105
1105
|
return runDevCommand(parsed, logger, options);
|
|
1106
1106
|
}
|
|
1107
1107
|
async function runBuild(parsed, logger, options) {
|
|
1108
|
-
const { runBuildCommand } = await import("./build-
|
|
1108
|
+
const { runBuildCommand } = await import("./build-DqcqrHVg.js");
|
|
1109
1109
|
return runBuildCommand(parsed, logger, options);
|
|
1110
1110
|
}
|
|
1111
1111
|
async function runDeploy(parsed, logger, options) {
|
|
1112
|
-
const { runDeployCommand } = await import("./deploy-
|
|
1112
|
+
const { runDeployCommand } = await import("./deploy-DVaP21Wt.js");
|
|
1113
1113
|
return runDeployCommand(parsed, logger, {
|
|
1114
1114
|
...options,
|
|
1115
1115
|
requireExplicitDeployTarget: true
|
|
1116
1116
|
});
|
|
1117
1117
|
}
|
|
1118
1118
|
async function runTypes(parsed, logger, options) {
|
|
1119
|
-
const { runTypesCommand } = await import("./types-
|
|
1119
|
+
const { runTypesCommand } = await import("./types-CKCU-jpC.js");
|
|
1120
1120
|
return runTypesCommand(parsed, logger, options);
|
|
1121
1121
|
}
|
|
1122
1122
|
async function runDoctor(parsed, logger, options) {
|
|
1123
|
-
const { runDoctorCommand } = await import("./doctor-
|
|
1123
|
+
const { runDoctorCommand } = await import("./doctor-C6YTXG9A.js");
|
|
1124
1124
|
return runDoctorCommand(parsed, logger, options);
|
|
1125
1125
|
}
|
|
1126
1126
|
async function runConfig(parsed, logger, options) {
|
|
1127
|
-
const { runConfigCommand } = await import("./config-
|
|
1127
|
+
const { runConfigCommand } = await import("./config-DM1Li_Lx.js");
|
|
1128
1128
|
return runConfigCommand(parsed, logger, options);
|
|
1129
1129
|
}
|
|
1130
1130
|
async function runAccount(parsed, logger, options) {
|
|
1131
|
-
const { runAccountCommand } = await import("./account-
|
|
1131
|
+
const { runAccountCommand } = await import("./account-BRKr-RxD.js");
|
|
1132
1132
|
return runAccountCommand(parsed, logger, options);
|
|
1133
1133
|
}
|
|
1134
1134
|
async function runLogin(parsed, logger, options) {
|
|
1135
|
-
const { runLoginCommand } = await import("./login-
|
|
1135
|
+
const { runLoginCommand } = await import("./login-BIaThSZU.js");
|
|
1136
1136
|
return runLoginCommand(parsed, logger, options);
|
|
1137
1137
|
}
|
|
1138
1138
|
async function runPreviews(parsed, logger, options) {
|
|
1139
|
-
const { runPreviewsCommand } = await import("./previews-
|
|
1139
|
+
const { runPreviewsCommand } = await import("./previews-DOyGetMm.js");
|
|
1140
1140
|
return runPreviewsCommand(parsed, logger, options);
|
|
1141
1141
|
}
|
|
1142
1142
|
async function runProductions(parsed, logger, options) {
|
|
1143
|
-
const { runProductionsCommand } = await import("./productions-
|
|
1143
|
+
const { runProductionsCommand } = await import("./productions-Dk4WovIB.js");
|
|
1144
1144
|
return runProductionsCommand(parsed, logger, options);
|
|
1145
1145
|
}
|
|
1146
1146
|
async function runWorker(parsed, logger, options) {
|
|
1147
|
-
const { runWorkerCommand } = await import("./worker-
|
|
1147
|
+
const { runWorkerCommand } = await import("./worker-DnH82WVD.js");
|
|
1148
1148
|
return runWorkerCommand(parsed, logger, options);
|
|
1149
1149
|
}
|
|
1150
1150
|
async function runToken(parsed, logger, options) {
|
|
@@ -1156,7 +1156,7 @@ async function runSecrets(parsed, logger, options) {
|
|
|
1156
1156
|
return runSecretsCommand(parsed, logger, options);
|
|
1157
1157
|
}
|
|
1158
1158
|
async function runTail(parsed, logger, options) {
|
|
1159
|
-
const { runTailCommand } = await import("./tail-
|
|
1159
|
+
const { runTailCommand } = await import("./tail-Ce4SGUxi.js");
|
|
1160
1160
|
return runTailCommand(parsed, logger, options);
|
|
1161
1161
|
}
|
|
1162
1162
|
async function runAI() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as resolveConfigPath, r as loadConfig } from "./loader-
|
|
1
|
+
import { i as resolveConfigPath, r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { d as getPrimaryAccount, i as getWorkspaceAccountId, n as getEffectiveAccountId } from "./preferences-BKp_7XJx.js";
|
|
3
3
|
//#region src/cli/command-utils.ts
|
|
4
4
|
function asOptionalString(value) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as normalizeCompatibilityFlags, u as resolveConfigForEnvironment } from "./loader-
|
|
1
|
+
import { p as normalizeCompatibilityFlags, u as resolveConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { C as browserBindingSchema, _ as normalizeSecretsStoreBinding, a as normalizeD1Binding, b as normalizeVpcServiceBinding, c as normalizeFlagshipBinding, d as normalizeKVBinding, f as normalizeMediaBinding, g as normalizeR2Binding, h as normalizeQueueProducer, i as normalizeArtifactsBinding, l as normalizeHyperdriveBinding, m as normalizePipelineBinding, o as normalizeDOBinding, p as normalizeMtlsCertificateBinding, r as getSingleBrowserBindingName, s as normalizeDispatchNamespaceBinding, u as normalizeImagesBinding, v as normalizeStreamBinding, x as normalizeWorkflowBinding, y as normalizeVpcNetworkBinding } from "./schema-normalization-GjhTATHL.js";
|
|
3
3
|
import { n as toWranglerSecretsConfig } from "./local-dev-vars-CTSa-wvF.js";
|
|
4
4
|
import { basename, isAbsolute, relative, resolve } from "pathe";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { d as resolveConfigEnvVars } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { a as ConfigResourceResolutionError, o as loadResolvedConfig, r as loadConfig, s as resolveResources } from "./loader-
|
|
3
|
-
import { n as compileConfig, t as compileBuildConfig } from "./compiler-
|
|
2
|
+
import { a as ConfigResourceResolutionError, o as loadResolvedConfig, r as loadConfig, s as resolveResources } from "./loader-CPvwJbEN.js";
|
|
3
|
+
import { n as compileConfig, t as compileBuildConfig } from "./compiler-6U00VL8T.js";
|
|
4
4
|
//#region src/cli/commands/config.ts
|
|
5
5
|
function isSupportedFormat(value) {
|
|
6
6
|
return value === "devflare" || value === "wrangler";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { a as resolvePreviewIdentifier, d as resolveConfigEnvVars } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { c as prepareConfigResourcesForDeploy, r as loadConfig, u as resolveConfigForEnvironment } from "./loader-
|
|
3
|
-
import { a as readWranglerConfig, c as writeWranglerConfig, n as compileConfig, o as rebaseWranglerConfigPaths, s as stringifyConfig, t as compileBuildConfig } from "./compiler-
|
|
2
|
+
import { c as prepareConfigResourcesForDeploy, r as loadConfig, u as resolveConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
3
|
+
import { a as readWranglerConfig, c as writeWranglerConfig, n as compileConfig, o as rebaseWranglerConfigPaths, s as stringifyConfig, t as compileBuildConfig } from "./compiler-6U00VL8T.js";
|
|
4
4
|
import { d as getPrimaryAccount, n as getEffectiveAccountId } from "./preferences-BKp_7XJx.js";
|
|
5
5
|
import { D as listWorkerVersions, E as listWorkerDeployments, O as listWorkers, T as getWorkersSubdomain, c as reconcilePreviewRegistry, w as getWorkerVersionDetail, x as formatWorkersDevUrl } from "./preview-registry-ClAbLTHH.js";
|
|
6
6
|
import { _ as yellowBold, d as green, f as logLine, g as yellow, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
7
7
|
import { n as getPackageVersion } from "./package-metadata-DjHBLB-z.js";
|
|
8
8
|
import { t as resolvePackageSpecifier } from "./resolve-package-qizBfCIm.js";
|
|
9
|
-
import { t as asOptionalString } from "./command-utils-
|
|
10
|
-
import { a as createBuildManifest, i as compareManifests, n as applyDeploymentStrategy, o as formatDriftWarning, r as describeDeploymentStrategy, s as readBuildManifest, t as prepareBuildArtifacts } from "./build-artifacts-
|
|
9
|
+
import { t as asOptionalString } from "./command-utils-CZs_YNc-.js";
|
|
10
|
+
import { a as createBuildManifest, i as compareManifests, n as applyDeploymentStrategy, o as formatDriftWarning, r as describeDeploymentStrategy, s as readBuildManifest, t as prepareBuildArtifacts } from "./build-artifacts-CKgTbMMU.js";
|
|
11
11
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
12
|
-
import { n as preparePreviewScopedResourcesForDeploy } from "./preview-resources-
|
|
12
|
+
import { n as preparePreviewScopedResourcesForDeploy } from "./preview-resources-CP6VPdp7.js";
|
|
13
13
|
import { mkdir, open, readFile, rm, writeFile } from "node:fs/promises";
|
|
14
14
|
import { basename, dirname, isAbsolute, join, resolve } from "pathe";
|
|
15
15
|
//#region src/config/service-bindings-validation.ts
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { c as getDevflareDotenvPaths, d as resolveConfigEnvVars, o as EnvVarResolutionError } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { i as resolveConfigPath, r as loadConfig } from "./loader-
|
|
2
|
+
import { i as resolveConfigPath, r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
3
3
|
import { g as normalizeR2Binding, n as getLocalKVNamespaceIdentifier, r as getSingleBrowserBindingName, t as getLocalD1DatabaseIdentifier } from "./schema-normalization-GjhTATHL.js";
|
|
4
4
|
import { t as applyLocalDevVarsToConfig } from "./local-dev-vars-CTSa-wvF.js";
|
|
5
5
|
import { a as cyanBold, f as logLine, g as yellow, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
6
6
|
import { clearLocalSendEmailBindings, setLocalSendEmailBindings } from "../utils/send-email.js";
|
|
7
|
-
import { C as buildSendEmailConfig, D as buildVersionMetadataConfig, E as buildTailConsumersConfig, O as buildWorkerLoadersConfig, S as buildSecretsStoreConfig, T as buildStreamingTailConsumersConfig, _ as buildMtlsCertificatesConfig, b as buildQueueProducers, c as buildAiSearchInstancesConfig, d as buildArtifactsConfig, f as buildDispatchNamespacesConfig, g as buildMediaConfig, h as buildImagesConfig, k as buildWorkflowsConfig, l as buildAiSearchNamespacesConfig, m as buildHyperdrivesConfig, n as getRouteDirectoryCandidate, p as buildFlagshipConfig, s as resolveServiceBindings, t as discoverRoutes, u as buildAnalyticsEngineConfig, v as buildPipelinesConfig, w as buildStreamConfig, x as buildRateLimitsConfig, y as buildQueueConsumers } from "./routes-
|
|
7
|
+
import { C as buildSendEmailConfig, D as buildVersionMetadataConfig, E as buildTailConsumersConfig, O as buildWorkerLoadersConfig, S as buildSecretsStoreConfig, T as buildStreamingTailConsumersConfig, _ as buildMtlsCertificatesConfig, b as buildQueueProducers, c as buildAiSearchInstancesConfig, d as buildArtifactsConfig, f as buildDispatchNamespacesConfig, g as buildMediaConfig, h as buildImagesConfig, k as buildWorkflowsConfig, l as buildAiSearchNamespacesConfig, m as buildHyperdrivesConfig, n as getRouteDirectoryCandidate, p as buildFlagshipConfig, s as resolveServiceBindings, t as discoverRoutes, u as buildAnalyticsEngineConfig, v as buildPipelinesConfig, w as buildStreamConfig, x as buildRateLimitsConfig, y as buildQueueConsumers } from "./routes-vrh2EdGr.js";
|
|
8
8
|
import { r as transformDurableObject } from "./durable-object-DMtH0XYX.js";
|
|
9
9
|
import { i as findFiles } from "./glob-CmQOvunB.js";
|
|
10
|
-
import { d as DEFAULT_FETCH_ENTRY_FILES, f as DEFAULT_QUEUE_ENTRY_FILES, g as discoverDurableObjectFiles, h as resolveWorkerSurfacePaths, i as writeGeneratedViteConfig, l as prepareComposedWorkerEntrypoint, m as hasWorkerSurfacePaths, n as resolveEffectiveViteProject, p as DEFAULT_SCHEDULED_ENTRY_FILES, u as DEFAULT_EMAIL_ENTRY_FILES } from "./vite-
|
|
10
|
+
import { d as DEFAULT_FETCH_ENTRY_FILES, f as DEFAULT_QUEUE_ENTRY_FILES, g as discoverDurableObjectFiles, h as resolveWorkerSurfacePaths, i as writeGeneratedViteConfig, l as prepareComposedWorkerEntrypoint, m as hasWorkerSurfacePaths, n as resolveEffectiveViteProject, p as DEFAULT_SCHEDULED_ENTRY_FILES, u as DEFAULT_EMAIL_ENTRY_FILES } from "./vite-Qt3lTyOu.js";
|
|
11
11
|
import { a as createWorkerdBundlerDefaults, i as writeWorkerCompatibleBundle, n as ensureDebugShim, r as resolveWorkerCompatibleRolldownConfig, t as bundleWorkerEntry } from "./worker-bundler-dTTnYU3n.js";
|
|
12
12
|
import { t as bundleWorkflowEntrypointScript } from "./local-workflow-entrypoints-8d_mXh8T.js";
|
|
13
13
|
import { n as buildLocalSecretWrappedBindingConfig } from "./local-secrets-CYoHfvQ1.js";
|
|
@@ -2026,7 +2026,9 @@ function buildMiniflareDevConfig(input) {
|
|
|
2026
2026
|
...serverConfig?.httpsKeyPath !== void 0 && { httpsKeyPath: serverConfig.httpsKeyPath },
|
|
2027
2027
|
...serverConfig?.httpsCertPath !== void 0 && { httpsCertPath: serverConfig.httpsCertPath },
|
|
2028
2028
|
...serverConfig?.inspectorPort !== void 0 && { inspectorPort: serverConfig.inspectorPort },
|
|
2029
|
-
...serverConfig?.upstream !== void 0 && { upstream: serverConfig.upstream }
|
|
2029
|
+
...serverConfig?.upstream !== void 0 && { upstream: serverConfig.upstream },
|
|
2030
|
+
...serverConfig?.liveReload !== void 0 && { liveReload: serverConfig.liveReload },
|
|
2031
|
+
...serverConfig?.cf !== void 0 && { cf: serverConfig.cf }
|
|
2030
2032
|
};
|
|
2031
2033
|
const localBindingShimServiceConfig = buildLocalBindingShimServiceConfig(loadedConfig);
|
|
2032
2034
|
const createServiceBindings = (extraBindings = {}) => buildServiceBindings(bindings, {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as loadConfig } from "./loader-
|
|
1
|
+
import { r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { d as green, f as logLine, g as yellow, m as red, n as bold, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
3
3
|
import { n as getPackageVersion } from "./package-metadata-DjHBLB-z.js";
|
|
4
4
|
import { t as detectViteProject } from "./vite-utils-OVLMV605.js";
|
|
5
5
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
6
6
|
import { n as getGeneratedArtifactPaths } from "./generated-artifacts-dMJY4KAt.js";
|
|
7
|
-
import { n as formatSupportedConfigFilenames, r as resolveConfigCandidatePath } from "./config-path-
|
|
7
|
+
import { n as formatSupportedConfigFilenames, r as resolveConfigCandidatePath } from "./config-path-cNrxIbkI.js";
|
|
8
8
|
import { basename, dirname, relative, resolve } from "pathe";
|
|
9
9
|
//#region src/cli/commands/doctor.ts
|
|
10
10
|
async function runDoctorCommand(parsed, logger, options) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as resolveConfigForEnvironment } from "./loader-
|
|
1
|
+
import { u as resolveConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
2
2
|
//#region src/cli/commands/previews-support/family.ts
|
|
3
3
|
function compareConfiguredWorkerFamilies(left, right) {
|
|
4
4
|
if (left.role === "primary" && right.role !== "primary") return -1;
|
|
@@ -244,7 +244,13 @@ const serverConfigSchema = z.object({
|
|
|
244
244
|
httpsKeyPath: z.string().min(1).optional(),
|
|
245
245
|
httpsCertPath: z.string().min(1).optional(),
|
|
246
246
|
inspectorPort: z.number().int().min(1).max(65535).optional(),
|
|
247
|
-
upstream: z.string().min(1).optional()
|
|
247
|
+
upstream: z.string().min(1).optional(),
|
|
248
|
+
liveReload: z.boolean().optional(),
|
|
249
|
+
cf: z.union([
|
|
250
|
+
z.boolean(),
|
|
251
|
+
z.string().min(1),
|
|
252
|
+
z.record(z.string(), z.unknown())
|
|
253
|
+
]).optional()
|
|
248
254
|
}).strict().optional();
|
|
249
255
|
/**
|
|
250
256
|
* Secret declaration options.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as account } from "./cloudflare-BaloqI3H.js";
|
|
2
2
|
import { d as green, f as logLine, g as yellow, h as whiteDim, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
3
|
-
import { n as getConfiguredAccountId } from "./command-utils-
|
|
3
|
+
import { n as getConfiguredAccountId } from "./command-utils-CZs_YNc-.js";
|
|
4
4
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
5
5
|
//#region src/cli/commands/login.ts
|
|
6
6
|
async function logResolvedAccount(cwd, logger, theme) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as materializePreviewScopedConfig, r as materializePreviewScopedString, t as isPreviewScopedName } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { l as mergeConfigForEnvironment } from "./loader-
|
|
2
|
+
import { l as mergeConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
3
3
|
import { g as normalizeR2Binding, h as normalizeQueueProducer } from "./schema-normalization-GjhTATHL.js";
|
|
4
4
|
import { d as getPrimaryAccount, n as getEffectiveAccountId } from "./preferences-BKp_7XJx.js";
|
|
5
5
|
import { _ as listR2Buckets, a as createVectorizeIndex, c as deleteKVNamespace, d as deleteVectorizeIndex, g as listQueues, h as listKVNamespaces, i as createR2Bucket, l as deleteQueue, m as listHyperdrives, n as createKVNamespace, o as deleteD1Database, p as listD1Databases, r as createQueue, s as deleteHyperdrive, t as createD1Database, u as deleteR2Bucket, v as listVectorizeIndexes } from "./account-resources-CsmVowJp.js";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { a as resolvePreviewIdentifier } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { i as resolveConfigPath, o as loadResolvedConfig, r as loadConfig, t as ConfigNotFoundError } from "./loader-
|
|
3
|
-
import { t as compileBuildConfig } from "./compiler-
|
|
2
|
+
import { i as resolveConfigPath, o as loadResolvedConfig, r as loadConfig, t as ConfigNotFoundError } from "./loader-CPvwJbEN.js";
|
|
3
|
+
import { t as compileBuildConfig } from "./compiler-6U00VL8T.js";
|
|
4
4
|
import { t as account } from "./cloudflare-BaloqI3H.js";
|
|
5
5
|
import { _ as yellowBold, a as cyanBold, d as green, f as logLine, g as yellow, h as whiteDim, m as red, n as bold, o as dim, r as createCliTheme, u as formatTableLine } from "./ui-BUoZApvE.js";
|
|
6
|
-
import { i as resolveNamedSelection, r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-
|
|
6
|
+
import { i as resolveNamedSelection, r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-CZs_YNc-.js";
|
|
7
7
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
8
|
-
import { t as cleanupPreviewScopedResources } from "./preview-resources-
|
|
9
|
-
import { t as findConfigPathsUnderDirectory } from "./config-path-
|
|
10
|
-
import { a as orderPreviewWorkerNamesForDeletion, i as collectConfiguredWorkerFamilies, n as buildPreviewWorkerCandidatesByScope, r as buildStableWorkerRowsFromLiveWorkers, t as buildPreviewScopeRowsFromLiveWorkers } from "./family-
|
|
8
|
+
import { t as cleanupPreviewScopedResources } from "./preview-resources-CP6VPdp7.js";
|
|
9
|
+
import { t as findConfigPathsUnderDirectory } from "./config-path-cNrxIbkI.js";
|
|
10
|
+
import { a as orderPreviewWorkerNamesForDeletion, i as collectConfiguredWorkerFamilies, n as buildPreviewWorkerCandidatesByScope, r as buildStableWorkerRowsFromLiveWorkers, t as buildPreviewScopeRowsFromLiveWorkers } from "./family-Y--vD4vI.js";
|
|
11
11
|
//#region src/cli/preview-bindings.ts
|
|
12
12
|
function normalizeCell(value) {
|
|
13
13
|
return (value ?? "").trim().replace(/\s+/g, " ");
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as loadConfig, t as ConfigNotFoundError } from "./loader-
|
|
1
|
+
import { r as loadConfig, t as ConfigNotFoundError } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { t as account } from "./cloudflare-BaloqI3H.js";
|
|
3
3
|
import { a as cyanBold, d as green, f as logLine, g as yellow, h as whiteDim, l as formatLabelValue, m as red, n as bold, o as dim, p as logTable, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
4
4
|
import { i as findFiles } from "./glob-CmQOvunB.js";
|
|
5
|
-
import { i as resolveNamedSelection, r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-
|
|
5
|
+
import { i as resolveNamedSelection, r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-CZs_YNc-.js";
|
|
6
6
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
7
|
-
import { i as collectConfiguredWorkerFamilies } from "./family-
|
|
7
|
+
import { i as collectConfiguredWorkerFamilies } from "./family-Y--vD4vI.js";
|
|
8
8
|
//#region src/cli/commands/productions.ts
|
|
9
9
|
const CLI_API_OPTIONS = { timeout: 1e4 };
|
|
10
10
|
const PRODUCTION_SUBCOMMANDS = [
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as configSchema } from "./loader-
|
|
1
|
+
import { d as configSchema } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { _ as normalizeSecretsStoreBinding, c as normalizeFlagshipBinding, f as normalizeMediaBinding, g as normalizeR2Binding, h as normalizeQueueProducer, i as normalizeArtifactsBinding, l as normalizeHyperdriveBinding, m as normalizePipelineBinding, n as getLocalKVNamespaceIdentifier, o as normalizeDOBinding, p as normalizeMtlsCertificateBinding, s as normalizeDispatchNamespaceBinding, t as getLocalD1DatabaseIdentifier, u as normalizeImagesBinding, v as normalizeStreamBinding, x as normalizeWorkflowBinding } from "./schema-normalization-GjhTATHL.js";
|
|
3
3
|
import { n as findDurableObjectClasses } from "./durable-object-DMtH0XYX.js";
|
|
4
4
|
import { r as SUPPORTED_WORKER_EXTENSIONS, t as transformWorkerEntrypoint } from "./worker-entrypoint-CQW77lG8.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { r as loadConfig } from "./loader-
|
|
1
|
+
import { r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { p as getApiToken } from "./api-TzdliH-6.js";
|
|
3
3
|
import { d as green, f as logLine, g as yellow, h as whiteDim, m as red, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
4
|
-
import { r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-
|
|
4
|
+
import { r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-CZs_YNc-.js";
|
|
5
5
|
//#region src/cli/commands/tail.ts
|
|
6
6
|
const CLOUDFLARE_API_BASE = "https://api.cloudflare.com/client/v4";
|
|
7
7
|
const TAIL_SUBPROTOCOL = "trace-v1";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { r as loadConfig } from "./loader-
|
|
1
|
+
import { r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { o as normalizeDOBinding } from "./schema-normalization-GjhTATHL.js";
|
|
3
3
|
import { n as bold, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
4
4
|
import { n as findDurableObjectClasses } from "./durable-object-DMtH0XYX.js";
|
|
5
5
|
import { i as findFiles, n as DEFAULT_ENTRYPOINT_PATTERN, t as DEFAULT_DO_PATTERN } from "./glob-CmQOvunB.js";
|
|
6
6
|
import { n as discoverEntrypointsAsync, t as resolvePackageSpecifier } from "./resolve-package-qizBfCIm.js";
|
|
7
7
|
import { t as getDependencies } from "./dependencies-C2oxFjU_.js";
|
|
8
|
-
import { r as resolveConfigCandidatePath } from "./config-path-
|
|
8
|
+
import { r as resolveConfigCandidatePath } from "./config-path-cNrxIbkI.js";
|
|
9
9
|
import { readFile } from "node:fs/promises";
|
|
10
10
|
import { dirname, relative, resolve } from "pathe";
|
|
11
11
|
//#region src/cli/commands/type-generation/discovery.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { d as resolveConfigEnvVars } from "./preview-C3Cdr8an.js";
|
|
2
|
-
import { i as resolveConfigPath, o as loadResolvedConfig, r as loadConfig, s as resolveResources, u as resolveConfigForEnvironment } from "./loader-
|
|
2
|
+
import { i as resolveConfigPath, o as loadResolvedConfig, r as loadConfig, s as resolveResources, u as resolveConfigForEnvironment } from "./loader-CPvwJbEN.js";
|
|
3
3
|
import { o as normalizeDOBinding } from "./schema-normalization-GjhTATHL.js";
|
|
4
|
-
import { c as writeWranglerConfig, i as isolateViteBuildOutputPaths, n as compileConfig, o as rebaseWranglerConfigPaths, r as compileToProgrammaticConfig, t as compileBuildConfig } from "./compiler-
|
|
4
|
+
import { c as writeWranglerConfig, i as isolateViteBuildOutputPaths, n as compileConfig, o as rebaseWranglerConfigPaths, r as compileToProgrammaticConfig, t as compileBuildConfig } from "./compiler-6U00VL8T.js";
|
|
5
5
|
import { h as resolveFetchHandler, i as assertExplicit2ArgStyle } from "./runtime-DL-Nz3k8.js";
|
|
6
|
-
import { s as resolveServiceBindings, t as discoverRoutes } from "./routes-
|
|
6
|
+
import { s as resolveServiceBindings, t as discoverRoutes } from "./routes-vrh2EdGr.js";
|
|
7
7
|
import { n as findDurableObjectClasses } from "./durable-object-DMtH0XYX.js";
|
|
8
8
|
import { r as SUPPORTED_WORKER_EXTENSIONS } from "./worker-entrypoint-CQW77lG8.js";
|
|
9
9
|
import { i as findFiles, t as DEFAULT_DO_PATTERN } from "./glob-CmQOvunB.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as loadConfig } from "./loader-
|
|
1
|
+
import { r as loadConfig } from "./loader-CPvwJbEN.js";
|
|
2
2
|
import { o as normalizeDOBinding } from "./schema-normalization-GjhTATHL.js";
|
|
3
3
|
import { t as account } from "./cloudflare-BaloqI3H.js";
|
|
4
4
|
import { d as green, f as logLine, g as yellow, h as whiteDim, n as bold, o as dim, r as createCliTheme } from "./ui-BUoZApvE.js";
|
|
5
|
-
import { r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-
|
|
6
|
-
import { n as formatSupportedConfigFilenames, r as resolveConfigCandidatePath, t as findConfigPathsUnderDirectory } from "./config-path-
|
|
5
|
+
import { r as resolveCloudflareAccountId, t as asOptionalString } from "./command-utils-CZs_YNc-.js";
|
|
6
|
+
import { n as formatSupportedConfigFilenames, r as resolveConfigCandidatePath, t as findConfigPathsUnderDirectory } from "./config-path-cNrxIbkI.js";
|
|
7
7
|
import { basename, dirname, relative, resolve } from "pathe";
|
|
8
8
|
import MagicString from "magic-string";
|
|
9
9
|
//#region src/cli/commands/worker.ts
|
package/dist/browser.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
36
36
|
httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
37
|
inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
38
38
|
upstream: import("zod").ZodOptional<import("zod").ZodString>;
|
|
39
|
+
liveReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
40
|
+
cf: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>>;
|
|
39
41
|
}, "strict", import("zod").ZodTypeAny, {
|
|
40
42
|
host?: string | undefined;
|
|
41
43
|
port?: number | undefined;
|
|
@@ -44,6 +46,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
44
46
|
httpsCertPath?: string | undefined;
|
|
45
47
|
inspectorPort?: number | undefined;
|
|
46
48
|
upstream?: string | undefined;
|
|
49
|
+
liveReload?: boolean | undefined;
|
|
50
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
47
51
|
}, {
|
|
48
52
|
host?: string | undefined;
|
|
49
53
|
port?: number | undefined;
|
|
@@ -52,6 +56,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
52
56
|
httpsCertPath?: string | undefined;
|
|
53
57
|
inspectorPort?: number | undefined;
|
|
54
58
|
upstream?: string | undefined;
|
|
59
|
+
liveReload?: boolean | undefined;
|
|
60
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
55
61
|
}>>;
|
|
56
62
|
files: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57
63
|
fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
|
|
@@ -1306,6 +1312,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1306
1312
|
httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1307
1313
|
inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1308
1314
|
upstream: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1315
|
+
liveReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1316
|
+
cf: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>>;
|
|
1309
1317
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1310
1318
|
host?: string | undefined;
|
|
1311
1319
|
port?: number | undefined;
|
|
@@ -1314,6 +1322,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1314
1322
|
httpsCertPath?: string | undefined;
|
|
1315
1323
|
inspectorPort?: number | undefined;
|
|
1316
1324
|
upstream?: string | undefined;
|
|
1325
|
+
liveReload?: boolean | undefined;
|
|
1326
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1317
1327
|
}, {
|
|
1318
1328
|
host?: string | undefined;
|
|
1319
1329
|
port?: number | undefined;
|
|
@@ -1322,6 +1332,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1322
1332
|
httpsCertPath?: string | undefined;
|
|
1323
1333
|
inspectorPort?: number | undefined;
|
|
1324
1334
|
upstream?: string | undefined;
|
|
1335
|
+
liveReload?: boolean | undefined;
|
|
1336
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1325
1337
|
}>>>;
|
|
1326
1338
|
readonly files: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1327
1339
|
fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
|
|
@@ -2556,6 +2568,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2556
2568
|
httpsCertPath?: string | undefined;
|
|
2557
2569
|
inspectorPort?: number | undefined;
|
|
2558
2570
|
upstream?: string | undefined;
|
|
2571
|
+
liveReload?: boolean | undefined;
|
|
2572
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2559
2573
|
} | undefined;
|
|
2560
2574
|
files?: {
|
|
2561
2575
|
fetch?: string | false | undefined;
|
|
@@ -2865,6 +2879,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2865
2879
|
httpsCertPath?: string | undefined;
|
|
2866
2880
|
inspectorPort?: number | undefined;
|
|
2867
2881
|
upstream?: string | undefined;
|
|
2882
|
+
liveReload?: boolean | undefined;
|
|
2883
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2868
2884
|
} | undefined;
|
|
2869
2885
|
files?: {
|
|
2870
2886
|
fetch?: string | false | undefined;
|
|
@@ -3176,6 +3192,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3176
3192
|
httpsCertPath?: string | undefined;
|
|
3177
3193
|
inspectorPort?: number | undefined;
|
|
3178
3194
|
upstream?: string | undefined;
|
|
3195
|
+
liveReload?: boolean | undefined;
|
|
3196
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3179
3197
|
} | undefined;
|
|
3180
3198
|
files?: {
|
|
3181
3199
|
fetch?: string | false | undefined;
|
|
@@ -3491,6 +3509,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3491
3509
|
httpsCertPath?: string | undefined;
|
|
3492
3510
|
inspectorPort?: number | undefined;
|
|
3493
3511
|
upstream?: string | undefined;
|
|
3512
|
+
liveReload?: boolean | undefined;
|
|
3513
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3494
3514
|
} | undefined;
|
|
3495
3515
|
files?: {
|
|
3496
3516
|
fetch?: string | false | undefined;
|
|
@@ -3802,6 +3822,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3802
3822
|
httpsCertPath?: string | undefined;
|
|
3803
3823
|
inspectorPort?: number | undefined;
|
|
3804
3824
|
upstream?: string | undefined;
|
|
3825
|
+
liveReload?: boolean | undefined;
|
|
3826
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3805
3827
|
} | undefined;
|
|
3806
3828
|
files?: {
|
|
3807
3829
|
fetch?: string | false | undefined;
|
|
@@ -4117,6 +4139,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4117
4139
|
httpsCertPath?: string | undefined;
|
|
4118
4140
|
inspectorPort?: number | undefined;
|
|
4119
4141
|
upstream?: string | undefined;
|
|
4142
|
+
liveReload?: boolean | undefined;
|
|
4143
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4120
4144
|
} | undefined;
|
|
4121
4145
|
files?: {
|
|
4122
4146
|
fetch?: string | false | undefined;
|
|
@@ -4428,6 +4452,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4428
4452
|
httpsCertPath?: string | undefined;
|
|
4429
4453
|
inspectorPort?: number | undefined;
|
|
4430
4454
|
upstream?: string | undefined;
|
|
4455
|
+
liveReload?: boolean | undefined;
|
|
4456
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4431
4457
|
} | undefined;
|
|
4432
4458
|
files?: {
|
|
4433
4459
|
fetch?: string | false | undefined;
|
|
@@ -4743,6 +4769,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4743
4769
|
httpsCertPath?: string | undefined;
|
|
4744
4770
|
inspectorPort?: number | undefined;
|
|
4745
4771
|
upstream?: string | undefined;
|
|
4772
|
+
liveReload?: boolean | undefined;
|
|
4773
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4746
4774
|
} | undefined;
|
|
4747
4775
|
files?: {
|
|
4748
4776
|
fetch?: string | false | undefined;
|
|
@@ -5054,6 +5082,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
5054
5082
|
httpsCertPath?: string | undefined;
|
|
5055
5083
|
inspectorPort?: number | undefined;
|
|
5056
5084
|
upstream?: string | undefined;
|
|
5085
|
+
liveReload?: boolean | undefined;
|
|
5086
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5057
5087
|
} | undefined;
|
|
5058
5088
|
files?: {
|
|
5059
5089
|
fetch?: string | false | undefined;
|
|
@@ -5369,6 +5399,8 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
5369
5399
|
httpsCertPath?: string | undefined;
|
|
5370
5400
|
inspectorPort?: number | undefined;
|
|
5371
5401
|
upstream?: string | undefined;
|
|
5402
|
+
liveReload?: boolean | undefined;
|
|
5403
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5372
5404
|
} | undefined;
|
|
5373
5405
|
files?: {
|
|
5374
5406
|
fetch?: string | false | undefined;
|
package/dist/browser.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAA;AAGlC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAGjC,OAAO,EACN,eAAe,EACf,cAAc,EACd,OAAO,EACP,MAAM,gBAAgB,CAAA;AACvB,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACzD,YAAY,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAG1D,OAAO,EACN,aAAa,EACb,uBAAuB,EACvB,KAAK,oBAAoB,EACzB,MAAM,cAAc,CAAA;AAGrB,KAAK,YAAY,GAAG,cAAc,UAAU,CAAC,CAAA;AAM7C,KAAK,uBAAuB,GAAG,qBAAqB,CAAC,YAAY,CAAC,qBAAqB,CAAC,CAAC,CAAA;AACzF,KAAK,yBAAyB,GAAG,qBAAqB,CAAC,YAAY,CAAC,uBAAuB,CAAC,CAAC,CAAA;AAC7F,KAAK,iCAAiC,GAAG,qBAAqB,CAC7D,YAAY,CAAC,+BAA+B,CAAC,CAC7C,CAAA;AAkCD,eAAO,MAAM,UAAU,sCAAgE,CAAA;AACvF,eAAO,MAAM,kBAAkB,8CAC+C,CAAA;AAE9E,eAAO,MAAM,aAAa,yCAAsE,CAAA;AAChG,eAAO,MAAM,eAAe,2CAC4C,CAAA;AACxE,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../src/browser.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,cAAc,CAAA;AAGlC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AACzC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,OAAO,CAAA;AAGjC,OAAO,EACN,eAAe,EACf,cAAc,EACd,OAAO,EACP,MAAM,gBAAgB,CAAA;AACvB,YAAY,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAA;AACnE,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AACzD,YAAY,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAA;AAG1D,OAAO,EACN,aAAa,EACb,uBAAuB,EACvB,KAAK,oBAAoB,EACzB,MAAM,cAAc,CAAA;AAGrB,KAAK,YAAY,GAAG,cAAc,UAAU,CAAC,CAAA;AAM7C,KAAK,uBAAuB,GAAG,qBAAqB,CAAC,YAAY,CAAC,qBAAqB,CAAC,CAAC,CAAA;AACzF,KAAK,yBAAyB,GAAG,qBAAqB,CAAC,YAAY,CAAC,uBAAuB,CAAC,CAAC,CAAA;AAC7F,KAAK,iCAAiC,GAAG,qBAAqB,CAC7D,YAAY,CAAC,+BAA+B,CAAC,CAC7C,CAAA;AAkCD,eAAO,MAAM,UAAU,sCAAgE,CAAA;AACvF,eAAO,MAAM,kBAAkB,8CAC+C,CAAA;AAE9E,eAAO,MAAM,aAAa,yCAAsE,CAAA;AAChG,eAAO,MAAM,eAAe,2CAC4C,CAAA;AACxE,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwE,CAAA;AAEjG,qBAAa,mBAAoB,SAAQ,KAAK;IAC7C,QAAQ,CAAC,IAAI,sBAAqB;IAElC,YAAY,GAAG,KAAK,EAAE,uBAAuB,EAG5C;CACD;AAED,qBAAa,qBAAsB,SAAQ,KAAK;IAC/C,QAAQ,CAAC,IAAI,6BAA4B;IAEzC,YAAY,GAAG,KAAK,EAAE,yBAAyB,EAG9C;CACD;AAED,qBAAa,6BAA8B,SAAQ,KAAK;IACvD,QAAQ,CAAC,IAAI,sCAAqC;IAElD,YAAY,GAAG,KAAK,EAAE,iCAAiC,EAGtD;CACD;AAED,eAAO,MAAM,MAAM,+BAAqD,CAAA;AACxE,eAAO,MAAM,SAAS,kCAA2D,CAAA;AAEjF,eAAO,MAAM,wBAAwB,uDAER,CAAA;AAC7B,eAAO,MAAM,gCAAgC,uDAER,CAAA;AACrC,eAAO,MAAM,eAAe,8CAC+C,CAAA;AAC3E,eAAO,MAAM,sBAAsB,qDACsD,CAAA;AACzF,eAAO,MAAM,yBAAyB,wDAER,CAAA;AAC9B,eAAO,MAAM,qBAAqB,oDACqD,CAAA;AACvF,eAAO,MAAM,qBAAqB,oDACqD,CAAA;AACvF,eAAO,MAAM,oBAAoB,mDACoD,CAAA;AAErF,eAAO,MAAM,cAAc,0CAC8C,CAAA;AACzE,eAAO,MAAM,wBAAwB,oDAER,CAAA;AAC7B,eAAO,MAAM,YAAY,wCAAuE,CAAA;AAChG,eAAO,MAAM,aAAa,yCAAyE,CAAA;AACnG,eAAO,MAAM,OAAO;;CAAoE,CAAA;AAExF,eAAO,MAAM,iBAAiB,2CAC4C,CAAA;AAC1E,eAAO,MAAM,qBAAqB,+CACgD,CAAA;AAClF,eAAO,MAAM,YAAY,sCAAkE,CAAA;AAC3F,eAAO,MAAM,YAAY,sCAAkE,CAAA;AAC3F,eAAO,MAAM,YAAY,sCAAkE,CAAA;AAC3F,eAAO,MAAM,eAAe,yCAAwE,CAAA;AACpG,eAAO,MAAM,aAAa,uCAAoE,CAAA;AAC9F,eAAO,MAAM,eAAe,yCAAwE,CAAA;AAEpG,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAA"}
|
package/dist/cli/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as runCli, t as parseArgs } from "../_chunks/cli-
|
|
1
|
+
import { n as runCli, t as parseArgs } from "../_chunks/cli-CGiax_kr.js";
|
|
2
2
|
export { parseArgs, runCli };
|
|
@@ -41,6 +41,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
41
41
|
httpsCertPath: z.ZodOptional<z.ZodString>;
|
|
42
42
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
43
43
|
upstream: z.ZodOptional<z.ZodString>;
|
|
44
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
45
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
44
46
|
}, "strict", z.ZodTypeAny, {
|
|
45
47
|
host?: string | undefined;
|
|
46
48
|
port?: number | undefined;
|
|
@@ -49,6 +51,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
49
51
|
httpsCertPath?: string | undefined;
|
|
50
52
|
inspectorPort?: number | undefined;
|
|
51
53
|
upstream?: string | undefined;
|
|
54
|
+
liveReload?: boolean | undefined;
|
|
55
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
52
56
|
}, {
|
|
53
57
|
host?: string | undefined;
|
|
54
58
|
port?: number | undefined;
|
|
@@ -57,6 +61,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
57
61
|
httpsCertPath?: string | undefined;
|
|
58
62
|
inspectorPort?: number | undefined;
|
|
59
63
|
upstream?: string | undefined;
|
|
64
|
+
liveReload?: boolean | undefined;
|
|
65
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
60
66
|
}>>>;
|
|
61
67
|
readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
62
68
|
fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -1291,6 +1297,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
1291
1297
|
httpsCertPath?: string | undefined;
|
|
1292
1298
|
inspectorPort?: number | undefined;
|
|
1293
1299
|
upstream?: string | undefined;
|
|
1300
|
+
liveReload?: boolean | undefined;
|
|
1301
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1294
1302
|
} | undefined;
|
|
1295
1303
|
files?: {
|
|
1296
1304
|
fetch?: string | false | undefined;
|
|
@@ -1600,6 +1608,8 @@ export declare const envConfigSchema: z.ZodLazy<z.ZodObject<{
|
|
|
1600
1608
|
httpsCertPath?: string | undefined;
|
|
1601
1609
|
inspectorPort?: number | undefined;
|
|
1602
1610
|
upstream?: string | undefined;
|
|
1611
|
+
liveReload?: boolean | undefined;
|
|
1612
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1603
1613
|
} | undefined;
|
|
1604
1614
|
files?: {
|
|
1605
1615
|
fetch?: string | false | undefined;
|
|
@@ -1914,6 +1924,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1914
1924
|
httpsCertPath: z.ZodOptional<z.ZodString>;
|
|
1915
1925
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
1916
1926
|
upstream: z.ZodOptional<z.ZodString>;
|
|
1927
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
1928
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
1917
1929
|
}, "strict", z.ZodTypeAny, {
|
|
1918
1930
|
host?: string | undefined;
|
|
1919
1931
|
port?: number | undefined;
|
|
@@ -1922,6 +1934,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1922
1934
|
httpsCertPath?: string | undefined;
|
|
1923
1935
|
inspectorPort?: number | undefined;
|
|
1924
1936
|
upstream?: string | undefined;
|
|
1937
|
+
liveReload?: boolean | undefined;
|
|
1938
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1925
1939
|
}, {
|
|
1926
1940
|
host?: string | undefined;
|
|
1927
1941
|
port?: number | undefined;
|
|
@@ -1930,6 +1944,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
1930
1944
|
httpsCertPath?: string | undefined;
|
|
1931
1945
|
inspectorPort?: number | undefined;
|
|
1932
1946
|
upstream?: string | undefined;
|
|
1947
|
+
liveReload?: boolean | undefined;
|
|
1948
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1933
1949
|
}>>>;
|
|
1934
1950
|
readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1935
1951
|
fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -3164,6 +3180,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
3164
3180
|
httpsCertPath?: string | undefined;
|
|
3165
3181
|
inspectorPort?: number | undefined;
|
|
3166
3182
|
upstream?: string | undefined;
|
|
3183
|
+
liveReload?: boolean | undefined;
|
|
3184
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3167
3185
|
} | undefined;
|
|
3168
3186
|
files?: {
|
|
3169
3187
|
fetch?: string | false | undefined;
|
|
@@ -3473,6 +3491,8 @@ export declare const envConfigSchemaInner: z.ZodLazy<z.ZodObject<{
|
|
|
3473
3491
|
httpsCertPath?: string | undefined;
|
|
3474
3492
|
inspectorPort?: number | undefined;
|
|
3475
3493
|
upstream?: string | undefined;
|
|
3494
|
+
liveReload?: boolean | undefined;
|
|
3495
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3476
3496
|
} | undefined;
|
|
3477
3497
|
files?: {
|
|
3478
3498
|
fetch?: string | false | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-env.d.ts","sourceRoot":"","sources":["../../src/config/schema-env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"schema-env.d.ts","sourceRoot":"","sources":["../../src/config/schema-env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAGvB;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAE3B,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAkB,CAAA;AAEnD,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,MAAM,CAAC,OAAO,oBAAoB,CAAC,CAAA"}
|
|
@@ -155,6 +155,19 @@ export declare const serverConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
|
155
155
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
156
156
|
/** Origin to proxy unmatched requests to (and to base the request URL on). Maps to Miniflare's `upstream`. */
|
|
157
157
|
upstream: z.ZodOptional<z.ZodString>;
|
|
158
|
+
/**
|
|
159
|
+
* Inject Miniflare's in-browser live-reload script into HTML responses so
|
|
160
|
+
* the page auto-refreshes when the dev runtime reloads. Maps to Miniflare's
|
|
161
|
+
* `liveReload`. Local-dev only; complements Devflare's own source watcher.
|
|
162
|
+
*/
|
|
163
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
164
|
+
/**
|
|
165
|
+
* Override the `request.cf` object (IncomingRequestCfProperties) the local
|
|
166
|
+
* runtime serves: `false` omits it, a string is a path to a JSON file, and
|
|
167
|
+
* an object injects custom cf metadata (colo, country, TLS, bot management,
|
|
168
|
+
* …). Maps to Miniflare's `cf`. Local-dev only — no deploy effect.
|
|
169
|
+
*/
|
|
170
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
158
171
|
}, "strict", z.ZodTypeAny, {
|
|
159
172
|
host?: string | undefined;
|
|
160
173
|
port?: number | undefined;
|
|
@@ -163,6 +176,8 @@ export declare const serverConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
|
163
176
|
httpsCertPath?: string | undefined;
|
|
164
177
|
inspectorPort?: number | undefined;
|
|
165
178
|
upstream?: string | undefined;
|
|
179
|
+
liveReload?: boolean | undefined;
|
|
180
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
166
181
|
}, {
|
|
167
182
|
host?: string | undefined;
|
|
168
183
|
port?: number | undefined;
|
|
@@ -171,6 +186,8 @@ export declare const serverConfigSchema: z.ZodOptional<z.ZodObject<{
|
|
|
171
186
|
httpsCertPath?: string | undefined;
|
|
172
187
|
inspectorPort?: number | undefined;
|
|
173
188
|
upstream?: string | undefined;
|
|
189
|
+
liveReload?: boolean | undefined;
|
|
190
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
174
191
|
}>>;
|
|
175
192
|
/**
|
|
176
193
|
* Secret declaration options.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-runtime.d.ts","sourceRoot":"","sources":["../../src/config/schema-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAOvB;;;GAGG;AACH,eAAO,MAAM,uBAAuB,aAElC,CAAA;AAEF;;GAEG;AACH,eAAO,MAAM,kBAAkB;IAC9B,4DAA4D;;IAE5D,4CAA4C;;;;;;;;EAE3C,CAAA;AAEF;;;GAGG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;QAVvB,4DAA4D;;QAE5D,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqBjC,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;;;;;;IAQ7B,CAAA;AAEF;;;;;GAKG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;IAQtC,CAAA;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;GAmBf,CAAA;AAEZ;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;GAIrB,CAAA;AAEZ;;;;;;;;GAQG;AACH,eAAO,MAAM,kBAAkB;IAE7B,0DAA0D;;IAE1D,mDAAmD;;IAEnD,+FAA+F;;IAE/F,wGAAwG;;IAExG,+GAA+G;;IAE/G,sFAAsF;;IAEtF,8GAA8G
|
|
1
|
+
{"version":3,"file":"schema-runtime.d.ts","sourceRoot":"","sources":["../../src/config/schema-runtime.ts"],"names":[],"mappings":"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"}
|
|
@@ -89,6 +89,34 @@ export interface ServerConfigInput {
|
|
|
89
89
|
* ```
|
|
90
90
|
*/
|
|
91
91
|
upstream?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Inject Miniflare's in-browser live-reload script into HTML responses so the
|
|
94
|
+
* page auto-refreshes when the local dev runtime reloads. Maps to Miniflare's
|
|
95
|
+
* `liveReload`. Local-dev only; complements Devflare's own source watcher.
|
|
96
|
+
*
|
|
97
|
+
* @default `false`
|
|
98
|
+
*
|
|
99
|
+
* @example
|
|
100
|
+
* ```ts
|
|
101
|
+
* server: { liveReload: true }
|
|
102
|
+
* ```
|
|
103
|
+
*/
|
|
104
|
+
liveReload?: boolean;
|
|
105
|
+
/**
|
|
106
|
+
* Override the `request.cf` object (`IncomingRequestCfProperties`) the local
|
|
107
|
+
* dev runtime serves to your Worker. `false` omits it, a string is a path to
|
|
108
|
+
* a JSON file, and an object injects custom cf metadata (colo, country, TLS,
|
|
109
|
+
* bot management, …). Maps to Miniflare's `cf`. Local-dev only — no deploy
|
|
110
|
+
* effect.
|
|
111
|
+
*
|
|
112
|
+
* @default Miniflare's default `cf` values.
|
|
113
|
+
*
|
|
114
|
+
* @example
|
|
115
|
+
* ```ts
|
|
116
|
+
* server: { cf: { colo: 'SFO', country: 'US' } }
|
|
117
|
+
* ```
|
|
118
|
+
*/
|
|
119
|
+
cf?: boolean | string | Record<string, unknown>;
|
|
92
120
|
}
|
|
93
121
|
/**
|
|
94
122
|
* Streaming Tail Worker consumer configuration.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema-types-runtime-server.d.ts","sourceRoot":"","sources":["../../src/config/schema-types-runtime-server.ts"],"names":[],"mappings":"AAQA;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IACjC;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;;;;;;;OAUG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;
|
|
1
|
+
{"version":3,"file":"schema-types-runtime-server.d.ts","sourceRoot":"","sources":["../../src/config/schema-types-runtime-server.ts"],"names":[],"mappings":"AAQA;;;;;;;GAOG;AACH,MAAM,WAAW,iBAAiB;IACjC;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;;;;;;OASG;IACH,IAAI,CAAC,EAAE,MAAM,CAAA;IAEb;;;;;;;;;;OAUG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;;;;;;;;OAUG;IACH,YAAY,CAAC,EAAE,MAAM,CAAA;IAErB;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;;;;;;;OAUG;IACH,aAAa,CAAC,EAAE,MAAM,CAAA;IAEtB;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAA;IAEjB;;;;;;;;;;;OAWG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;;;;;;;;;;;;OAaG;IACH,EAAE,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;CAC/C;AAED;;GAEG;AACH,MAAM,MAAM,gCAAgC,GAAG,MAAM,GAAG,sCAAsC,CAAA;AAE9F;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACtD;;;;;;;OAOG;IACH,OAAO,EAAE,MAAM,CAAA;IAEf;;;;;;;;;OASG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;CACpB"}
|
package/dist/config/schema.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ export declare const rootConfigShape: {
|
|
|
49
49
|
httpsCertPath: z.ZodOptional<z.ZodString>;
|
|
50
50
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
51
51
|
upstream: z.ZodOptional<z.ZodString>;
|
|
52
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
53
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
52
54
|
}, "strict", z.ZodTypeAny, {
|
|
53
55
|
host?: string | undefined;
|
|
54
56
|
port?: number | undefined;
|
|
@@ -57,6 +59,8 @@ export declare const rootConfigShape: {
|
|
|
57
59
|
httpsCertPath?: string | undefined;
|
|
58
60
|
inspectorPort?: number | undefined;
|
|
59
61
|
upstream?: string | undefined;
|
|
62
|
+
liveReload?: boolean | undefined;
|
|
63
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
60
64
|
}, {
|
|
61
65
|
host?: string | undefined;
|
|
62
66
|
port?: number | undefined;
|
|
@@ -65,6 +69,8 @@ export declare const rootConfigShape: {
|
|
|
65
69
|
httpsCertPath?: string | undefined;
|
|
66
70
|
inspectorPort?: number | undefined;
|
|
67
71
|
upstream?: string | undefined;
|
|
72
|
+
liveReload?: boolean | undefined;
|
|
73
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
68
74
|
}>>;
|
|
69
75
|
/** File handlers configuration. */
|
|
70
76
|
readonly files: z.ZodOptional<z.ZodObject<{
|
|
@@ -1354,6 +1360,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1354
1360
|
httpsCertPath: z.ZodOptional<z.ZodString>;
|
|
1355
1361
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
1356
1362
|
upstream: z.ZodOptional<z.ZodString>;
|
|
1363
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
1364
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
1357
1365
|
}, "strict", z.ZodTypeAny, {
|
|
1358
1366
|
host?: string | undefined;
|
|
1359
1367
|
port?: number | undefined;
|
|
@@ -1362,6 +1370,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1362
1370
|
httpsCertPath?: string | undefined;
|
|
1363
1371
|
inspectorPort?: number | undefined;
|
|
1364
1372
|
upstream?: string | undefined;
|
|
1373
|
+
liveReload?: boolean | undefined;
|
|
1374
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1365
1375
|
}, {
|
|
1366
1376
|
host?: string | undefined;
|
|
1367
1377
|
port?: number | undefined;
|
|
@@ -1370,6 +1380,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1370
1380
|
httpsCertPath?: string | undefined;
|
|
1371
1381
|
inspectorPort?: number | undefined;
|
|
1372
1382
|
upstream?: string | undefined;
|
|
1383
|
+
liveReload?: boolean | undefined;
|
|
1384
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1373
1385
|
}>>;
|
|
1374
1386
|
files: z.ZodOptional<z.ZodObject<{
|
|
1375
1387
|
fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -2625,6 +2637,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2625
2637
|
httpsCertPath: z.ZodOptional<z.ZodString>;
|
|
2626
2638
|
inspectorPort: z.ZodOptional<z.ZodNumber>;
|
|
2627
2639
|
upstream: z.ZodOptional<z.ZodString>;
|
|
2640
|
+
liveReload: z.ZodOptional<z.ZodBoolean>;
|
|
2641
|
+
cf: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>]>>;
|
|
2628
2642
|
}, "strict", z.ZodTypeAny, {
|
|
2629
2643
|
host?: string | undefined;
|
|
2630
2644
|
port?: number | undefined;
|
|
@@ -2633,6 +2647,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2633
2647
|
httpsCertPath?: string | undefined;
|
|
2634
2648
|
inspectorPort?: number | undefined;
|
|
2635
2649
|
upstream?: string | undefined;
|
|
2650
|
+
liveReload?: boolean | undefined;
|
|
2651
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2636
2652
|
}, {
|
|
2637
2653
|
host?: string | undefined;
|
|
2638
2654
|
port?: number | undefined;
|
|
@@ -2641,6 +2657,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2641
2657
|
httpsCertPath?: string | undefined;
|
|
2642
2658
|
inspectorPort?: number | undefined;
|
|
2643
2659
|
upstream?: string | undefined;
|
|
2660
|
+
liveReload?: boolean | undefined;
|
|
2661
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2644
2662
|
}>>>;
|
|
2645
2663
|
readonly files: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
2646
2664
|
fetch: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLiteral<false>]>>;
|
|
@@ -3875,6 +3893,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
3875
3893
|
httpsCertPath?: string | undefined;
|
|
3876
3894
|
inspectorPort?: number | undefined;
|
|
3877
3895
|
upstream?: string | undefined;
|
|
3896
|
+
liveReload?: boolean | undefined;
|
|
3897
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3878
3898
|
} | undefined;
|
|
3879
3899
|
files?: {
|
|
3880
3900
|
fetch?: string | false | undefined;
|
|
@@ -4184,6 +4204,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4184
4204
|
httpsCertPath?: string | undefined;
|
|
4185
4205
|
inspectorPort?: number | undefined;
|
|
4186
4206
|
upstream?: string | undefined;
|
|
4207
|
+
liveReload?: boolean | undefined;
|
|
4208
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4187
4209
|
} | undefined;
|
|
4188
4210
|
files?: {
|
|
4189
4211
|
fetch?: string | false | undefined;
|
|
@@ -4495,6 +4517,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4495
4517
|
httpsCertPath?: string | undefined;
|
|
4496
4518
|
inspectorPort?: number | undefined;
|
|
4497
4519
|
upstream?: string | undefined;
|
|
4520
|
+
liveReload?: boolean | undefined;
|
|
4521
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4498
4522
|
} | undefined;
|
|
4499
4523
|
files?: {
|
|
4500
4524
|
fetch?: string | false | undefined;
|
|
@@ -4810,6 +4834,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
4810
4834
|
httpsCertPath?: string | undefined;
|
|
4811
4835
|
inspectorPort?: number | undefined;
|
|
4812
4836
|
upstream?: string | undefined;
|
|
4837
|
+
liveReload?: boolean | undefined;
|
|
4838
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4813
4839
|
} | undefined;
|
|
4814
4840
|
files?: {
|
|
4815
4841
|
fetch?: string | false | undefined;
|
|
@@ -5121,6 +5147,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5121
5147
|
httpsCertPath?: string | undefined;
|
|
5122
5148
|
inspectorPort?: number | undefined;
|
|
5123
5149
|
upstream?: string | undefined;
|
|
5150
|
+
liveReload?: boolean | undefined;
|
|
5151
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5124
5152
|
} | undefined;
|
|
5125
5153
|
files?: {
|
|
5126
5154
|
fetch?: string | false | undefined;
|
|
@@ -5436,6 +5464,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5436
5464
|
httpsCertPath?: string | undefined;
|
|
5437
5465
|
inspectorPort?: number | undefined;
|
|
5438
5466
|
upstream?: string | undefined;
|
|
5467
|
+
liveReload?: boolean | undefined;
|
|
5468
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5439
5469
|
} | undefined;
|
|
5440
5470
|
files?: {
|
|
5441
5471
|
fetch?: string | false | undefined;
|
|
@@ -5747,6 +5777,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
5747
5777
|
httpsCertPath?: string | undefined;
|
|
5748
5778
|
inspectorPort?: number | undefined;
|
|
5749
5779
|
upstream?: string | undefined;
|
|
5780
|
+
liveReload?: boolean | undefined;
|
|
5781
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5750
5782
|
} | undefined;
|
|
5751
5783
|
files?: {
|
|
5752
5784
|
fetch?: string | false | undefined;
|
|
@@ -6062,6 +6094,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6062
6094
|
httpsCertPath?: string | undefined;
|
|
6063
6095
|
inspectorPort?: number | undefined;
|
|
6064
6096
|
upstream?: string | undefined;
|
|
6097
|
+
liveReload?: boolean | undefined;
|
|
6098
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
6065
6099
|
} | undefined;
|
|
6066
6100
|
files?: {
|
|
6067
6101
|
fetch?: string | false | undefined;
|
|
@@ -6373,6 +6407,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6373
6407
|
httpsCertPath?: string | undefined;
|
|
6374
6408
|
inspectorPort?: number | undefined;
|
|
6375
6409
|
upstream?: string | undefined;
|
|
6410
|
+
liveReload?: boolean | undefined;
|
|
6411
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
6376
6412
|
} | undefined;
|
|
6377
6413
|
files?: {
|
|
6378
6414
|
fetch?: string | false | undefined;
|
|
@@ -6688,6 +6724,8 @@ export declare const configSchema: z.ZodEffects<z.ZodObject<{
|
|
|
6688
6724
|
httpsCertPath?: string | undefined;
|
|
6689
6725
|
inspectorPort?: number | undefined;
|
|
6690
6726
|
upstream?: string | undefined;
|
|
6727
|
+
liveReload?: boolean | undefined;
|
|
6728
|
+
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
6691
6729
|
} | undefined;
|
|
6692
6730
|
files?: {
|
|
6693
6731
|
fetch?: string | false | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/config/schema.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAnBvB,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
1
|
+
{"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../src/config/schema.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AA8EvB;;;;;;GAMG;AACH,eAAO,MAAM,eAAe;IAC3B;;;OAGG;aACH,IAAI;IAIJ;;;OAGG;aACH,SAAS;IAET;;;OAGG;aACH,cAAc;IAEd;;;OAGG;aACH,iBAAiB;IAEjB;;;OAGG;aACH,kBAAkB;IAKlB,0CAA0C;aAC1C,QAAQ;;;;;;;IAER,4EAA4E;aAC5E,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEN,mCAAmC;aACnC,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEL,uCAAuC;aACvC,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAER,8CAA8C;aAC9C,QAAQ;;;;;;;;;;;IAER,+EAA+E;aAC/E,KAAK;;;;;;;;;;;;;IAEL,8EAA8E;aAC9E,qBAAqB;IAErB,yDAAyD;aACzD,OAAO;IAEP,2DAA2D;aAC3D,iBAAiB;IAEjB,4FAA4F;aAC5F,OAAO;IAEP;;;OAGG;aACH,gBAAgB;IAEhB;;;OAGG;aACH,UAAU;IAEV,sDAAsD;aACtD,gBAAgB;IAEhB,qEAAqE;aACrE,QAAQ;IAER,yDAAyD;aACzD,aAAa;;;;;;;;;;IAEb,sEAAsE;aACtE,sBAAsB;;;;;;;;;;IAEtB,6BAA6B;aAC7B,IAAI;IAEJ,2BAA2B;aAC3B,OAAO;;;;;;;IAEP,yBAAyB;aACzB,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEN,iDAAiD;aACjD,QAAQ;;;;;;;;;;;;;;;;IAER,mCAAmC;aACnC,MAAM;;;;;;;;;;;;;;;;;;;IAEN,2DAA2D;aAC3D,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEV,iCAAiC;aACjC,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAET,uBAAuB;aACvB,MAAM;;;;;;;;;;IAEN,iDAAiD;aACjD,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEb,iCAAiC;aACjC,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAEV,0DAA0D;aAC1D,QAAQ;;;;;;;;;;;;;;;;IAER,4CAA4C;aAC5C,IAAI;;;;;;;IAEJ,oDAAoD;aACpD,QAAQ;;;;;;;CACC,CAAA;AA8BV,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAnBvB,oDAAoD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"miniflare-dev-config.d.ts","sourceRoot":"","sources":["../../src/dev-server/miniflare-dev-config.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAG9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAI/C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAgClE,OAAO,EAAE,KAAK,kBAAkB,EAAyB,MAAM,wBAAwB,CAAA;AAGvF,KAAK,wBAAwB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAA;AAElF,MAAM,WAAW,4BAA4B;IAC5C,MAAM,EAAE,cAAc,CAAA;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,KAAK,EAAE,OAAO,CAAA;IACd,sBAAsB,EAAE,kBAAkB,CAAA;IAC1C,gBAAgB,EAAE,oBAAoB,GAAG,IAAI,CAAA;IAC7C,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,wBAAwB,EAAE,MAAM,CAAA;IAChC,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,cAAc,GAAG,IAAI,CAAA;IAC/B,wBAAwB,CAAC,EAAE,wBAAwB,GAAG,IAAI,CAAA;IAC1D,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,GAAG,GAAG,
|
|
1
|
+
{"version":3,"file":"miniflare-dev-config.d.ts","sourceRoot":"","sources":["../../src/dev-server/miniflare-dev-config.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAA;AAG9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,YAAY,CAAA;AAChD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,WAAW,CAAA;AAI/C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAgClE,OAAO,EAAE,KAAK,kBAAkB,EAAyB,MAAM,wBAAwB,CAAA;AAGvF,KAAK,wBAAwB,GAAG,OAAO,CAAC,UAAU,CAAC,OAAO,sBAAsB,CAAC,CAAC,CAAA;AAElF,MAAM,WAAW,4BAA4B;IAC5C,MAAM,EAAE,cAAc,CAAA;IACtB,GAAG,EAAE,MAAM,CAAA;IACX,aAAa,EAAE,MAAM,CAAA;IACrB,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,OAAO,CAAA;IACnB,KAAK,EAAE,OAAO,CAAA;IACd,sBAAsB,EAAE,kBAAkB,CAAA;IAC1C,gBAAgB,EAAE,oBAAoB,GAAG,IAAI,CAAA;IAC7C,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAA;IACnC,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAA;IAC1C,wBAAwB,EAAE,MAAM,CAAA;IAChC,eAAe,EAAE,MAAM,CAAA;IACvB,QAAQ,EAAE,cAAc,GAAG,IAAI,CAAA;IAC/B,wBAAwB,CAAC,EAAE,wBAAwB,GAAG,IAAI,CAAA;IAC1D,MAAM,CAAC,EAAE,eAAe,CAAA;CACxB;AAED;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,GAAG,GAAG,CAkPhF"}
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as defineConfig, t as ref } from "./_chunks/ref-CYJNAAe_.js";
|
|
2
2
|
import { i as preview } from "./_chunks/preview-C3Cdr8an.js";
|
|
3
|
-
import { a as ConfigResourceResolutionError, d as configSchema, n as ConfigValidationError, o as loadResolvedConfig, r as loadConfig, t as ConfigNotFoundError } from "./_chunks/loader-
|
|
4
|
-
import { n as compileConfig, s as stringifyConfig } from "./_chunks/compiler-
|
|
3
|
+
import { a as ConfigResourceResolutionError, d as configSchema, n as ConfigValidationError, o as loadResolvedConfig, r as loadConfig, t as ConfigNotFoundError } from "./_chunks/loader-CPvwJbEN.js";
|
|
4
|
+
import { n as compileConfig, s as stringifyConfig } from "./_chunks/compiler-6U00VL8T.js";
|
|
5
5
|
import { t as workerName } from "./_chunks/workerName-CFJsLZA-.js";
|
|
6
6
|
import { n as getDurableObjectOptions, t as durableObject } from "./_chunks/decorators-QmV57ixr.js";
|
|
7
|
-
import { n as runCli, t as parseArgs } from "./_chunks/cli-
|
|
7
|
+
import { n as runCli, t as parseArgs } from "./_chunks/cli-CGiax_kr.js";
|
|
8
8
|
import { i as vars, r as env } from "./_chunks/env-S0_nMVz1.js";
|
|
9
9
|
export { ConfigNotFoundError, ConfigResourceResolutionError, ConfigValidationError, compileConfig, configSchema, defineConfig as default, defineConfig, durableObject, env, getDurableObjectOptions, loadConfig, loadResolvedConfig, parseArgs, preview, ref, runCli, stringifyConfig, vars, workerName };
|
package/dist/sveltekit/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as loadConfig } from "../_chunks/loader-
|
|
1
|
+
import { r as loadConfig } from "../_chunks/loader-CPvwJbEN.js";
|
|
2
2
|
import { l as normalizeHyperdriveBinding } from "../_chunks/schema-normalization-GjhTATHL.js";
|
|
3
3
|
import { D as createFetchEvent, I as getClient, M as createEnvProxy, P as setBindingHints, v as runWithEventContext } from "../_chunks/context-CX50Y2Kb.js";
|
|
4
4
|
import { createLocalSendEmailBinding } from "../utils/send-email.js";
|
package/dist/test/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as resolveConfigEnvVars } from "../_chunks/preview-C3Cdr8an.js";
|
|
2
|
-
import { f as assertValidCronExpression, i as resolveConfigPath, r as loadConfig } from "../_chunks/loader-
|
|
2
|
+
import { f as assertValidCronExpression, i as resolveConfigPath, r as loadConfig } from "../_chunks/loader-CPvwJbEN.js";
|
|
3
3
|
import { _ as normalizeSecretsStoreBinding, f as normalizeMediaBinding, h as normalizeQueueProducer, i as normalizeArtifactsBinding, l as normalizeHyperdriveBinding, m as normalizePipelineBinding, o as normalizeDOBinding, p as normalizeMtlsCertificateBinding, s as normalizeDispatchNamespaceBinding, t as getLocalD1DatabaseIdentifier, u as normalizeImagesBinding, x as normalizeWorkflowBinding } from "../_chunks/schema-normalization-GjhTATHL.js";
|
|
4
4
|
import { t as applyLocalDevVarsToConfig } from "../_chunks/local-dev-vars-CTSa-wvF.js";
|
|
5
5
|
import { g as isAuthenticated, p as getApiToken } from "../_chunks/api-TzdliH-6.js";
|
|
@@ -9,7 +9,7 @@ import { createLocalSendEmailBinding, wrapEnvSendEmailBindings } from "../utils/
|
|
|
9
9
|
import { n as __setTestContext, r as env, t as __clearTestContext } from "../_chunks/env-S0_nMVz1.js";
|
|
10
10
|
import { f as invokeFetchModule, h as resolveFetchHandler, r as matchFetchRoute, t as createRouteResolve } from "../_chunks/runtime-DL-Nz3k8.js";
|
|
11
11
|
import { i as extractBindingHints, n as createLocalWorkerLoaderBinding, r as disposeLocalWorkerLoaderBindings, t as createLocalHyperdrive } from "../_chunks/local-hyperdrive-CJ90j46O.js";
|
|
12
|
-
import { E as buildTailConsumersConfig, T as buildStreamingTailConsumersConfig, a as hasServiceBindings, i as hasCrossWorkerDOs, m as buildHyperdrivesConfig, o as resolveDOBindings, r as clearBundleCache, s as resolveServiceBindings, t as discoverRoutes, u as buildAnalyticsEngineConfig } from "../_chunks/routes-
|
|
12
|
+
import { E as buildTailConsumersConfig, T as buildStreamingTailConsumersConfig, a as hasServiceBindings, i as hasCrossWorkerDOs, m as buildHyperdrivesConfig, o as resolveDOBindings, r as clearBundleCache, s as resolveServiceBindings, t as discoverRoutes, u as buildAnalyticsEngineConfig } from "../_chunks/routes-vrh2EdGr.js";
|
|
13
13
|
import { i as findFiles, t as DEFAULT_DO_PATTERN } from "../_chunks/glob-CmQOvunB.js";
|
|
14
14
|
import { a as isRemoteModeActive, i as getRemoteModeStatus } from "../_chunks/remote-config-D39BY9ji.js";
|
|
15
15
|
import { t as bundleWorkflowEntrypointScript } from "../_chunks/local-workflow-entrypoints-8d_mXh8T.js";
|
package/dist/vite/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as devflarePlugin, c as getDevflareConfigs, i as writeGeneratedViteConfig, n as resolveEffectiveViteProject, o as getPluginContext, r as resolveViteUserConfig, s as getCloudflareConfig, t as hasInlineViteConfig } from "../_chunks/vite-
|
|
1
|
+
import { a as devflarePlugin, c as getDevflareConfigs, i as writeGeneratedViteConfig, n as resolveEffectiveViteProject, o as getPluginContext, r as resolveViteUserConfig, s as getCloudflareConfig, t as hasInlineViteConfig } from "../_chunks/vite-Qt3lTyOu.js";
|
|
2
2
|
export { devflarePlugin as default, devflarePlugin, getCloudflareConfig, getDevflareConfigs, getPluginContext, hasInlineViteConfig, resolveEffectiveViteProject, resolveViteUserConfig, writeGeneratedViteConfig };
|
package/package.json
CHANGED