mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
import { baseConfig } from '../../../rollup.utils.mjs';
|
|
|
|
export default baseConfig({
|
|
input: {
|
|
index: './src/index.ts',
|
|
plopfile: './src/plopfile.ts',
|
|
},
|
|
});
|