Files
Kunthawat Greethong c35fa52117 Base code
2026-01-08 22:39:53 +07:00

15 lines
215 B
JSON

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