Files
paseo/vercel.json
Mohamed Boudra 205307da22 Rename project to voice-dev
- Rename all packages from @realtime-voice/* to @voice-dev/*
- Update root package.json name and description
- Update README with new branding and remove monorepo terminology
- Rename GitHub repo to voice-dev
- Remove Vercel link to prepare for fresh deployment
2025-10-13 14:33:01 +02:00

7 lines
157 B
JSON

{
"$schema": "https://openapi.vercel.sh/vercel.json",
"buildCommand": "npm run build",
"installCommand": "npm install",
"outputDirectory": ".next"
}