mirror of
https://github.com/strapi/strapi.git
synced 2026-06-02 16:27:47 +00:00
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
fs: require('./fs'),
|
|
seed: require('../scripts/dts-import'),
|
|
instances: require('./test-app'),
|
|
helpers: require('./helpers.js'),
|
|
};
|