Rename project to Argus Nexus

This commit is contained in:
denshooter
2026-03-10 12:09:48 +01:00
parent daef092099
commit 8406072817
16 changed files with 34 additions and 34 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "gods-eye-root",
"name": "argus-nexus-root",
"version": "1.0.0",
"description": "Root management for God's Eye project",
"description": "Root management for Argus Nexus project",
"scripts": {
"install-all": "npm install && cd frontend && npm install && cd ../backend && python3 -m venv venv && source venv/bin/activate && pip install -r requirements.txt",
"backend": "cd backend && source venv/bin/activate && python3 main.py",