chore(app): declare *.woff2?url module type for asset imports

This commit is contained in:
Ilia Mashkov
2026-06-01 10:05:33 +03:00
parent eb5a8d1e5b
commit aa4189f6a8
+5
View File
@@ -38,6 +38,11 @@ declare module '*.jpg' {
declare module '*.css';
declare module '*.woff2?url' {
const content: string;
export default content;
}
/// <reference types="vite/client" />
interface ImportMetaEnv {