mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 03:50:26 +00:00

chore: fetch template only if name matches name convention chore: linting chore: fix tests chore: fix npm scripts test: try to fix test
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
import { baseConfig } from '../../../rollup.utils.mjs';
|
|
|
|
export default baseConfig(import.meta.dirname);
|