first commit

This commit is contained in:
fanferr 2026-05-20 13:56:34 +07:00
parent 6a950d0f87
commit fe9ba69cd4
1 changed files with 5 additions and 0 deletions

5
vercel.json Normal file
View File

@ -0,0 +1,5 @@
{
"framework": "vite",
"buildCommand": "cd frontend && npm install && npm run build",
"outputDirectory": "frontend/dist"
}