Removed unwanted files marked in .gitignore
This commit is contained in:
@@ -15,3 +15,11 @@ export { NtfyNotifier, type NtfyNotifierOptions } from "./notifier.js";
|
||||
export { CronRunner, type CronRunnerOptions } from "./cron-runner.js";
|
||||
export { StuckTaskDetector, type StuckTaskDetectorOptions, type DisposableSession } from "./stuck-task-detector.js";
|
||||
export { ProjectManager } from "./project-manager.js";
|
||||
// Multi-project runtime types
|
||||
export {
|
||||
type ProjectRuntime,
|
||||
type ProjectRuntimeConfig,
|
||||
type ProjectRuntimeEvents,
|
||||
type RuntimeStatus,
|
||||
type RuntimeMetrics,
|
||||
} from "./project-runtime.js";
|
||||
|
||||
Reference in New Issue
Block a user