successfully connecting to prod

This commit is contained in:
metacryst
2026-03-17 07:00:27 -05:00
parent 530ea7da89
commit d1e4814593
7 changed files with 43 additions and 31 deletions

View File

@@ -5,6 +5,15 @@
### Build and Run (iOS App)
https://capacitorjs.com/docs/ios#adding-the-ios-platform
Add this option into the top level of capacitor.config.json if you want the ios app to call the dev server:
"server": {
"url": "http://sam.local:5173",
"cleartext": true
},
Otherwise, it will call prod.
To Install:
npm install @capacitor/ios
npx cap add ios
@@ -20,7 +29,10 @@ vite build
npx serve dist
If you need to login again:
run "localStorage.clear() in the browser dev tools console and then refresh the page.
run localStorage.clear() in the browser dev tools console and then refresh the page.
### Various Commands
npx cap config - this will list the full configuration currently being used
### Architecture