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