Update packages/backend-defaults/src/entrypoints/discovery/HostDiscovery.ts

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-15 13:38:58 +02:00
committed by GitHub
parent a2eab28a42
commit 73ba3ba875
@@ -101,7 +101,7 @@ export interface HostDiscoveryOptions {
*
* This parameter is usedful for example if you want to provide a shared
* library of core services to your plugin developers, which is set up for the
* default behaviors in your org. This alleviates the need fo replicating any
* default behaviors in your org. This alleviates the need for replicating any
* given set of endpoint config in every backend that you deploy.
*/
defaultEndpoints?: HostDiscoveryEndpoint[];