melhorando build
Deploy / Deploy (push) Successful in 3m19s Details

This commit is contained in:
JotaChina 2026-04-04 13:46:39 -03:00
parent b969be724a
commit 5b53f18c0f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ unique_plugins = list_plugins | split: "|||" | uniq | sort %}
// 1. Carregar Dados // 1. Carregar Dados
fetch( fetch(
'{{ "/mmpSearch/src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}', '{{ "src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}',
) )
.then((r) => r.json()) .then((r) => r.json())
.then((data) => { .then((data) => {