melhorias tsup

This commit is contained in:
Luiz Silva 2025-07-17 09:46:56 -03:00
parent 8efeb59716
commit 40570d1b00
96 changed files with 621 additions and 107 deletions

View file

@ -0,0 +1,8 @@
import { defineConfig } from "tsup";
import { tsup_config_back } from "./tsup.config.back";
import { tsup_config_front } from "./tsup.config.front";
var tsup_config_default = defineConfig([tsup_config_back, tsup_config_front]);
export {
tsup_config_default as default
};
//# sourceMappingURL=tsup.config.js.map