feat(caprover): allow to trigger an application update

+ added test coverage
This commit is contained in:
Pierre Martin
2024-03-10 09:49:52 +01:00
parent df5bfe4e1a
commit fd3783cc8d
18 changed files with 650 additions and 73 deletions

View File

@@ -1,9 +1,11 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"module": "NodeNext",
"forceConsistentCasingInFileNames": true,
"strict": true,
"types": ["bun-types"]
"types": ["bun-types"],
"moduleResolution": "NodeNext",
"resolveJsonModule": true,
}
}