Restructure GUI folder & modify styles.css

This commit is contained in:
2024-03-09 16:19:47 -05:00
parent bdf5715868
commit ee6f775b5b
8 changed files with 32 additions and 11 deletions

View File

@@ -14,13 +14,16 @@
"dist-all": "electron-builder -mwl"
},
"build": {
"appId": "com.yourname.kuzco",
"appId": "com.codjointops.kuzco",
"productName": "KuzcoChat",
"directories": {
"output": "dist"
},
"files": [
"**/*",
"css/**/*",
"js/**/*",
"html/**/*",
"!**/*.ts",
"!*.code-workspace",
"!**/*.js.map",