mirror of
https://github.com/strapi/strapi.git
synced 2025-09-24 07:50:33 +00:00
10 lines
167 B
TypeScript
10 lines
167 B
TypeScript
import bootstrap from './bootstrap';
|
|
import services from './services';
|
|
import config from './config';
|
|
|
|
export default () => ({
|
|
bootstrap,
|
|
config,
|
|
services,
|
|
});
|