Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adonispuente authored Dec 11, 2024
1 parent 8941822 commit 2a166e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For illustration, to deploy Advisor together with Insights Chrome, you would req

1. Ensure Advisor has the 'static: fec static' script
2. Run Advisor with `npm run static`
3. In Chrome, add advisor to the routes portion inside webpack.config.js `...(true && { '/apps/inventory': { host: 'http://localhost:8003', }, }),`
3. In Chrome, add advisor to the routes portion inside webpack.config.js `...(true && { '/apps/advisor': { host: 'http://localhost:8003', }, }),`
4. In Chrome then run `npm run dev`
- If youd like to run against a different env, this can be altered with the env variable, ex. 'prod-stable'.
Expand Down

0 comments on commit 2a166e6

Please sign in to comment.