chore: add Vite client type reference for admin web

Add vite-env.d.ts with Vite client types reference to enable TypeScript support for Vite-specific features and environment variables in the admin web application.
This commit is contained in:
2026-03-15 16:43:39 +01:00
parent 3289da24af
commit 7c4bba1021

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

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