Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
446 B
TypeScript
11 lines
446 B
TypeScript
export { AppTile } from "./AppTile";
|
|
export type { AppTileProps } from "./AppTile";
|
|
export { Badge } from "./Badge";
|
|
export type { BadgeProps } from "./Badge";
|
|
export { Button } from "./Button";
|
|
export type { ButtonProps } from "./Button";
|
|
export { Container } from "./Container";
|
|
export type { ContainerProps } from "./Container";
|
|
export { SectionTitle } from "./SectionTitle";
|
|
export type { SectionTitleProps } from "./SectionTitle";
|