chore: add .act/ to gitignore and fix dev-agent command
- Add .act/ to .gitignore - Change dev-agent to run with --release flag
This commit is contained in:
2
justfile
2
justfile
@@ -54,7 +54,7 @@ dev-master *ARGS:
|
||||
|
||||
dev-agent *ARGS:
|
||||
@echo "🔧 Starting Rust agent..."
|
||||
cargo watch -w apps/nxmesh-agent -x 'run --bin nxmesh-agent -- {{ ARGS }}'
|
||||
cargo watch -w apps/nxmesh-agent -x 'run --bin nxmesh-agent --release -- {{ ARGS }}'
|
||||
|
||||
# Start Vite frontend development server
|
||||
dev-frontend:
|
||||
|
||||
Reference in New Issue
Block a user