mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 23:20:24 +00:00
7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
import { baseConfig } from '../../../rollup.utils.mjs';
|
|
|
|
export default baseConfig({
|
|
input: './src/index.ts',
|
|
rootDir: './dist',
|
|
});
|