mirror of
https://github.com/by-sonic/tglock.git
synced 2026-07-31 15:55:11 +03:00
feat: rebuild TGLock with adaptive transport and Tauri UI
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { defineConfig } from "vite";
|
||||
|
||||
export default defineConfig({
|
||||
clearScreen: false,
|
||||
build: {
|
||||
outDir: "dist-ui",
|
||||
},
|
||||
server: {
|
||||
strictPort: true,
|
||||
watch: {
|
||||
ignored: ["**/target/**"],
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user