orimização e testes de build hibrido

This commit is contained in:
Luiz Silva 2025-07-18 13:36:46 -03:00
parent 17aee620b3
commit 40dca15bff
53 changed files with 2944 additions and 697 deletions

View file

@ -0,0 +1,2 @@
export * from "./umaFuncao"
export * from "./umaVariavel"

View file

@ -0,0 +1 @@
export const umaFuncao = () => "Olá Mundo! (função)"

View file

@ -0,0 +1 @@
export const umaVariavel = "Olá Mundo! (variável)"