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