This commit is contained in:
Luiz Silva 2025-07-17 10:25:01 -03:00
parent 3c7926df4d
commit 17aee620b3
4 changed files with 11 additions and 1 deletions

View file

@ -1,4 +1,8 @@
import { cacheM } from "./cacheMemoria"
import { texto_busca } from "./texto_busca"
// node dist-back/teste.mjs
console.log("Variáveis funcionando", texto_busca)
cacheM(1, { Jaca: Promise.resolve() })
console.log("cache:", cacheM(1))