Update build script to include logger.ts in build process

The build command now includes `logger.ts` to ensure it is bundled correctly. This change prevents potential runtime issues by explicitly compiling all necessary source files. Minor formatting was also applied in `cli.ts`.
This commit is contained in:
2024-12-11 13:49:28 -05:00
parent e0895fa120
commit 7b005c12fa
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ import {
import { WorkflowState } from './types';
import log from './logger';
async function demonstrateNestedManifold(): Promise<void> {
log.info("Starting demonstration of nested manifold.");