mirror of
https://github.com/strapi/strapi.git
synced 2025-09-14 19:19:43 +00:00
10 lines
171 B
TypeScript
10 lines
171 B
TypeScript
![]() |
import { config } from './config';
|
||
|
import { bootstrap } from './bootstrap';
|
||
|
import { services } from './services';
|
||
|
|
||
|
export default {
|
||
|
config,
|
||
|
bootstrap,
|
||
|
services,
|
||
|
};
|