devflare 1.0.0-next.57 → 1.0.0-next.59
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-CLBi_Mru.js → account-Cflj6rw3.js} +1 -1
- package/dist/_chunks/{build-Cd29WmBk.js → build-IR-IaQN1.js} +1 -1
- package/dist/_chunks/{build-artifacts-DP90E2-F.js → build-artifacts-C7JfIRnw.js} +3 -3
- package/dist/_chunks/{cli-CVGXoJLt.js → cli-yOO5yCaf.js} +12 -12
- package/dist/_chunks/{command-utils-BmXpYCvT.js → command-utils-CSnoFdxM.js} +1 -1
- package/dist/_chunks/{compiler-CtF9Va2F.js → compiler-okj8qvCh.js} +3 -3
- package/dist/_chunks/{config-BTmjQhpX.js → config-C8Qux0NR.js} +2 -2
- package/dist/_chunks/{config-path-Buks8SUu.js → config-path-C3ac6r66.js} +1 -1
- package/dist/_chunks/{deploy-CAzHX1vn.js → deploy-BG2PHaWu.js} +5 -5
- package/dist/_chunks/{dev-BEg6LBQs.js → dev-BgQl56Bd.js} +8 -4
- package/dist/_chunks/{doctor-DA1UOSH1.js → doctor-n_eqvv52.js} +2 -2
- package/dist/_chunks/{family-DBzuCYV3.js → family-D3SV6I0N.js} +1 -1
- package/dist/_chunks/{loader-CyjdvvlO.js → loader-E_UGyTrJ.js} +17 -1
- package/dist/_chunks/{login-BvE5AQ3S.js → login-D9-EwpSA.js} +1 -1
- package/dist/_chunks/{preview-resources-BnFFwUyD.js → preview-resources-D_aFwtZR.js} +1 -1
- package/dist/_chunks/{previews-CEjAO1sW.js → previews-fTFp1WkQ.js} +6 -6
- package/dist/_chunks/{productions-QBmNDsqU.js → productions-me2YvmWK.js} +3 -3
- package/dist/_chunks/{routes-ExleD5OL.js → routes-BMU7ga_l.js} +1 -1
- package/dist/_chunks/{tail-CUpyZMGo.js → tail-aMFzd-2K.js} +2 -2
- package/dist/_chunks/{types-B_UiXmS4.js → types-ByjwxoVA.js} +2 -2
- package/dist/_chunks/{vite-BoJmA0N-.js → vite-De7bGxC6.js} +3 -3
- package/dist/_chunks/{worker-COOCRYPj.js → worker-CtTVZeTH.js} +3 -3
- package/dist/browser.d.ts +64 -0
- package/dist/browser.d.ts.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/config/compiler.d.ts.map +1 -1
- package/dist/config/schema-env.d.ts +40 -0
- package/dist/config/schema-env.d.ts.map +1 -1
- package/dist/config/schema-runtime.d.ts +23 -0
- package/dist/config/schema-runtime.d.ts.map +1 -1
- package/dist/config/schema-types-runtime-server.d.ts +53 -0
- package/dist/config/schema-types-runtime-server.d.ts.map +1 -1
- package/dist/config/schema.d.ts +76 -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-CSnoFdxM.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-C7JfIRnw.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-E_UGyTrJ.js";
|
|
3
|
+
import { c as writeWranglerConfig, i as isolateViteBuildOutputPaths$1, o as rebaseWranglerConfigPaths, t as compileBuildConfig } from "./compiler-okj8qvCh.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-De7bGxC6.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-BgQl56Bd.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-IR-IaQN1.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-BG2PHaWu.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-ByjwxoVA.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-n_eqvv52.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-C8Qux0NR.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-Cflj6rw3.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-D9-EwpSA.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-fTFp1WkQ.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-me2YvmWK.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-CtTVZeTH.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-aMFzd-2K.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-E_UGyTrJ.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-E_UGyTrJ.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-Zgm4W6O6.js";
|
|
3
3
|
import { n as toWranglerSecretsConfig } from "./local-dev-vars-CTSa-wvF.js";
|
|
4
4
|
import { basename, isAbsolute, relative, resolve } from "pathe";
|
|
@@ -466,8 +466,8 @@ function compileConfigInternal(config, environment, options = {}) {
|
|
|
466
466
|
...route.zone_name && { zone_name: route.zone_name },
|
|
467
467
|
...route.zone_id && { zone_id: route.zone_id },
|
|
468
468
|
...route.custom_domain !== void 0 && { custom_domain: route.custom_domain },
|
|
469
|
-
...route.enabled !== void 0 && { enabled: route.enabled },
|
|
470
|
-
...route.previews_enabled !== void 0 && { previews_enabled: route.previews_enabled }
|
|
469
|
+
...route.custom_domain && route.enabled !== void 0 && { enabled: route.enabled },
|
|
470
|
+
...route.custom_domain && route.previews_enabled !== void 0 && { previews_enabled: route.previews_enabled }
|
|
471
471
|
}));
|
|
472
472
|
if (mergedConfig.assets?.directory) result.assets = {
|
|
473
473
|
directory: mergedConfig.assets.directory,
|
|
@@ -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-E_UGyTrJ.js";
|
|
3
|
+
import { n as compileConfig, t as compileBuildConfig } from "./compiler-okj8qvCh.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-E_UGyTrJ.js";
|
|
3
|
+
import { a as readWranglerConfig, c as writeWranglerConfig, n as compileConfig, o as rebaseWranglerConfigPaths, s as stringifyConfig, t as compileBuildConfig } from "./compiler-okj8qvCh.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-CSnoFdxM.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-C7JfIRnw.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-D_aFwtZR.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-E_UGyTrJ.js";
|
|
3
3
|
import { g as normalizeR2Binding, n as getLocalKVNamespaceIdentifier, r as getSingleBrowserBindingName, t as getLocalD1DatabaseIdentifier } from "./schema-normalization-Zgm4W6O6.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-BMU7ga_l.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-De7bGxC6.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-ZIL7apIa.js";
|
|
13
13
|
import { n as buildLocalSecretWrappedBindingConfig } from "./local-secrets-6sMstHXw.js";
|
|
@@ -2026,9 +2026,13 @@ 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?.inspectorHost !== void 0 && { inspectorHost: serverConfig.inspectorHost },
|
|
2029
2030
|
...serverConfig?.upstream !== void 0 && { upstream: serverConfig.upstream },
|
|
2030
2031
|
...serverConfig?.liveReload !== void 0 && { liveReload: serverConfig.liveReload },
|
|
2031
|
-
...serverConfig?.
|
|
2032
|
+
...serverConfig?.verbose !== void 0 && { verbose: serverConfig.verbose },
|
|
2033
|
+
...serverConfig?.logRequests !== void 0 && { logRequests: serverConfig.logRequests },
|
|
2034
|
+
...serverConfig?.cf !== void 0 && { cf: serverConfig.cf },
|
|
2035
|
+
...serverConfig?.publicUrl !== void 0 && { publicUrl: serverConfig.publicUrl }
|
|
2032
2036
|
};
|
|
2033
2037
|
const localBindingShimServiceConfig = buildLocalBindingShimServiceConfig(loadedConfig);
|
|
2034
2038
|
const createServiceBindings = (extraBindings = {}) => buildServiceBindings(bindings, {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { r as loadConfig } from "./loader-
|
|
1
|
+
import { r as loadConfig } from "./loader-E_UGyTrJ.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-C3ac6r66.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-E_UGyTrJ.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,13 +244,17 @@ 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
|
+
inspectorHost: z.string().min(1).optional(),
|
|
248
|
+
verbose: z.boolean().optional(),
|
|
249
|
+
logRequests: z.boolean().optional(),
|
|
247
250
|
upstream: z.string().min(1).optional(),
|
|
248
251
|
liveReload: z.boolean().optional(),
|
|
249
252
|
cf: z.union([
|
|
250
253
|
z.boolean(),
|
|
251
254
|
z.string().min(1),
|
|
252
255
|
z.record(z.string(), z.unknown())
|
|
253
|
-
]).optional()
|
|
256
|
+
]).optional(),
|
|
257
|
+
publicUrl: z.string().url().optional()
|
|
254
258
|
}).strict().optional();
|
|
255
259
|
/**
|
|
256
260
|
* Secret declaration options.
|
|
@@ -267,6 +271,18 @@ const routeConfigSchema = z.object({
|
|
|
267
271
|
enabled: z.boolean().optional(),
|
|
268
272
|
previews_enabled: z.boolean().optional()
|
|
269
273
|
}).superRefine((route, ctx) => {
|
|
274
|
+
if ((route.enabled !== void 0 || route.previews_enabled !== void 0) && !route.custom_domain) {
|
|
275
|
+
if (route.enabled !== void 0) ctx.addIssue({
|
|
276
|
+
code: z.ZodIssueCode.custom,
|
|
277
|
+
path: ["enabled"],
|
|
278
|
+
message: "`enabled`/`previews_enabled` are only valid on a custom-domain route (set `custom_domain: true`)"
|
|
279
|
+
});
|
|
280
|
+
if (route.previews_enabled !== void 0) ctx.addIssue({
|
|
281
|
+
code: z.ZodIssueCode.custom,
|
|
282
|
+
path: ["previews_enabled"],
|
|
283
|
+
message: "`enabled`/`previews_enabled` are only valid on a custom-domain route (set `custom_domain: true`)"
|
|
284
|
+
});
|
|
285
|
+
}
|
|
270
286
|
if (!route.custom_domain) return;
|
|
271
287
|
if (route.pattern.includes("*")) ctx.addIssue({
|
|
272
288
|
code: z.ZodIssueCode.custom,
|
|
@@ -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-CSnoFdxM.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-E_UGyTrJ.js";
|
|
3
3
|
import { g as normalizeR2Binding, h as normalizeQueueProducer } from "./schema-normalization-Zgm4W6O6.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-E_UGyTrJ.js";
|
|
3
|
+
import { t as compileBuildConfig } from "./compiler-okj8qvCh.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-CSnoFdxM.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-D_aFwtZR.js";
|
|
9
|
+
import { t as findConfigPathsUnderDirectory } from "./config-path-C3ac6r66.js";
|
|
10
|
+
import { a as orderPreviewWorkerNamesForDeletion, i as collectConfiguredWorkerFamilies, n as buildPreviewWorkerCandidatesByScope, r as buildStableWorkerRowsFromLiveWorkers, t as buildPreviewScopeRowsFromLiveWorkers } from "./family-D3SV6I0N.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-E_UGyTrJ.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-CSnoFdxM.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-D3SV6I0N.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-E_UGyTrJ.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-Zgm4W6O6.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-E_UGyTrJ.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-CSnoFdxM.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-E_UGyTrJ.js";
|
|
2
2
|
import { o as normalizeDOBinding } from "./schema-normalization-Zgm4W6O6.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-C3ac6r66.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-E_UGyTrJ.js";
|
|
3
3
|
import { o as normalizeDOBinding } from "./schema-normalization-Zgm4W6O6.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-okj8qvCh.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-BMU7ga_l.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-E_UGyTrJ.js";
|
|
2
2
|
import { o as normalizeDOBinding } from "./schema-normalization-Zgm4W6O6.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-CSnoFdxM.js";
|
|
6
|
+
import { n as formatSupportedConfigFilenames, r as resolveConfigCandidatePath, t as findConfigPathsUnderDirectory } from "./config-path-C3ac6r66.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
|
@@ -35,9 +35,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
35
35
|
httpsKeyPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
36
36
|
httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
37
|
inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
38
|
+
inspectorHost: import("zod").ZodOptional<import("zod").ZodString>;
|
|
39
|
+
verbose: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
40
|
+
logRequests: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
38
41
|
upstream: import("zod").ZodOptional<import("zod").ZodString>;
|
|
39
42
|
liveReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
40
43
|
cf: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>>;
|
|
44
|
+
publicUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
41
45
|
}, "strict", import("zod").ZodTypeAny, {
|
|
42
46
|
host?: string | undefined;
|
|
43
47
|
port?: number | undefined;
|
|
@@ -45,9 +49,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
45
49
|
httpsKeyPath?: string | undefined;
|
|
46
50
|
httpsCertPath?: string | undefined;
|
|
47
51
|
inspectorPort?: number | undefined;
|
|
52
|
+
inspectorHost?: string | undefined;
|
|
53
|
+
verbose?: boolean | undefined;
|
|
54
|
+
logRequests?: boolean | undefined;
|
|
48
55
|
upstream?: string | undefined;
|
|
49
56
|
liveReload?: boolean | undefined;
|
|
50
57
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
58
|
+
publicUrl?: string | undefined;
|
|
51
59
|
}, {
|
|
52
60
|
host?: string | undefined;
|
|
53
61
|
port?: number | undefined;
|
|
@@ -55,9 +63,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
55
63
|
httpsKeyPath?: string | undefined;
|
|
56
64
|
httpsCertPath?: string | undefined;
|
|
57
65
|
inspectorPort?: number | undefined;
|
|
66
|
+
inspectorHost?: string | undefined;
|
|
67
|
+
verbose?: boolean | undefined;
|
|
68
|
+
logRequests?: boolean | undefined;
|
|
58
69
|
upstream?: string | undefined;
|
|
59
70
|
liveReload?: boolean | undefined;
|
|
60
71
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
72
|
+
publicUrl?: string | undefined;
|
|
61
73
|
}>>;
|
|
62
74
|
files: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
63
75
|
fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
|
|
@@ -1308,9 +1320,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1308
1320
|
httpsKeyPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1309
1321
|
httpsCertPath: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1310
1322
|
inspectorPort: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1323
|
+
inspectorHost: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1324
|
+
verbose: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1325
|
+
logRequests: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1311
1326
|
upstream: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1312
1327
|
liveReload: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1313
1328
|
cf: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodBoolean, import("zod").ZodString, import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>]>>;
|
|
1329
|
+
publicUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1314
1330
|
}, "strict", import("zod").ZodTypeAny, {
|
|
1315
1331
|
host?: string | undefined;
|
|
1316
1332
|
port?: number | undefined;
|
|
@@ -1318,9 +1334,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1318
1334
|
httpsKeyPath?: string | undefined;
|
|
1319
1335
|
httpsCertPath?: string | undefined;
|
|
1320
1336
|
inspectorPort?: number | undefined;
|
|
1337
|
+
inspectorHost?: string | undefined;
|
|
1338
|
+
verbose?: boolean | undefined;
|
|
1339
|
+
logRequests?: boolean | undefined;
|
|
1321
1340
|
upstream?: string | undefined;
|
|
1322
1341
|
liveReload?: boolean | undefined;
|
|
1323
1342
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1343
|
+
publicUrl?: string | undefined;
|
|
1324
1344
|
}, {
|
|
1325
1345
|
host?: string | undefined;
|
|
1326
1346
|
port?: number | undefined;
|
|
@@ -1328,9 +1348,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
1328
1348
|
httpsKeyPath?: string | undefined;
|
|
1329
1349
|
httpsCertPath?: string | undefined;
|
|
1330
1350
|
inspectorPort?: number | undefined;
|
|
1351
|
+
inspectorHost?: string | undefined;
|
|
1352
|
+
verbose?: boolean | undefined;
|
|
1353
|
+
logRequests?: boolean | undefined;
|
|
1331
1354
|
upstream?: string | undefined;
|
|
1332
1355
|
liveReload?: boolean | undefined;
|
|
1333
1356
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
1357
|
+
publicUrl?: string | undefined;
|
|
1334
1358
|
}>>>;
|
|
1335
1359
|
readonly files: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1336
1360
|
fetch: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodString, import("zod").ZodLiteral<false>]>>;
|
|
@@ -2561,9 +2585,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2561
2585
|
httpsKeyPath?: string | undefined;
|
|
2562
2586
|
httpsCertPath?: string | undefined;
|
|
2563
2587
|
inspectorPort?: number | undefined;
|
|
2588
|
+
inspectorHost?: string | undefined;
|
|
2589
|
+
verbose?: boolean | undefined;
|
|
2590
|
+
logRequests?: boolean | undefined;
|
|
2564
2591
|
upstream?: string | undefined;
|
|
2565
2592
|
liveReload?: boolean | undefined;
|
|
2566
2593
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2594
|
+
publicUrl?: string | undefined;
|
|
2567
2595
|
} | undefined;
|
|
2568
2596
|
files?: {
|
|
2569
2597
|
fetch?: string | false | undefined;
|
|
@@ -2871,9 +2899,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
2871
2899
|
httpsKeyPath?: string | undefined;
|
|
2872
2900
|
httpsCertPath?: string | undefined;
|
|
2873
2901
|
inspectorPort?: number | undefined;
|
|
2902
|
+
inspectorHost?: string | undefined;
|
|
2903
|
+
verbose?: boolean | undefined;
|
|
2904
|
+
logRequests?: boolean | undefined;
|
|
2874
2905
|
upstream?: string | undefined;
|
|
2875
2906
|
liveReload?: boolean | undefined;
|
|
2876
2907
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
2908
|
+
publicUrl?: string | undefined;
|
|
2877
2909
|
} | undefined;
|
|
2878
2910
|
files?: {
|
|
2879
2911
|
fetch?: string | false | undefined;
|
|
@@ -3183,9 +3215,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3183
3215
|
httpsKeyPath?: string | undefined;
|
|
3184
3216
|
httpsCertPath?: string | undefined;
|
|
3185
3217
|
inspectorPort?: number | undefined;
|
|
3218
|
+
inspectorHost?: string | undefined;
|
|
3219
|
+
verbose?: boolean | undefined;
|
|
3220
|
+
logRequests?: boolean | undefined;
|
|
3186
3221
|
upstream?: string | undefined;
|
|
3187
3222
|
liveReload?: boolean | undefined;
|
|
3188
3223
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3224
|
+
publicUrl?: string | undefined;
|
|
3189
3225
|
} | undefined;
|
|
3190
3226
|
files?: {
|
|
3191
3227
|
fetch?: string | false | undefined;
|
|
@@ -3499,9 +3535,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3499
3535
|
httpsKeyPath?: string | undefined;
|
|
3500
3536
|
httpsCertPath?: string | undefined;
|
|
3501
3537
|
inspectorPort?: number | undefined;
|
|
3538
|
+
inspectorHost?: string | undefined;
|
|
3539
|
+
verbose?: boolean | undefined;
|
|
3540
|
+
logRequests?: boolean | undefined;
|
|
3502
3541
|
upstream?: string | undefined;
|
|
3503
3542
|
liveReload?: boolean | undefined;
|
|
3504
3543
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3544
|
+
publicUrl?: string | undefined;
|
|
3505
3545
|
} | undefined;
|
|
3506
3546
|
files?: {
|
|
3507
3547
|
fetch?: string | false | undefined;
|
|
@@ -3811,9 +3851,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
3811
3851
|
httpsKeyPath?: string | undefined;
|
|
3812
3852
|
httpsCertPath?: string | undefined;
|
|
3813
3853
|
inspectorPort?: number | undefined;
|
|
3854
|
+
inspectorHost?: string | undefined;
|
|
3855
|
+
verbose?: boolean | undefined;
|
|
3856
|
+
logRequests?: boolean | undefined;
|
|
3814
3857
|
upstream?: string | undefined;
|
|
3815
3858
|
liveReload?: boolean | undefined;
|
|
3816
3859
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
3860
|
+
publicUrl?: string | undefined;
|
|
3817
3861
|
} | undefined;
|
|
3818
3862
|
files?: {
|
|
3819
3863
|
fetch?: string | false | undefined;
|
|
@@ -4127,9 +4171,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4127
4171
|
httpsKeyPath?: string | undefined;
|
|
4128
4172
|
httpsCertPath?: string | undefined;
|
|
4129
4173
|
inspectorPort?: number | undefined;
|
|
4174
|
+
inspectorHost?: string | undefined;
|
|
4175
|
+
verbose?: boolean | undefined;
|
|
4176
|
+
logRequests?: boolean | undefined;
|
|
4130
4177
|
upstream?: string | undefined;
|
|
4131
4178
|
liveReload?: boolean | undefined;
|
|
4132
4179
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4180
|
+
publicUrl?: string | undefined;
|
|
4133
4181
|
} | undefined;
|
|
4134
4182
|
files?: {
|
|
4135
4183
|
fetch?: string | false | undefined;
|
|
@@ -4439,9 +4487,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4439
4487
|
httpsKeyPath?: string | undefined;
|
|
4440
4488
|
httpsCertPath?: string | undefined;
|
|
4441
4489
|
inspectorPort?: number | undefined;
|
|
4490
|
+
inspectorHost?: string | undefined;
|
|
4491
|
+
verbose?: boolean | undefined;
|
|
4492
|
+
logRequests?: boolean | undefined;
|
|
4442
4493
|
upstream?: string | undefined;
|
|
4443
4494
|
liveReload?: boolean | undefined;
|
|
4444
4495
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4496
|
+
publicUrl?: string | undefined;
|
|
4445
4497
|
} | undefined;
|
|
4446
4498
|
files?: {
|
|
4447
4499
|
fetch?: string | false | undefined;
|
|
@@ -4755,9 +4807,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
4755
4807
|
httpsKeyPath?: string | undefined;
|
|
4756
4808
|
httpsCertPath?: string | undefined;
|
|
4757
4809
|
inspectorPort?: number | undefined;
|
|
4810
|
+
inspectorHost?: string | undefined;
|
|
4811
|
+
verbose?: boolean | undefined;
|
|
4812
|
+
logRequests?: boolean | undefined;
|
|
4758
4813
|
upstream?: string | undefined;
|
|
4759
4814
|
liveReload?: boolean | undefined;
|
|
4760
4815
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
4816
|
+
publicUrl?: string | undefined;
|
|
4761
4817
|
} | undefined;
|
|
4762
4818
|
files?: {
|
|
4763
4819
|
fetch?: string | false | undefined;
|
|
@@ -5067,9 +5123,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
5067
5123
|
httpsKeyPath?: string | undefined;
|
|
5068
5124
|
httpsCertPath?: string | undefined;
|
|
5069
5125
|
inspectorPort?: number | undefined;
|
|
5126
|
+
inspectorHost?: string | undefined;
|
|
5127
|
+
verbose?: boolean | undefined;
|
|
5128
|
+
logRequests?: boolean | undefined;
|
|
5070
5129
|
upstream?: string | undefined;
|
|
5071
5130
|
liveReload?: boolean | undefined;
|
|
5072
5131
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5132
|
+
publicUrl?: string | undefined;
|
|
5073
5133
|
} | undefined;
|
|
5074
5134
|
files?: {
|
|
5075
5135
|
fetch?: string | false | undefined;
|
|
@@ -5383,9 +5443,13 @@ export declare const configSchema: import("zod").ZodEffects<import("zod").ZodObj
|
|
|
5383
5443
|
httpsKeyPath?: string | undefined;
|
|
5384
5444
|
httpsCertPath?: string | undefined;
|
|
5385
5445
|
inspectorPort?: number | undefined;
|
|
5446
|
+
inspectorHost?: string | undefined;
|
|
5447
|
+
verbose?: boolean | undefined;
|
|
5448
|
+
logRequests?: boolean | undefined;
|
|
5386
5449
|
upstream?: string | undefined;
|
|
5387
5450
|
liveReload?: boolean | undefined;
|
|
5388
5451
|
cf?: string | boolean | Record<string, unknown> | undefined;
|
|
5452
|
+
publicUrl?: string | undefined;
|
|
5389
5453
|
} | undefined;
|
|
5390
5454
|
files?: {
|
|
5391
5455
|
fetch?: string | false | undefined;
|