feat: rebuild TGLock with adaptive transport and Tauri UI

This commit is contained in:
Никита Митусов
2026-07-29 15:22:54 +03:00
parent 39a7772151
commit c25bea1d92
43 changed files with 9074 additions and 512 deletions
+14
View File
@@ -0,0 +1,14 @@
import { defineConfig } from "vite";
export default defineConfig({
clearScreen: false,
build: {
outDir: "dist-ui",
},
server: {
strictPort: true,
watch: {
ignored: ["**/target/**"],
},
},
});