We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fcfa4 commit 290ba72Copy full SHA for 290ba72
src/services/readme-login-browser-no_dist.md
@@ -99,9 +99,7 @@ function _getAccountBaseURL() {
99
For testing with a local account server instance:
100
101
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`
+ - use `npm run serveLocalAccount` to serve phoenix repo server, instead of using npm run serve command.
105
106
2. **Setup Local Account Server:**
107
- Start your local account development stack on `localhost:5000`
0 commit comments