Files
Webklar.com/node_modules/next/dist/cli/next-info.d.ts
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

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 };