Rename express/ to backend/ and update references
Update paths in sync.sh, master/main.go, and CLAUDE.md to reflect the directory rename. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
watchDir := flag.String("watch", "../express", "directory to watch for changes")
|
||||
watchDir := flag.String("watch", "../backend", "directory to watch for changes")
|
||||
workers := flag.Int("workers", 1, "number of worker processes")
|
||||
basePort := flag.Int("base-port", 3000, "base port for worker processes")
|
||||
listenPort := flag.Int("port", 8080, "port for the reverse proxy to listen on")
|
||||
|
||||
Reference in New Issue
Block a user