feat: add waitForLog to docker container

This commit is contained in:
2024-07-19 17:13:43 +02:00
parent 82635f71ff
commit 7ee495f879
10 changed files with 1618 additions and 33 deletions

11
.eslint/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"type": "module",
"devDependencies": {
"eslint": "9.7.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"typescript-eslint": "7.16.0"
},
"overrides": {
"eslint": "9.7.0"
}
}