Split native Periscope (periscope/src) from inherited PinScope (periscope/dependency).
Keep validate.py and the finding engine as-is. AGPL LICENSE stays at the repo root. Docker overlays dependency then src. Do not delete the inherited tree.
This commit is contained in:
@@ -126,6 +126,9 @@ if [[ ! -f .env ]]; then
|
||||
if [[ -f backend/.env ]]; then
|
||||
log "No ./.env — copying backend/.env"
|
||||
cp backend/.env .env
|
||||
elif [[ -f periscope/dependency/backend/.env.example ]]; then
|
||||
log "No ./.env — copying periscope/dependency/backend/.env.example (you must set DEEPSEEK_API_KEY)"
|
||||
cp periscope/dependency/backend/.env.example .env
|
||||
elif [[ -f backend/.env.example ]]; then
|
||||
log "No ./.env — copying backend/.env.example (you must set DEEPSEEK_API_KEY)"
|
||||
cp backend/.env.example .env
|
||||
|
||||
Reference in New Issue
Block a user