/** * This script runs in an isolated cache directory with cms-dev-server installed. * It is spawned as a separate process to avoid React version conflicts with the CLI. * * Arguments are passed via environment variables: * - CMS_DEV_SERVER_SRC: Source directory path * - CMS_DEV_SERVER_DEST: Destination path * - CMS_DEV_SERVER_CONFIG: Config file path (optional) * - CMS_DEV_SERVER_ACCOUNT: Account name (optional) * - CMS_DEV_SERVER_SSL: 'true' or 'false' * - CMS_DEV_SERVER_FIELD_GEN: 'true' or 'false' * - CMS_DEV_SERVER_RESET_SESSION: 'true' or 'false' */ export {};