feat: Add AI subtask reproduction script, refactor Admin MCP settings UI, update Vite config, and add i18n gamification rules.
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-15 16:20:47 +01:00
parent bc40969ad7
commit e8d9d0c686
13 changed files with 233 additions and 70 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ services:
PORT: 5000
SESSION_SECRET: ${SESSION_SECRET}
depends_on:
postgres:
condition: service_healthy
- postgres
healthcheck:
test: [ "CMD", "node", "-e", "require('http').get('http://localhost:5000/api/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})" ]
interval: 30s