Skip to content

Commit

Permalink
🐛 quitar mensajes consola y actualizar .lock para quitar prueba de vi…
Browse files Browse the repository at this point in the history
…nculo entre aplicaciones
  • Loading branch information
1cgonza committed Oct 16, 2024
1 parent 8566d69 commit e6ecd06
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion aplicaciones/www/src/pages/datos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import datos from '@/datosVisibles/indicadores';
import Plantilla from '@/plantillas/Principal.astro';
import pesos from '@/datosVisibles/pesosArchivos.json';
import { urlsAEnlacesHTML } from '@enflujo/alquimia';
console.log(pesos);
---

<Plantilla titulo="Datos" descripcion=" Aquí se encuentran los datos en bruto para descarga directa." conMenu={false}>
Expand Down
3 changes: 1 addition & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4746,7 +4746,6 @@ __metadata:
nodemon: "npm:^3.1.7"
rimraf: "npm:^6.0.1"
ts-node: "npm:^10.9.2"
www: "workspace:*"
xlstream: "npm:^2.5.5"
xlsx: "npm:^0.18.5"
languageName: unknown
Expand Down Expand Up @@ -6321,7 +6320,7 @@ __metadata:
languageName: node
linkType: hard

"www@workspace:*, www@workspace:aplicaciones/www":
"www@workspace:aplicaciones/www":
version: 0.0.0-use.local
resolution: "www@workspace:aplicaciones/www"
dependencies:
Expand Down

0 comments on commit e6ecd06

Please sign in to comment.