📦 Add Linux packaging (AppImage/Flatpak/DEB)

🧹 Minor Codebase cleanup
 Implement automatic starting of the relay
This commit is contained in:
Danny Morabito 2025-02-24 21:48:11 +01:00
parent 89fcaa9aa6
commit f402ff04ab
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
19 changed files with 519 additions and 119 deletions

View file

@ -31,5 +31,6 @@
"@components/*": ["./src/components/*"],
"@widgets/*": ["./src/components/Widgets/*"]
}
}
},
"include": ["./src/**/*"]
}