_comuns/dist-front/tsup/tsup.config.js
2025-07-17 09:46:56 -03:00

8 lines
No EOL
312 B
JavaScript

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