8 lines
No EOL
312 B
JavaScript
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
|