claude-flow
Version:
Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)
7 lines • 317 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
const BrowserNotSupportedError = new Error("getAuthorityHostEnvironment is not supported in the browser.");
export function getAuthorityHostEnvironment() {
throw BrowserNotSupportedError;
}
//# sourceMappingURL=authHostEnv-browser.mjs.map