build
This commit is contained in:
parent
3c7926df4d
commit
17aee620b3
4 changed files with 11 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue