Base code

This commit is contained in:
Kunthawat Greethong
2026-01-08 22:39:53 +07:00
parent 697115c61a
commit c35fa52117
2169 changed files with 626670 additions and 0 deletions

14
frontend/vercel.json Normal file
View File

@@ -0,0 +1,14 @@
{
"version": 2,
"buildCommand": "npm run build",
"outputDirectory": "build",
"routes": [
{
"src": "/(.*)",
"dest": "/$1"
}
],
"env": {
"REACT_APP_ENVIRONMENT": "production"
}
}