mirror of
https://github.com/strapi/strapi.git
synced 2025-09-13 18:47:15 +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,
|
|
};
|