Files
projet_gestion_commande/frontend-admin/node_modules/expo-modules-autolinking/bin/expo-modules-autolinking.js
T
2026-02-07 22:33:02 +01:00

9 lines
291 B
JavaScript
Executable File

#!/usr/bin/env node
'use strict';
// Have to force color support — logs wouldn't have colors when spawned by another process.
// It must be set before `supports-color` (`chalk` dependency) module is imported.
process.env.FORCE_COLOR = 'true';
require('../build')(process.argv.slice(2));