mirror of
https://github.com/strapi/strapi.git
synced 2025-06-27 00:41:25 +00:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
fs: require('./fs'),
|
|
seed: require('../scripts/dts-import'),
|
|
instances: require('./test-app'),
|
|
};
|