mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 23:20:24 +00:00
5 lines
184 B
TypeScript
Executable File
5 lines
184 B
TypeScript
Executable File
const { exportData } = require('../utils/dts-export');
|
|
|
|
// TODO: make an actual yargs command and pass common options to exportData so it's easier to build the test data
|
|
exportData();
|