mobile: fix missing command error

This commit is contained in:
Ammar Ahmed
2026-06-19 15:56:32 +05:00
committed by Abdullah Atta
parent 63349c0436
commit b9181722ba

View File

@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
const isGithubRelease = false;
const config = {
// commands: require("@callstack/repack/commands/rspack")
commands: require("@callstack/repack/commands/rspack")
};
if (!config.dependencies) config.dependencies = {};