melhorias tsup
This commit is contained in:
parent
8efeb59716
commit
40570d1b00
96 changed files with 621 additions and 107 deletions
8
dist-front/tsup/tsup.config.js
Normal file
8
dist-front/tsup/tsup.config.js
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue