Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/refactor/vite'
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Jan 11, 2024
2 parents 2ce7c1f + ecbc83b commit 0a217e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const fetchConfig = async () => {
return response.json();
};

console.warn('ENV', import.meta.env, process.env, process?.env?.VUE_APP_API_URL || import.meta.env.VITE_API_URL);

const initApp = () => createApp(App)
.use(store)
.use(router)
Expand Down

0 comments on commit 0a217e5

Please sign in to comment.