chore: восстановление репозитория из снапшота v0.3.1
Прежняя git-история утрачена при переносе проекта на машину владельца (снапшот без .git). Хэши коммитов в docs/reports/* относятся к утраченной истории. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
commit
1c85091186
184 changed files with 33303 additions and 0 deletions
9
apps/web/src/env.d.ts
vendored
Normal file
9
apps/web/src/env.d.ts
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/// <reference types="astro/client" />
|
||||
|
||||
// tsc -b не видит сгенерированные типы контента Astro (каталог .astro/ в
|
||||
// .gitignore и не попадает в include), поэтому модуль astro:content объявлен
|
||||
// здесь через реальный entry-point пакета astro. Проверяется только
|
||||
// content.config.ts — страницы .astro tsc не типизирует.
|
||||
declare module 'astro:content' {
|
||||
export { defineCollection } from 'astro/content/config';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue