6 lines
166 B
TypeScript
6 lines
166 B
TypeScript
|
#!/usr/bin/env node
|
||
|
import '../server/lib/cpu-profile';
|
||
|
import type { CliCommand } from '../lib/commands';
|
||
|
declare const nextStart: CliCommand;
|
||
|
export { nextStart };
|