nx/nx-dev/ui-pricing/src/index.ts
Benjamin Cabanes 2d5acec2d1
docs(nx-dev): add credit pricing section (#28946)
It renames the ResourceClasses component to CreditPricing and updates its references throughout the application. It also includes additional non-compute pricing information and a more detailed breakdown of credit costs associated with various CI/CD operations for Nx Cloud.
2024-11-15 10:18:34 -05:00

6 lines
166 B
TypeScript

export * from './lib/faq';
export * from './lib/oss';
export * from './lib/plans-display';
export * from './lib/credit-pricing';
export * from './lib/trial-callout';