initial monorepo commit (fe + be)

This commit is contained in:
AnggerRevo5
2026-01-27 15:48:29 +07:00
commit 9df710d81e
189 changed files with 137113 additions and 0 deletions

No files matched your search

+24
View File
@@ -0,0 +1,24 @@
{
"appId": "com.careit.app",
"productName": "CareIt",
"directories": {
"output": "dist",
"buildResources": "public"
},
"files": [
"out/**/*",
"electron.js",
"preload.js",
"package.json"
],
"win": {
"target": "nsis",
"icon": "public/LOGO_CAREIT.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"compression": "normal",
"electronVersion": "28.1.0"
}