regreção de configuração

This commit is contained in:
Luiz Silva 2025-10-26 22:33:27 -03:00
parent 2df6b6a418
commit e24312ce83
4 changed files with 3 additions and 24 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "p-comuns",
"version": "0.261.0",
"version": "0.262.0",
"description": "",
"main": "./dist-back/index.js",
"module": "./dist-front/index.mjs",

Binary file not shown.

View file

@ -17,7 +17,7 @@ export const tsup_config_front: Options = {
minify: true, // Recomendado para builds de produção
platform: "browser",
outExtension: () => ({ js: ".mjs" }),
noExternal: [/./]
///noExternal: [/./]
}
// Exporta a configuração padrão usando defineConfig