feat: replace CLI script with web UI (Joe) for listing outdated applications

This commit is contained in:
Pierre Martin
2024-01-30 00:36:12 +01:00
parent e4a01bb96c
commit 76a8909dc1
13 changed files with 531 additions and 219 deletions

9
tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es2017",
"module": "commonjs",
"forceConsistentCasingInFileNames": true,
"strict": true,
"types": ["bun-types"]
}
}