mirror of
https://github.com/strapi/strapi.git
synced 2025-11-16 18:19:34 +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);
|
||
|
|
});
|