rework project loading

This commit is contained in:
Dax Raad
2025-12-09 14:41:14 -05:00
parent 1e3bdcc71c
commit 0b40c3d37d
3 changed files with 31 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import { EventEmitter } from "events"
export const GlobalBus = new EventEmitter<{
event: [
{
directory: string
directory?: string
payload: any
},
]