Skip to content

Commit 290ba72

Browse files
committed
docs: update how to run local server enpoint in browser
1 parent a1fcfa4 commit 290ba72

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/services/readme-login-browser-no_dist.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ function _getAccountBaseURL() {
9999
For testing with a local account server instance:
100100

101101
1. **Configure Proxy Server:**
102-
- Edit `serve-proxy.js`
103-
- **Comment out:** `const ACCOUNT_SERVER = 'https://account.phcode.dev'; // Production`
104-
- **Uncomment:** `const ACCOUNT_SERVER = 'http://localhost:5000'; // Local development`
102+
- use `npm run serveLocalAccount` to serve phoenix repo server, instead of using npm run serve command.
105103

106104
2. **Setup Local Account Server:**
107105
- Start your local account development stack on `localhost:5000`

0 commit comments

Comments
 (0)