chore: modernize setup, dependencies, and project docs

This commit is contained in:
Young Lee
2026-02-05 22:34:13 -08:00
parent 6e546d31a0
commit daf54a0fc0
10 changed files with 476 additions and 420 deletions
+2 -2
View File
@@ -118,7 +118,7 @@ api.use('/inbound', async (c, next) => {
return c.text('Unauthorized', 401);
}
console.log(`Authorized webhook request from ForwardEmail.net (${clientIP}`);
console.log(`Authorized webhook request from ForwardEmail.net (${clientIP})`);
await next();
});
@@ -143,4 +143,4 @@ app.get('/', (c) => c.redirect('/admin'));
app.all('*', (c) => c.text('Not Found', 404));
// Export the worker handler
export default app;
export default app;