mirror of
https://github.com/strapi/strapi.git
synced 2025-07-26 02:20:32 +00:00
7 lines
102 B
JavaScript
7 lines
102 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
fs: require('./fs'),
|
|
seed: require('../scripts/dts-import'),
|
|
};
|