Skip to content

Commit 3fde808

Browse files
author
Ivan Bochkarev
committed
feat: обновление конфигурации Vercel и завершение перевода фазы 3.1
- Добавлено поле "framework" с значением "nuxt" в vercel.json для улучшения сборки. - Обновлён статус перевода для фазы 3.1 на "завершено" в плане перевода на русский язык.
1 parent 98c659d commit 3fde808

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cursor/plans/nuxt_russian_translation.plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ todos:
4040
status: completed
4141
- id: phase3-getting-started
4242
content: "Фаза 3.1: Перевод/обновление docs/1.getting-started/ (18 файлов)"
43-
status: pending
43+
status: completed
4444
- id: phase3-directory-structure
4545
content: "Фаза 3.2: Перевод docs/2.directory-structure/ (28 файлов)"
4646
status: completed

vercel.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3+
"framework": "nuxt",
34
"buildCommand": "NODE_OPTIONS='--max-old-space-size=8192' pnpm run build",
45
"installCommand": "corepack enable && corepack prepare pnpm@10.29.3 --activate && pnpm install"
56
}

0 commit comments

Comments
 (0)