/
githubmirror
/
ionic
Обзор
Документация
Войти
/
githubmirror
/
ionic
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
core/vercel.json
12 строк
438 B
Shane
chore(build): add Vercel preview builds for framework test apps (#31073)
16 апр 2026, 18:32
Не верифицирован
16 апр 2026, 18:32
0c178ef
Код
Авторство
О чём код?
{ "$schema": "https://openapi.vercel.sh/vercel.json", "framework": null, "installCommand": "npm install", "buildCommand": "bash scripts/vercel-build.sh", "outputDirectory": "../_vercel_output", "rewrites": [ { "source": "/angular/:path*", "destination": "/angular/index.html" }, { "source": "/react/:path*", "destination": "/react/index.html" }, { "source": "/vue/:path*", "destination": "/vue/index.html" } ] }