mirror of
https://github.com/strapi/strapi.git
synced 2025-08-02 22:07:11 +00:00
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
![]() |
import { check } from '../src';
|
||
|
|
||
|
check().catch((err) => {
|
||
|
console.error(err.stack);
|
||
|
process.exit(1);
|
||
|
});
|