mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-01 00:03:50 -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'));
|