mirror of
https://github.com/Unleash/unleash.git
synced 2025-11-10 01:19:53 +01:00
chore: export environment and project stores (#10766)
https://linear.app/unleash/issue/2-3932/cloned-environments-enable-disabled-strategies-unexpectedly This allows us to use them in Enterprise.
This commit is contained in:
parent
dcda481afe
commit
4722fd4081
@ -186,6 +186,8 @@ import { UPDATE_REVISION } from './features/feature-toggle/configuration-revisio
|
||||
import type { IFeatureUsageInfo } from './services/version-service.js';
|
||||
import { defineImpactMetrics } from './features/metrics/impact/define-impact-metrics.js';
|
||||
import type { IClientInstance } from './types/stores/client-instance-store.js';
|
||||
import EnvironmentStore from './features/project-environments/environment-store.js';
|
||||
import ProjectStore from './features/project/project-store.js';
|
||||
|
||||
export async function initialServiceSetup(
|
||||
{ authentication }: Pick<IUnleashConfig, 'authentication'>,
|
||||
@ -495,6 +497,8 @@ export {
|
||||
corsOriginMiddleware,
|
||||
ApiTokenType,
|
||||
impactRegister,
|
||||
EnvironmentStore,
|
||||
ProjectStore,
|
||||
};
|
||||
|
||||
export type {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user