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

7 lines
168 B
TypeScript

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