web: restore Vite client declarations for both dashboards (#5415)

The 2024 bundler-mode migration changed the dashboard tsconfig include
lists to src/**, leaving the root env.d.ts files outside the TypeScript
programs. Move the Vite client declarations into src/ for both the frpc
and frps dashboards so they are part of the programs again.

Drop the *.vue wildcard module shim: the current vue-tsc toolchain
resolves SFC types without it, and the shim would only mask real
component prop types under plain tsc.
This commit is contained in:
barkure
2026-07-23 11:14:56 +08:00
committed by GitHub
parent 0e53833a2c
commit 898bcf73d5
2 changed files with 0 additions and 0 deletions