const defaultPort = 54321
const port = Schema.Number.annotate({
default: defaultPort,
description: "Port to use for the API URL.",
}).pipe(Schema.withDecodingDefaultKey(() => defaultPort))
const defaultPort = 54321
const port = Schema.Number.annotate({
default: defaultPort,
description: "Port to use for the API URL.",
}).pipe(Schema.withDecodingDefaultKey(() => defaultPort))