Bundle server assets into Tauri app build

This commit is contained in:
Shantur Rathore
2025-11-21 15:19:28 +00:00
parent 459b950ab6
commit 0eb00901b9
3 changed files with 61 additions and 0 deletions

7
packages/tauri-app/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
src-tauri/target
src-tauri/Cargo.lock
src-tauri/resources/
target
node_modules
dist
.DS_Store