1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00
Files
OpenIntegrations/docs/docusaurus/plugins/translation-path-sync-plugin.js
T

9 lines
228 B
JavaScript
Vendored

module.exports = function translationPathSyncPlugin() {
return {
name: 'translation-path-sync-plugin',
getClientModules() {
return [require.resolve('../src/clientModules/translationPathSync.js')];
},
};
};