fix(#16): Secrets-Management für Unraid implementiert
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-06 23:45:50 +00:00
parent bbeea75b00
commit 1f831a6edc
3 changed files with 72 additions and 1 deletions

View file

@ -12,7 +12,8 @@
"db:seed": "node src/db/seed.js",
"db:migrate": "node migrations/runner.js --run",
"test:smoke": "node scripts/smoke-test.mjs",
"test:integration": "node scripts/integration-test.mjs"
"test:integration": "node scripts/integration-test.mjs",
"preflight": "node ../scripts/preflight-check.js"
},
"keywords": [],
"author": "",