mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
- 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
7 lines
157 B
JSON
7 lines
157 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"buildCommand": "npm run build",
|
|
"installCommand": "npm install",
|
|
"outputDirectory": ".next"
|
|
}
|