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

7 lines
172 B
TypeScript

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