Initial commit: Todo app with Jira-style board

This commit is contained in:
PhongMacbook
2025-12-16 23:13:06 +07:00
commit fecae546e9
44 changed files with 6671 additions and 0 deletions

4
vercel.json Normal file
View File

@@ -0,0 +1,4 @@
{
"buildCommand": "prisma generate && next build",
"framework": "nextjs"
}