/opt/canhelp/node_modules/next/dist/cli
NameSizeModeActions
internal/-0755rm
next-build.d.ts5960644editdlrm
next-build.js34620644editdlrm
next-build.js.map59200644editdlrm
next-dev.d.ts5610644editdlrm
next-dev.js148480644editdlrm
next-dev.js.map213000644editdlrm
next-export.d.ts620644editdlrm
next-export.js6260644editdlrm
next-export.js.map7040644editdlrm
next-info.d.ts4870644editdlrm
next-info.js203160644editdlrm
next-info.js.map291910644editdlrm
next-lint.d.ts7190644editdlrm
next-lint.js58780644editdlrm
next-lint.js.map96720644editdlrm
next-start.d.ts4250644editdlrm
next-start.js12220644editdlrm
next-start.js.map17440644editdlrm
next-telemetry.d.ts2140644editdlrm
next-telemetry.js17000644editdlrm
next-telemetry.js.map26630644editdlrm
next-test.d.ts3440644editdlrm
next-test.js81560644editdlrm
next-test.js.map112960644editdlrm
next-typegen.d.ts1960644editdlrm
next-typegen.js69040644editdlrm
next-typegen.js.map90490644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/cli/next-info.d.ts (487B)
#!/usr/bin/env node export type NextInfoOptions = { verbose?: boolean; }; /** * 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: (options: NextInfoOptions) => Promise; export { nextInfo };