Files
Autoparts-DB/pos/capacitor.config.json
consultoria-as e61063bdd7 feat(domain): separate POS to pos.nexusautoparts.com.mx subdomain
- nexusautoparts.com.mx -> Dashboard/Landing (port 5000)
- pos.nexusautoparts.com.mx -> POS (port 5001) with static assets proxy
- admin.nexusautoparts.com.mx -> Dashboard (port 5000)
- Update mobile app configs to point to pos.nexusautoparts.com.mx
- Update Caddy docs with new subdomain layout
2026-05-14 09:30:43 +00:00

18 lines
355 B
JSON

{
"appId": "com.nexusautoparts.pos",
"appName": "Nexus POS",
"webDir": "www",
"server": {
"url": "https://pos.nexusautoparts.com.mx/pos",
"cleartext": true
},
"plugins": {
"SplashScreen": {
"launchShowDuration": 2000,
"backgroundColor": "#0d0d0d",
"showSpinner": true,
"spinnerColor": "#F5A623"
}
}
}