fix: 修正类型声明文件的引用路径

This commit is contained in:
joyzhao
2025-06-12 13:09:25 +08:00
parent 884997cc86
commit 43d830aa27
2 changed files with 5689 additions and 1 deletions

5688
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

2
src/env.d.ts vendored
View File

@@ -1,2 +1,2 @@
/// <reference types="astro/client" /> /// <reference types="astro/client" />
/// <reference path="../../../.astro/types.d.ts" /> /// <reference path="../.astro/types.d.ts" />