Merge pull request #513 from JZilla808/feature/tui-launcher

feat: add TUI launcher script for easy app startup
This commit is contained in:
Web Dev Cody
2026-01-16 14:51:36 -05:00
committed by GitHub
4 changed files with 1150 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ services:
- NODE_ENV=development
- PORT=3008
- CORS_ORIGIN=http://localhost:3007
- HUSKY=0
# Optional - restrict to specific directory within container
- ALLOWED_ROOT_DIRECTORY=${ALLOWED_ROOT_DIRECTORY:-/projects}