Skip to content

Commit

Permalink
SLVUU-113: Add instructions for sample-app envar local/remote configu…
Browse files Browse the repository at this point in the history
…ration
  • Loading branch information
cfisher-scottlogic committed Nov 21, 2023
1 parent ffc992b commit 5805474
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 @@ -45,7 +45,7 @@ Layout management requires persisting layouts. Layouts can either be persisted l

Changing whether local/remote is used is configured with the following flag:

1. Open `finos-vuu\vuu-ui\showcase\vite.config.js`
1. Open `finos-vuu\vuu-ui\showcase\vite.config.js` (for Showcase), or `finos-vuu\vuu-ui\sample-apps\app-vuu-example\esbuild.mjs` (for sample app)
2. Set `"process.env.LOCAL"` flag to `true` for local, or `false` for remote

The local implementation is default. It uses browser local storage. If you have chosen the remote implementation, ensure you are running the remote server.
Expand Down

0 comments on commit 5805474

Please sign in to comment.