12 lines
336 B
TypeScript
12 lines
336 B
TypeScript
import * as early from '@push.rocks/early';
|
|
early.start('tswatch');
|
|
|
|
export * from './tswatch.classes.tswatch.js';
|
|
export * from './tswatch.classes.watcher.js';
|
|
export * from './tswatch.classes.confighandler.js';
|
|
export * from './tswatch.cli.js';
|
|
export * from './tswatch.init.js';
|
|
export * from './interfaces/index.js';
|
|
|
|
early.stop();
|