Prepare server deployment

This commit is contained in:
2026-05-12 16:21:00 +07:00
parent ac2cfca335
commit 713bfbcbb9
9 changed files with 120 additions and 16 deletions

View File

@ -8,7 +8,7 @@ export default async function WebhookLogsPage() {
redirect('/login')
}
const logs = readJsonFile<any[]>('webhook-logs.json', [])
const logs = readJsonFile<unknown[]>('webhook-logs.json', [])
return (
<div className="wrap">