rework project loading

This commit is contained in:
Dax Raad
2025-12-09 14:41:14 -05:00
parent c4d4c5cf7c
commit 839b8903ef
3 changed files with 31 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { EventEmitter } from "events"
export const GlobalBus = new EventEmitter<{
event: [
{
directory: string
directory?: string
payload: any
},
]