fix(web): 修复vite类型没有引入导致import出现问题

This commit is contained in:
2025-06-08 19:17:32 +08:00
parent 69f0bed9a1
commit 9076bd4c09

1
service-web/client/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
/// <reference types="vite/client" />