agregando logers de env variables
All checks were successful
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Successful in 25s
build-and-deploy / deploy (push) Successful in 41s

This commit is contained in:
2025-06-06 15:11:18 -06:00
parent b751cb2911
commit 05ee5b46fc
4 changed files with 14 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ import App from './App.vue'
import './style.css' // Tailwind o tus estilos globales
console.log(`API_BASE_URL: ${API_BASE_URL}`);
const app =
createApp(App)