node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
'use strict';
var index = require('./local-destination/index.js');
var index$1 = require('./local-source/index.js');
var index$2 = require('./remote-destination/index.js');
var index$3 = require('./remote-source/index.js');
// Local
exports.DEFAULT_CONFLICT_STRATEGY = index.DEFAULT_CONFLICT_STRATEGY;
exports.VALID_CONFLICT_STRATEGIES = index.VALID_CONFLICT_STRATEGIES;
exports.createLocalStrapiDestinationProvider = index.createLocalStrapiDestinationProvider;
exports.createLocalStrapiSourceProvider = index$1.createLocalStrapiSourceProvider;
exports.createRemoteStrapiDestinationProvider = index$2.createRemoteStrapiDestinationProvider;
exports.createRemoteStrapiSourceProvider = index$3.createRemoteStrapiSourceProvider;
//# sourceMappingURL=index.js.map