// Test file to check DomainBootstrap import import { DomainBootstrap } from './src/core/runtime/DomainBootstrap'; console.log('Testing DomainBootstrap import...'); console.log('DomainBootstrap:', DomainBootstrap); console.log('Import successful!');