feat: switch from wails to tauri

This commit is contained in:
2025-07-13 13:24:13 -05:00
parent 0e5dede83a
commit 7fcb3e3f7c
72 changed files with 5985 additions and 2490 deletions

10
tsconfig.node.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}