SERVER_URL: Schema.standardSchemaV1(
Schema.optionalWith(Schema.String, { default: () => "http://localhost:8000" })
)
// Argument of type 'optionalWith<typeof String$, { default: () => string; }>' is not assignable to parameter of type 'Schema<unknown, unknown, never>'.
SERVER_URL: Schema.standardSchemaV1(
Schema.optionalWith(Schema.String, { default: () => "http://localhost:8000" })
)
// Argument of type 'optionalWith<typeof String$, { default: () => string; }>' is not assignable to parameter of type 'Schema<unknown, unknown, never>'.