making login work for prod
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user