6 lines
250 B
TypeScript
6 lines
250 B
TypeScript
|
|
// 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!');
|