/
mustreets
/
MYPortfolio
Обзор
Документация
Войти
/
mustreets
/
MYPortfolio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
flex
render.yaml
13 строк
486 B
Slava
chore: improve project structure and update dependencies
29 мар 2026, 21:52
29 мар 2026, 21:52
9e3c213
Код
Авторство
О чём код?
# Render Blueprint — https://render.com/docs/blueprint-spec # Подключите репозиторий в Dashboard → New → Blueprint (или Static Site вручную с теми же командами). services: - type: web name: portfolio-vy runtime: static buildCommand: corepack enable && pnpm install --frozen-lockfile && pnpm run build staticPublishPath: ./dist routes: - type: rewrite source: /* destination: /index.html