mirror of
https://github.com/strapi/strapi.git
synced 2025-08-13 11:17:42 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import defaultConfig from './default-config';
|
|
|
|
export const config = {
|
|
default: defaultConfig,
|
|
};
|