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:
GW_MC
2026-07-05 05:29:05 +00:00
parent 7c233b5f77
commit d976c22683
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -161,5 +161,6 @@ target
**/mutants.out*/ **/mutants.out*/
.local/ .local/
.act/
certs/ certs/

View File

@@ -54,7 +54,7 @@ dev-master *ARGS:
dev-agent *ARGS: dev-agent *ARGS:
@echo "🔧 Starting Rust agent..." @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 # Start Vite frontend development server
dev-frontend: dev-frontend: