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
Makefile Normal file
View File

@@ -0,0 +1,9 @@
dev:
@make tdd&
bun --hot run joe.ts
test:
bun test
tdd:
bun test --watch