Files
pole-book/server/node_modules/@strapi/strapi/dist/cli/commands/start.d.ts

7 lines
168 B
TypeScript

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