@launchql/env
Version:
LaunchQL environment configuration with GraphQL/Graphile support
7 lines (6 loc) • 437 B
JavaScript
// Re-export core env utilities from @pgpmjs/env
export { loadConfigSync, loadConfigFileSync, loadConfigSyncFromDir, resolvePgpmPath, getConnEnvOptions, getDeploymentEnvOptions, getNodeEnv } from '@pgpmjs/env';
// Export LaunchQL-specific env functions
export { getEnvOptions, getLaunchQLEnvOptions } from './merge';
export { getGraphQLEnvVars } from './env';
export { launchqlDefaults, launchqlGraphqlDefaults } from '@launchql/types';