Add Electron

This commit is contained in:
2024-10-11 19:26:03 +02:00
parent 707d607eb6
commit 18b92cf28f
5 changed files with 4494 additions and 2 deletions

4
.gitignore vendored
View File

@@ -3,6 +3,7 @@ node_modules
# Output
.output
.vercel
/dist
/.svelte-kit
/build
@@ -19,3 +20,6 @@ Thumbs.db
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
# IDE
.idea