mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-01 08:13:37 +00:00
Merge pull request #513 from JZilla808/feature/tui-launcher
feat: add TUI launcher script for easy app startup
This commit is contained in:
@@ -44,6 +44,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}
|
||||
@@ -112,6 +113,7 @@ services:
|
||||
- TEST_PORT=3007
|
||||
- VITE_SKIP_ELECTRON=true
|
||||
- VITE_APP_MODE=3
|
||||
- HUSKY=0
|
||||
volumes:
|
||||
# Mount source code for live reload
|
||||
- .:/app:cached
|
||||
|
||||
Reference in New Issue
Block a user