Files
pole-book/server/node_modules/@strapi/cloud-cli/dist/deploy-project/index.mjs

13 lines
290 B
JavaScript

import action from './action.mjs';
import command from './command.mjs';
var deployProject = {
name: 'deploy-project',
description: 'Deploy a Strapi Cloud project',
action,
command
};
export { action, command, deployProject as default };
//# sourceMappingURL=index.mjs.map