Fix frontend: resolve imports, add missing functions, configure Vite properly

This commit is contained in:
2025-11-15 11:10:31 +03:00
parent d5d33761bb
commit 1e8682739e
10 changed files with 316 additions and 17 deletions
+2
View File
@@ -7,6 +7,8 @@ import './i18n/config'
declare global {
interface Window {
ethereum?: any;
Buffer: any;
global: any;
}
}