capacitor.config.json 215 B

12345678910
  1. {
  2. "appId": "com.bigauction.mobile",
  3. "appName": "paimaide",
  4. "webDir": "dist",
  5. "bundledWebRuntime": false,
  6. "server": {
  7. "url": "http://192.168.6.216:5173",
  8. "clearText": true
  9. }
  10. }