yegor256/0pdd

View on GitHub
app.json

Summary

Maintainability
Test Coverage
{
  "healthchecks": {
    "web": [
      {
        "type": "startup",
        "name": "web check",
        "description": "Checking if the app responds to the /robots.txt endpoint",
        "path": "/robots.txt",
        "attempts": 3
      }
    ]
  }
}