securityos/node_modules/next/dist/cli/next-dev.d.ts

6 lines
162 B
JavaScript

#!/usr/bin/env node
import '../server/lib/cpu-profile';
import type { CliCommand } from '../lib/commands';
declare const nextDev: CliCommand;
export { nextDev };