ionic.config.json 212 B

123456789101112
  1. {
  2. "name": "odoo-mobile-v3",
  3. "app_id": "",
  4. "v2": true,
  5. "typescript": true,
  6. "proxies": [
  7. {
  8. "path": "/",
  9. "proxyUrl": "http://127.0.0.1:8069/"
  10. }
  11. ]
  12. }