Implement initial project structure and features for Automaker application, including environment setup, auto mode services, and session management. Update port configurations to 3007 and add new UI components for enhanced user interaction.

This commit is contained in:
Cody Seibert
2025-12-08 21:11:00 -05:00
parent 3c8e786f29
commit 9392422d35
67 changed files with 16275 additions and 696 deletions

View File

@@ -241,7 +241,7 @@ def main():
"git add . && git commit -m 'msg'",
# Process management
"ps aux",
"lsof -i :3000",
"lsof -i :3007",
"sleep 2",
# Allowed pkill patterns for dev servers
"pkill node",