docs: finish homelab IP scrub across repo, add e2e env-defaults local override

This commit is contained in:
2026-07-26 15:56:57 -04:00
parent d6b546c95e
commit abb7b34700
11 changed files with 70 additions and 44 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"test:all": "npm run test:backend",
"install:e2e": "npm install --prefix e2e",
"ci:local": "npm run lint:all && npm run type-check:viewer && npm run lint:python && npm run test:backend && npm run build:all",
"deploy:dev": "npm run build:all && echo '✅ Build complete. Ready for deployment to dev server (10.0.10.121)'",
"deploy:dev": "npm run build:all && echo '✅ Build complete. Ready for deployment to the dev server'",
"deploy:dev:prepare": "npm run build:all && mkdir -p deploy/package && cp -r backend deploy/package/ && cp -r admin-frontend/dist deploy/package/admin-frontend-dist && cp -r viewer-frontend/.next deploy/package/viewer-frontend-next && cp requirements.txt deploy/package/ && cp .env.example deploy/package/ && echo '✅ Deployment package prepared in deploy/package/'"
},
"engines": {