diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..68c3ddb --- /dev/null +++ b/vercel.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://openapi.vercel.sh/vercel.json", + "installCommand": "bun install", + "buildCommand": "bun run build", + "outputDirectory": "apps/mobile-web/dist", + "framework": "vite", + "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }], + "github": { + "silent": true + } +}