mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 07:05:06 +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',
|
|
},
|
|
});
|