7 lines
168 B
TypeScript
7 lines
168 B
TypeScript
import type { StrapiCommand } from '../types';
|
|
/**
|
|
* `$ strapi start`
|
|
*/
|
|
declare const command: StrapiCommand;
|
|
export { command };
|
|
//# sourceMappingURL=start.d.ts.map
|