mirror of
https://github.com/strapi/strapi.git
synced 2025-07-08 01:22:29 +00:00
5 lines
179 B
TypeScript
Executable File
5 lines
179 B
TypeScript
Executable File
import { exportData } from '../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();
|