Skip to content

Commit

Permalink
fix: auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Dec 18, 2023
1 parent 5c3d154 commit c336993
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@vuelidate/validators": "^2.0.0",
"@vueuse/core": "^10.3.0",
"@webitel/flow-ui-sdk": "^0.1.14",
"@webitel/ui-sdk": "^23.12.119",
"@webitel/ui-sdk": "^23.12.126",
"axios": "^0.27.1",
"clipboard-copy": "^4.0.1",
"cron-validator": "^1.3.1",
Expand Down
4 changes: 4 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export default ({ mode }) => {
const env = loadEnv(mode, process.cwd(), '');

return defineConfig({
define: {
'process.env': JSON.parse(JSON.stringify(env)
.replaceAll('VITE_', 'VUE_APP_')),
},
server: {
host: true,
port: 8080,
Expand Down

0 comments on commit c336993

Please sign in to comment.