mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 19:27:34 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
![]() |
import defaultConfig from './default-config';
|
||
|
|
||
|
export const config = {
|
||
|
default: defaultConfig,
|
||
|
};
|