Electron & Electron Builder

This commit is contained in:
2024-11-02 18:09:44 +01:00
parent 201714403c
commit aeb28fe5a7
9 changed files with 8007 additions and 1307 deletions

View File

@@ -14,6 +14,7 @@
"exclude": ["node_modules", "dist"],
"include": [
"backend/**/*.ts",
"backend/**/*.json"
"backend/**/*.json",
"backend/images/**/**/*"
]
}