Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix

This commit is contained in:
2026-02-21 14:52:49 -05:00
parent d1c19212d6
commit 568a45a109
9 changed files with 8689 additions and 109 deletions

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, onMounted, computed } from 'vue';
import { ref } from 'vue';
import { useRouter } from 'vue-router';
import { API_URL } from '@/services/apiClient';
import axios from 'axios';