news screen enhancement - 1

This commit is contained in:
Kazuma
2026-06-09 20:11:10 -04:00
parent 5655cde6bf
commit f0c794f0c0
13 changed files with 250 additions and 35 deletions
+1
View File
@@ -11,6 +11,7 @@
"test:watch": "tsx --test --watch --test-reporter=spec tests/*.test.ts",
"lint": "eslint . --ext .ts,.js",
"lint:fix": "eslint . --ext .ts,.js --fix",
"screen:daily": "tsx bin/daily-screen.ts",
"format": "prettier --write \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"format:check": "prettier --check \"server/**/*.ts\" \"bin/**/*.ts\" \"tests/**/*.ts\"",
"prepare": "husky"