mirror of
https://github.com/strapi/strapi.git
synced 2025-07-07 00:52:30 +00:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
![]() |
import { baseConfig } from '../../../rollup.utils.mjs';
|
||
|
|
||
|
export default baseConfig({
|
||
|
input: {
|
||
|
index: './src/index.ts',
|
||
|
cli: './src/cli/index.ts',
|
||
|
},
|
||
|
});
|