Files
twenty/packages/twenty-shared/scripts/remote-dom/generators/constants/OutputFiles.ts
T
2026-01-28 16:52:10 +00:00

6 lines
175 B
TypeScript

export const OUTPUT_FILES = {
REMOTE_ELEMENTS: 'remote-elements.ts',
REMOTE_COMPONENTS: 'remote-components.ts',
HOST_REGISTRY: 'host-component-registry.ts',
} as const;