diff --git a/src/App.vue b/src/App.vue index d80fae0b5000eaab01e06674f5084b3da957048d..a3b2637e96abb4454f949e47dcdf04c9155e4695 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,8 @@ <script setup lang="ts"> import { RouterView } from 'vue-router' import ErrorBoundaryCatcher from '@/components/Exceptions/ErrorBoundaryCatcher.vue'; +console.log("TEST!"); +console.log("env: ", process.env.API_URL); </script> <template>