diff --git a/front/src/App.vue b/front/src/App.vue index d0dbc35..78bbaf8 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -8,7 +8,7 @@ type ItemType = { "hours": string, "percent": string } -const baseUrl = import.meta.env.VITE_SERVER || '' +const baseUrl = import.meta.env ? import.meta.env.VITE_SERVER || '' : '' const numberElement = ref(0) const item = computed(() => { if (Object.values(data.value)[numberElement.value]) {