Add todo example, remove yarn, change schema structure, update readme

This commit is contained in:
Aman Varshney
2025-03-24 00:04:53 +05:30
parent 5076bf4176
commit 4cc13bf382
42 changed files with 525 additions and 443 deletions

View File

@@ -29,7 +29,7 @@ app.use(
}),
);
app.get("/healthCheck", (c) => {
app.get("/", (c) => {
return c.text("OK");
});