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