mirror of
https://github.com/strapi/strapi.git
synced 2025-07-13 20:11:47 +00:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
![]() |
#!/usr/bin/env node
|
||
|
|
||
|
'use strict';
|
||
|
|
||
|
const { runStrapiCloudCommand } = require('../dist/bin');
|
||
|
|
||
|
runStrapiCloudCommand(process.argv);
|