Add Fleet control plane and split manage.sh deploy menu.
Strategy nodes gain fleet token APIs; control/ app for local ops; manage.sh offers strategy vs control one-click deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# env / secrets
|
||||
.env
|
||||
.env.local
|
||||
.env.control
|
||||
*.pem
|
||||
|
||||
# python
|
||||
@@ -18,6 +19,10 @@ backend/data/*.db
|
||||
backend/data/*.sqlite
|
||||
backend/data/*.sqlite3
|
||||
!backend/data/.gitkeep
|
||||
control/data/*
|
||||
!control/data/.gitkeep
|
||||
control/frontend/node_modules/
|
||||
control/frontend/dist/
|
||||
|
||||
# frontend
|
||||
frontend/node_modules/
|
||||
|
||||
Reference in New Issue
Block a user