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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -161,5 +161,6 @@ target
|
|||||||
**/mutants.out*/
|
**/mutants.out*/
|
||||||
|
|
||||||
.local/
|
.local/
|
||||||
|
.act/
|
||||||
|
|
||||||
certs/
|
certs/
|
||||||
|
|||||||
2
justfile
2
justfile
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user