precommit2

This commit is contained in:
2024-01-25 11:28:06 +03:00
parent 2df2f6accd
commit 8435c8e6b5
4 changed files with 73 additions and 38 deletions

13
app.json Normal file
View File

@@ -0,0 +1,13 @@
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the GET /",
"path": "/",
"attempts": 3
}
]
}
}