Files
better-auth/dev/expo-app/vercel.json
Bereket Engida 2ccd136533 chore: formatting
2024-09-08 08:51:10 +03:00

13 lines
167 B
JSON

{
"outputDirectory": "dist",
"devCommand": "expo",
"cleanUrls": true,
"framework": null,
"rewrites": [
{
"source": "/:path*",
"destination": "/"
}
]
}