Sort of run node app

This commit is contained in:
Michael Wolf
2026-01-01 13:24:36 -06:00
parent 642c7d9434
commit 321b2abd23
3 changed files with 125 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ func main() {
go watchFiles(watchedDir, fileChanges)
go printChanges(fileChanges)
go runExpress(fileChanges)
// WaitGroup to track both processes
// var wg sync.WaitGroup