mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
4 lines
160 B
JavaScript
4 lines
160 B
JavaScript
const { createPathMigrationMap } = require('../seed/createPathMigrationMap');
|
|
|
|
createPathMigrationMap().then(() => console.info('path migration map created'));
|