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