From 93bb47b2a71895cf0e3bdb67dd51dcd30a2845ab Mon Sep 17 00:00:00 2001
From: henridb <henridb@stud.ntnu.no>
Date: Fri, 3 May 2024 08:47:37 +0200
Subject: [PATCH] fix: test api url env

---
 src/App.vue | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/App.vue b/src/App.vue
index d80fae0..a3b2637 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>
-- 
GitLab