Render front components in a widget. https://github.com/user-attachments/assets/1ae130a4-070d-498e-88f7-80cee847e2fa --------- Co-authored-by: Charles Bochet <charles@twenty.com>
6 lines
175 B
TypeScript
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;
|