// Federated remote entry — this remote is consumed by the host via // `loadRemoteModule('__camelName__Module', './Module')`. main.ts exists // because the native-federation builder wraps an `application` builder // target, which requires an entry. The actual exposed surface is // `./src/public-api.ts` (see federation.config.js). export {};