Implement dev mode nice UI (#17471)
Implement a nice terminal UI for dev mode using INK <img width="1512" height="721" alt="image" src="https://github.com/user-attachments/assets/79a71f37-1b31-4761-9e8d-718ef029ceb8" />
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export enum SyncableEntity {
|
||||
Object = 'object',
|
||||
ObjectExtension = 'objectExtension',
|
||||
Function = 'function',
|
||||
FrontComponent = 'frontComponent',
|
||||
Role = 'role',
|
||||
}
|
||||
@@ -12,6 +12,7 @@ export type { Application } from './applicationType';
|
||||
export type { ApplicationVariables } from './applicationVariablesType';
|
||||
export { DEFAULT_API_KEY_NAME } from './constants/DefaultApiKeyName';
|
||||
export { DEFAULT_API_URL_NAME } from './constants/DefaultApiUrlName';
|
||||
export { SyncableEntity } from './enums/syncable-entities.enum';
|
||||
export type { FieldManifest } from './fieldManifestType';
|
||||
export type { FrontComponentManifest } from './frontComponentManifestType';
|
||||
export type { ObjectExtensionManifest } from './objectExtensionManifestType';
|
||||
|
||||
Reference in New Issue
Block a user