making login work for prod

This commit is contained in:
metacryst
2026-03-16 07:56:40 -05:00
parent a626abe1c3
commit 69b359d9a1
9 changed files with 81 additions and 23 deletions

View File

@@ -2,8 +2,7 @@
```npm run start```
### Build and Run iOS App
### Build and Run (iOS App)
https://capacitorjs.com/docs/ios#adding-the-ios-platform
To Install:
@@ -16,10 +15,13 @@ npx cap open ios
To Rerun:
npm run build && npx cap copy ios
### Build and run (hitting prod server)
### Build and run (In Browser, hitting prod server)
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.
### Architecture
In Development, API routes are routed using the vite.config.js.