bpms_site/.svn/pristine/57/57b15e021df9e8accbafd830712370301026cc73.svn-base
2025-11-02 16:38:49 +03:30

10 lines
442 B
JavaScript

#!/usr/bin/env node
import { CliCommand } from '../lib/commands';
/**
* Runs few scripts to collect system information to help with debugging next.js installation issues.
* There are 2 modes, by default it collects basic next.js installation with runtime information. If
* `--verbose` mode is enabled it'll try to collect, verify more data for next-swc installation and others.
*/
declare const nextInfo: CliCommand;
export { nextInfo };