Skip to content

Commit

Permalink
SLVUU-113: Add BASE_URL envar to showcase's vite.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Nov 20, 2023
1 parent 4883168 commit c17641c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vuu-ui/showcase/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
define: {
"process.env.NODE_DEBUG": false,
"process.env.LOCAL": true,
"process.env.LAYOUT_BASE_URL": "http://127.0.0.1:8081/api",
},
esbuild: {
jsx: `automatic`,
Expand Down

0 comments on commit c17641c

Please sign in to comment.